about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--templates/latex/academia/%INIT_APPLICATION_NAME.tex9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/latex/academia/%INIT_APPLICATION_NAME.tex b/templates/latex/academia/%INIT_APPLICATION_NAME.tex
index 2fc420d..72db095 100644
--- a/templates/latex/academia/%INIT_APPLICATION_NAME.tex
+++ b/templates/latex/academia/%INIT_APPLICATION_NAME.tex
@@ -1,7 +1,10 @@
 % LTeX: language=%INIT_LANGUAGE
-%\documentclass[a4paper, 12pt, nosolutions]{report}
-% \documentclass[a4paper, 12pt, onecolumn]{scrreprt}
-\documentclass[a4paper, 12pt, twocolumn]{report}
+\documentclass[
+  a4paper, 12pt, twocolumn,
+  % nosolutions,
+  draft,
+  % final,
+]{report}
 
 \input{headers/preamble.tex}
 \input{headers/preamble_local.tex}