diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-01 12:40:51 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-01 12:40:51 +0100 |
commit | 64c59a02c2270a53754dbde668ba3fea39ebc061 (patch) | |
tree | b0c3f3a09f75dacb0017e81fb432de23fc0451ac /templates/latex/academia/content | |
parent | fix(common/shell_line_editor.sh): Mark as non-executable (diff) | |
download | flake-templates-64c59a02c2270a53754dbde668ba3fea39ebc061.tar.gz flake-templates-64c59a02c2270a53754dbde668ba3fea39ebc061.zip |
fix(templates/latex/static_content): Include reference to the main file
This improves the qol, when compiling.
Diffstat (limited to 'templates/latex/academia/content')
-rw-r--r-- | templates/latex/academia/content/static/title.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/latex/academia/content/static/title.tex b/templates/latex/academia/content/static/title.tex index 16537c9..79d87cd 100644 --- a/templates/latex/academia/content/static/title.tex +++ b/templates/latex/academia/content/static/title.tex @@ -1,3 +1,4 @@ +%! TEX root = ../../%INIT_APPLICATION_NAME.tex % LTeX: language=%INIT_LANGUAGE \maketitle |