summary refs log tree commit diff stats
path: root/example/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'example/main.tex')
-rw-r--r--example/main.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/example/main.tex b/example/main.tex
new file mode 100644
index 0000000..d5f0d2f
--- /dev/null
+++ b/example/main.tex
@@ -0,0 +1,21 @@
+% LTeX: language=en-GB
+\documentclass[a4paper, 12pt]{report}
+\input{headers/preamble.tex}
+\input{headers/preamble_local.tex}
+
+
+\title{\textbf{Some Title}}
+\author{Some Author}
+\authors{name\inst}
+\years{2024}
+\date{\Today}
+
+\includeonly{}
+
+\begin{document}
+    \input{content/static/title}
+
+    % NEXT_CHAPTER
+
+    \printbibliography\relax
+\end{document}