Skip to content
Snippets Groups Projects
Commit f1e83ef3 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Use fork of django-tex that allows multiple consecutive runs of latex compile command

Additionally, this provides better escaping of user content
Set setting for consecutive runs to 2
parent 57f7794e
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ TEMPLATES = [
'APP_DIRS': True,
'OPTIONS': {
'environment': 'AKModel.environment.improved_tex_environment',
}
},
},
]
......@@ -147,6 +147,7 @@ LANGUAGES = [
INTERNAL_IPS = ['127.0.0.1', '::1']
LATEX_INTERPRETER = 'pdflatex'
LATEX_RUN_COUNT = 2
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.2/howto/static-files/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment