aboutsummaryrefslogtreecommitdiff
path: root/main.tex
blob: c656c343a7ddf3f6b2a368f217dac8fde7b63993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\documentclass[10pt,landscape,a4paper]{article}

\usepackage[margin=5mm]{geometry}

\include{common/packages}
\include{common/commands}

\begin{document}
	\small{
		\begin{multicols*}{4}
			\input{content/\jobname.tex}
		\end{multicols*}
	}
\end{document}