datenschleuder/main.tex

33 lines
569 B
TeX

% License: GNU Free Documentation License (GFDL) http://www.gnu.org/copyleft/fdl.html
\documentclass[10pt,
pdftex,
a5paper,
BCOR=1cm,
DIV=15
]{scrreprt}
\input{./openfm/config.tex}
\usepackage{import}
\subimport{openfm/}{packages}
\subimport{openfm/}{layout}
\subimport{openfm/}{commands}
\usepackage{fmtcount}
\renewcommand*{\thepage}{\Hexadecimal{page}}
\begin{document}
\input{content/editorial}
\vspace{4cm}
\input{content/impressum}
\newpage
\thispagestyle{plain}
\FMTOC{General}{Table of contents!}
\newpage
\input{content/example/article}
\end{document}