aboutsummaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/main.tex b/main.tex
new file mode 100644
index 0000000..c2fad24
--- /dev/null
+++ b/main.tex
@@ -0,0 +1,14 @@
+\documentclass[10pt,landscape,a4paper]{article}
+
+\usepackage[top=5mm,bottom=5mm,left=5mm,right=5mm]{geometry}
+
+\include{common/packages}
+\include{common/commands}
+
+\begin{document}
+ \small{
+ \begin{multicols*}{4}
+ \input{content/\jobname.tex}
+ \end{multicols*}
+ }
+\end{document}