Skip to content
Snippets Groups Projects
Commit 519f7309 authored by Gregor Bellach's avatar Gregor Bellach
Browse files

remove error prone automation, doc

parent 4f15dd95
Branches
No related tags found
No related merge requests found
......@@ -14,35 +14,27 @@
% In this case, the custom font is LoKinderSchrift, from
% http://www.fonts101.com/fonts/view/Uncategorized/22887/LoKinderSchrift
%%%% IMPORTANT %%%%
% To print this as a booklet, the number of pages needs to be dividable by 4!
% Moreover, when looking at the booklet in two-page view to check (the maps) alignment,
% look for margins and page numbers! The side of the page with the larger margin
% is the inner one! The correct view (even spreads) should show the first and last page separately.
% look for margins and page numbers! The side of the page with the larger margin is the
% inner one! The correct view (even spreads) should show the first and last page separately.
\documentclass[a4paper,twoside]{article}
\input{preamble.tex}
\input{utility.tex}
\begin{document}
\input{variables.tex}
% Pagestyle
\fancypagestyle{plain}{
\renewcommand{\headrulewidth}{0pt}
\fancyhf{}
\fancyfoot[LE,RO]{\thepage}
}
\pagestyle{plain}
\pagenumbering{gobble} % Suppresses page numbering
\input{chapters/cover.tex} % front of cover
\emptypage % hotfix, because 48 pages needed
\input{chapters/qr-and-license.tex} % inside cover
\emptypage % hotfix, because 48 pages needed
\input{chapters/cover.tex} % Front of cover
\emptypage % Hotfix, because 48 pages needed
\input{chapters/qr-and-license.tex}
\emptypage % Hotfix, because 48 pages needed
% Start page numbering
\pagestyle{plain} % This has been customized
\pagenumbering{arabic}
\setcounter{page}{1}
......@@ -61,12 +53,7 @@
\input{chapters/09-Facilities.tex}
\input{chapters/08-tipsAndTricks.tex}
\Ifthispageodd{ % This is (confusingly) the page the last chapter ended on
\input{chapters/campus_map.tex}
} {
\emptypage
\input{chapters/campus_map.tex}
}
\input{chapters/campus_map.tex} %%% CHECK THAT THIS IS ALIGNED! %%
\input{chapters/10-moneyMakesTheWorldGoRound.tex}
\input{chapters/11-livingInBochum.tex}
......@@ -83,6 +70,6 @@
\input{chapters/19-yourSchedule.tex} % inside cover
\clearpage
\input{chapters/quote.tex} % backside of cover
\input{chapters/quote.tex} % Backside of cover
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment