2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Render an uploaded template to LaTeX

This commit is contained in:
Oliver Walters
2020-05-21 23:03:01 +10:00
parent 05be4da25c
commit c3dcabcaad
4 changed files with 85 additions and 0 deletions

View File

@ -73,3 +73,12 @@ log_queries: False
sentry:
enabled: False
# dsn: add-your-sentry-dsn-here
# LaTeX report rendering
# InvenTree uses the django-tex plugin to enable LaTeX report rendering
# Ref: https://pypi.org/project/django-tex/
latex:
# Select the LaTeX interpreter to use for PDF rendering
# Note: The intepreter needs to be installed on the system!
# e.g. to install pdflatx: apt-get texlive-latex-base
interpreter: pdflatex