53 lines
1.3 KiB
TeX
53 lines
1.3 KiB
TeX
% This document is free software: you can redistribute it and/or modify
|
|
% it under the terms of the GNU General Public License as published by
|
|
% the Free Software Foundation, either version 3 of the License, or
|
|
% (at your option) any later version.
|
|
%
|
|
% This document is distributed in the hope that it will be useful,
|
|
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
% GNU General Public License for more details.
|
|
%
|
|
% You should have received a copy of the GNU General Public License
|
|
% along with this document. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
\documentclass[12pt, a4paper, openany]{scrbook}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{graphicx}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{geometry}
|
|
\usepackage{xmpincl}
|
|
\usepackage{hyperref}
|
|
\usepackage{multicol}
|
|
|
|
\input{revision.tex}
|
|
\input{settings.tex}
|
|
\input{headfoot.tex}
|
|
|
|
\renewcommand*\rmdefault{iwona}\normalfont\upshape
|
|
|
|
\begin{document}
|
|
\widowpenalties 1 10000
|
|
\raggedbottom
|
|
\pagenumbering{roman}
|
|
|
|
\input{title.tex}
|
|
|
|
\chapter*{Contributors}
|
|
\begin{itemize}
|
|
\item Matias Hugentobler
|
|
\item Sebastian Hugentobler
|
|
\end{itemize}
|
|
|
|
\tableofcontents
|
|
|
|
\clearpage
|
|
|
|
\pagenumbering{arabic}
|
|
|
|
\musicbooklet
|
|
|
|
\end{document}
|
|
|