about summary refs log tree commit diff stats
path: root/build/latex/academia/%INIT_APPLICATION_NAME.tex
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 12:31:16 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 12:31:16 +0200
commit1cb8504a4dfcf5977411267c80d4ee62a180c2d6 (patch)
tree69c696740bdc1a8c6b9c205ec0d3c2c47cd2e32b /build/latex/academia/%INIT_APPLICATION_NAME.tex
parentfix(templates/latex/academia/main.tex): Default to `draft` mode (diff)
downloadflake-templates-1cb8504a4dfcf5977411267c80d4ee62a180c2d6.tar.gz
flake-templates-1cb8504a4dfcf5977411267c80d4ee62a180c2d6.zip
chore(build): Regenerate
Diffstat (limited to 'build/latex/academia/%INIT_APPLICATION_NAME.tex')
-rw-r--r--build/latex/academia/%INIT_APPLICATION_NAME.tex9
1 files changed, 6 insertions, 3 deletions
diff --git a/build/latex/academia/%INIT_APPLICATION_NAME.tex b/build/latex/academia/%INIT_APPLICATION_NAME.tex
index a5fe645..72db095 100644
--- a/build/latex/academia/%INIT_APPLICATION_NAME.tex
+++ b/build/latex/academia/%INIT_APPLICATION_NAME.tex
@@ -1,7 +1,10 @@
 % LTeX: language=%INIT_LANGUAGE
-%\documentclass[a4paper, 12pt, nosolutions]{report}
-% \documentclass[a4paper, 12pt, onecolumn]{report}
-\documentclass[a4paper, 12pt, twocolumn]{scrartcl}
+\documentclass[
+  a4paper, 12pt, twocolumn,
+  % nosolutions,
+  draft,
+  % final,
+]{report}
 
 \input{headers/preamble.tex}
 \input{headers/preamble_local.tex}