lambdalatex
lambdalatex copied to clipboard
Any idea on how to make this work on a layer?
Hello, could you help me trying to get this to work on a lambda layer? They have a different folder structure, for example you can't just put the libraries in the root folder, aws expects them to be in /lib.
So, where would I put texlive.profile and texlive? And do I need to change the .profile?
Thanks
I managed to get some progress by moving the texlive installation form /opt/bin (default layer dir) to /tmp, but then I get :
[Errno 8] Exec format error: 'latexmk'
It seems that its not finding a perl installation? I did change the PERL5LIB var correctly.
@samoconnor could you help on this?