aboutsummaryrefslogtreecommitdiff
path: root/main.tex
blob: c2fad24bdcdeb19a0d753fb1ad9e89eeabec3894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}