man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
853 stars 80 forks source link

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

Open Code0x58 opened 3 years ago

Code0x58 commented 3 years ago

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

jonbannister commented 3 years ago

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.