summaryrefslogtreecommitdiffstats
path: root/vorlagen/thesis/src/layout-extras.tex
diff options
context:
space:
mode:
authorRefik Hadzialic2012-03-26 14:07:03 +0200
committerRefik Hadzialic2012-03-26 14:07:03 +0200
commitda5d9311c52b72df35fdb4bcf0eea828dc970539 (patch)
tree858bf8b99bc4e8fe552fa621adc93e0d65c729ff /vorlagen/thesis/src/layout-extras.tex
parentI added the latex files for writing the thesis! (diff)
downloadmalign-da5d9311c52b72df35fdb4bcf0eea828dc970539.tar.gz
malign-da5d9311c52b72df35fdb4bcf0eea828dc970539.tar.xz
malign-da5d9311c52b72df35fdb4bcf0eea828dc970539.zip
deleted
Diffstat (limited to 'vorlagen/thesis/src/layout-extras.tex')
-rw-r--r--vorlagen/thesis/src/layout-extras.tex93
1 files changed, 0 insertions, 93 deletions
diff --git a/vorlagen/thesis/src/layout-extras.tex b/vorlagen/thesis/src/layout-extras.tex
deleted file mode 100644
index 0f2ee8e..0000000
--- a/vorlagen/thesis/src/layout-extras.tex
+++ /dev/null
@@ -1,93 +0,0 @@
-
-\renewcommand{\topfraction}{0.85}
-\renewcommand{\textfraction}{0.1}
-\renewcommand{\floatpagefraction}{0.75}
-
-\makeatletter
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% Chapter thumbs with scrpage2
-%
-
-% Safty first
-\@ifundefined{chapter}{\let\chapter\undefined
- \chapter must be defined to use chapter thumbs!}{%
-
-\newcommand*{\putoddnumbers}{%
-\begin{tikzpicture}[remember picture, overlay]
- \node [shift={(-1.4cm,-3.6cm)}] at (current page.north east)
- {%
- \begin{tikzpicture}[remember picture, overlay]
- \fill[fill=gray] (0,0) rectangle (1.4cm,1.2cm);
- \node [shift={(0.7cm,0.55cm)}] {
- \textcolor{white}{%
- \strut\thepage%
- }%
- };
- \end{tikzpicture}
- };
-\end{tikzpicture}
-}
-
-\newcommand*{\putevennumbers}{%
-\begin{tikzpicture}[remember picture, overlay]
- \node [shift={(0cm,-3.6cm)}] at (current page.north west)
- {%
- \begin{tikzpicture}[remember picture, overlay]
- \fill[fill=gray] (0,0) rectangle (1.4cm,1.2cm);
- \node [shift={(0.7cm,0.55cm)}] {
- \textcolor{white}{%
- \strut\thepage%
- }%
- };
- \end{tikzpicture}
- };
-\end{tikzpicture}
-}
-
-\newcommand*{\fancypagenumbers}[2][]{%
- \rohead[\putoddnumbers#1]{\putoddnumbers#2}%
- \lehead[\putevennumbers#1]{\putevennumbers#2}%
-}
-
-
-% initial use
-\fancypagenumbers{}
-\pagestyle{scrheadings}
-
-}
-%
-% End of chapter thumbs with scrpage2
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\makeatother
-
-\pagestyle{scrheadings}
-\setkomafont{pageheadfoot}{\normalfont\large\sffamily\bfseries\scshape}
-%% für ältere Versionen des Komascripts folgenden Aufruf benutzen:
-%%\setkomafont{pagehead}{\normalfont\large\sffamily\bfseries\scshape}
-%%\setkomafont{pagefoot}{\normalfont\large\sffamily\bfseries\scshape}
-\setkomafont{pagenumber}{\normalfont\large\sffamily\bfseries}
-
-
-% beidseitig innen
-\ihead[]{\textcolor{gray}{\headmark}}
-
-% beidseitig aussen
-%\ohead[\textcolor{gray}{\pagemark}]{%
-%\fcolorbox{gray}{gray}{%
-%\rule[-1mm]{0mm}{6mm}%
-%\hspace{1cm}%
-%\textcolor{white}{\pagemark}}%
-%\rule{3mm}{0mm}%
-%}
-
-% lösche Inhalt restlicher Felder
-% header Mitte
-\chead[]{}
-
-% footer
-\ofoot[]{}
-\cfoot[]{}
-\ifoot[]{}
-