2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Catch some errors related to missing system packages

This commit is contained in:
Oliver Walters
2020-05-25 14:57:15 +10:00
parent 9ad54c6579
commit 75cdc7eb59
3 changed files with 30 additions and 6 deletions

View File

@ -77,10 +77,12 @@ sentry:
# LaTeX report rendering
# InvenTree uses the django-tex plugin to enable LaTeX report rendering
# Ref: https://pypi.org/project/django-tex/
# Note: Ensure that a working LaTeX toolchain is installed and working *before* starting the server
latex:
# Select the LaTeX interpreter to use for PDF rendering
# Note: The intepreter needs to be installed on the system!
# e.g. to install pdflatex: apt-get texlive-latex-base
enabled: False
interpreter: pdflatex
# Extra options to pass through to the LaTeX interpreter
options: ''