datenschleuder/main.tex

33 lines
569 B
TeX
Raw Normal View History

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