]> git.somenet.org - fsinf/basics.git/blob - basics.tex
Changed to another column model
[fsinf/basics.git] / basics.tex
1 \documentclass[10pt,a4paper,twoside,openright,twocolumn]{book}
2 \usepackage[absolute]{textpos}
3 \usepackage{hyperref}
4 \usepackage{graphicx}
5 \DeclareGraphicsExtensions{.pdf,.png,.jpg}
6
7 \usepackage[columnsep=1cm,lmargin=1cm,rmargin=1cm,tmargin=1.5cm,bmargin=1.5cm,bindingoffset=.75cm]{geometry}
8
9 \usepackage[explicit]{titlesec}
10 \newcommand*\Hide{\titleformat{\chapter}[display]{}{}{0pt}{\Huge}\titleformat{\part}{}{}{0pt}{}}
11
12 \usepackage{etoolbox}
13 \makeatletter
14 \patchcmd{\chapter}{\if@openright\cleardoublepage\else\clearpage\fi}{}{}{}
15 \makeatother
16 \titlespacing*{\chapter}{0pt}{0pt}{-40pt}
17
18 \usepackage{fancyhdr}
19 \pagestyle{fancy}
20 \lhead{}
21 \chead{}
22 \rhead{}
23 \cfoot{}
24 \renewcommand{\chaptermark}[1]{ \markboth{#1}{} }
25 \fancyhead[LE,RO]{\leftmark}
26 \fancyfoot[LE,RO]{\thepage}
27
28 \makeatletter
29 \renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}{-6ex\@plus -4ex \@minus -2ex}{.1mm}{\normalfont\normalsize\bfseries}}
30 \makeatother
31
32 \makeatletter
33 \setlength{\@fptop}{0pt}
34 \makeatother
35
36 \makeatletter
37 \renewcommand\tableofcontents{\@starttoc{toc}}
38 \makeatother
39
40 \usepackage[perpage]{footmisc}
41
42
43 \begin{document}\thispagestyle{empty}
44 \begin{textblock*}{\paperwidth}(0mm,0mm)\noindent\includegraphics[width=\paperwidth,height=\paperheight]{images/cover_front.png}
45 \end{textblock*}
46 \mbox{}\newpage
47
48 \twocolumn
49 \thispagestyle{empty}
50 \input{articles/impressum.tex}\newpage
51 \input{articles/adressen.tex}
52 \newpage\thispagestyle{empty}
53 \input{articles/editorial.tex}\newpage
54 \section*{Inhalt}\tableofcontents
55 \newpage
56
57 \Hide\chapter{Einleitung}\thispagestyle{fancy}
58 \input{articles/einleitung_die_fsinf.tex}\newpage
59 \input{articles/einleitung_beratung.tex}\newpage
60
61 \Hide\chapter{Vor dem Studium}\thispagestyle{fancy}
62 \input{articles/vor_das_richtige_studium.tex}\newpage
63 \input{articles/vor_einleitung_bac.tex}\newpage
64 \input{articles/vor_medieninf.tex}\newpage
65 \input{articles/vor_medzinf.tex}\newpage
66 \input{articles/vor_se.tex}\newpage
67 \input{articles/vor_ti.tex}\newpage
68 \input{articles/vor_inskription.tex}
69
70 \mbox{}\clearpage\thispagestyle{empty}
71 \begin{textblock*}{\paperwidth}(0mm,0mm)\noindent\includegraphics[width=\paperwidth,height=\paperheight]{images/cover_back.png}
72 \end{textblock*}
73 \end{document}