notebooker icon indicating copy to clipboard operation
notebooker copied to clipboard

Docker image doesn't have the tex packages needed to render PDF

Open Code0x58 opened this issue 4 years ago • 1 comments

As can be seen by using the running the example template and choosing to render a PDF while using the docker-compose setup from #14

Code0x58 avatar Oct 22 '20 15:10 Code0x58

Internally we use:

               texlive-ec \
               texlive-collection-fontsrecommended \
               texlive-collection-latexrecommended \
               texlive-collection-xetex \
               texlive-texconfig \
               texlive-xetex-def \
               texlive-adjustbox \
               texlive-upquote \
               texlive-ulem 

This may be a superset of what's required but may get us across the line.

jonbannister avatar Oct 22 '20 15:10 jonbannister