Compare commits

...
This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.

9 Commits
master ... book

Author SHA1 Message Date
Andreas Zweili 67149c0621 final, final fixes :) 2019-04-09 23:18:31 +02:00
Andreas Zweili bb330686e4 final fixes to the book layout 2019-04-09 23:10:07 +02:00
Andreas Zweili 1e4d2e92ed various changes to have a good book layout 2019-04-05 10:19:01 +02:00
Andreas Zweili c62b5410a1 make various changes to the layout to fit the double page layout 2019-04-03 22:55:51 +02:00
Andreas Zweili 2b37d7833b remove the meeting protokolle from the Anahng 2019-04-03 19:44:42 +02:00
Andreas Zweili df109765f3 add the package emptypage
this package cleans the header and page number when one uses \cleardoublepage
2019-04-03 19:43:33 +02:00
Andreas Zweili a31459cc8c remove the ibz logo 2019-04-03 19:43:25 +02:00
Andreas Zweili 4e1d2ddb6d Merge branch 'master' into book 2019-04-03 18:58:47 +02:00
Andreas Zweili 493d66b21f prepare the document for the book print 2019-03-03 22:26:29 +01:00
4 changed files with 334 additions and 309 deletions

View File

@ -100,7 +100,7 @@
description={Ein Makefile ist ein Script welches in der Regel Instruktionen
zum Kompilieren einer Software beinhaltet. Dies vereinfacht dem Entwickler
das erstellen einer auführbaren Software. Er muss dies somit nicht mehr
``von Hand'' machen},
``von Hand'' machen\pagebreak},
first={Makefile},
text={Make}
}
@ -130,7 +130,7 @@
description={Die Extensible Markup Language (dt. Erweiterbare
Auszeichnungssprache), abgekürzt XML, ist eine Auszeichnungssprache zur
Darstellung hierarchisch strukturierter Daten im Format einer Textdatei, die
sowohl von Menschen als auch von Maschinen lesbar ist\footcite{xml}\pagebreak},
sowohl von Menschen als auch von Maschinen lesbar ist\footcite{xml}},
first={Extensible Markup Language (XML)},
text={XML}
}

View File

@ -33,7 +33,9 @@
\makeatother
%page dimensions
\usepackage[a4paper,includeheadfoot, top=2.5cm, bottom=2.5cm, left=3.5cm, right=3cm]{geometry}
\usepackage[paperwidth=216mm,paperheight=303mm,includeheadfoot, top=2.5cm, bottom=2.5cm, left=3cm, right=3cm]{geometry}
\geometry{bindingoffset=0.5cm}
\setlength{\marginparwidth}{0pt}
%Font settings
\usepackage{tgpagella}
@ -54,7 +56,7 @@
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{\nouppercase{\leftmark}}
\rhead{\includegraphics[width=1cm]{general/ibzlogo.pdf}}
\rhead{}
\cfoot{\thepage}
%footnotes
@ -155,7 +157,10 @@
}%
{}%
}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End:
\usepackage{emptypage}
\usepackage{afterpage}
\newcommand\blankpage{%
\null
\thispagestyle{empty}%
\newpage}

View File

@ -1,4 +1,4 @@
\documentclass[a4paper, 11pt]{article}
\documentclass[a4paper, 11pt, twoside, openright]{article}
\include{general/style}
\bibliography{general/bibliography}
\include{general/glossary}
@ -6,7 +6,7 @@
\include{projektdokumentation_titlepage}
\newpage
\cleardoublepage
\renewcommand{\abstractname}{Management Summary}
\begin{abstract} Dies ist die Dokumentation für die Diplomarbeit von Andreas
Zweili, welche dieser im Rahmen seines Studiums an der IBZ Schule in Aarau
@ -17,38 +17,38 @@ verwendeten Werkzeuge, die Projektplanung sowie die dabei aufgetretenen
Probleme.
\end{abstract}
\newpage
\cleardoublepage
\microtypesetup{protrusion=false} % disables protrusion locally in the document
\tableofcontents % prints Table of Contents
\microtypesetup{protrusion=true} % enables protrusion
\newpage
\cleardoublepage
\include{projektdokumentation}
\newpage
\cleardoublepage
%\nocite{*}
\printbibliography[heading=bibintoc]
\newpage
\cleardoublepage
\microtypesetup{protrusion=false}
\listoffigures
\microtypesetup{protrusion=true}
\
\newpage
\cleardoublepage
\microtypesetup{protrusion=false}
\listoftables
\microtypesetup{protrusion=true}
\
\newpage
\cleardoublepage
\microtypesetup{protrusion=false}
\lstlistoflistings
\microtypesetup{protrusion=true}
\
\newpage
\cleardoublepage
\printglossaries
\end{document}

File diff suppressed because it is too large Load Diff