comparison thesis/header.tex @ 13:f4d199ebf793

new macros and relative fontsize for NAME
author meillo@marmaro.de
date Tue, 23 Sep 2008 22:23:55 +0200
parents 558301bfa9b5
children
comparison
equal deleted inserted replaced
12:26ff7cb0cc12 13:f4d199ebf793
18 %\rhead[\thepage]{\rightmark} 18 %\rhead[\thepage]{\rightmark}
19 %\ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}} 19 %\ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}}
20 %\cfoot[]{} 20 %\cfoot[]{}
21 %\ofoot[\thepage]{\thepage} 21 %\ofoot[\thepage]{\thepage}
22 22
23 \usepackage{setspace}
24 \usepackage{relsize}
23 25
24 % formating 26 % formating
25 \renewcommand{\path}[1]{\textit{#1}} 27 \renewcommand{\path}[1]{\textit{#1}}
26 \newcommand{\name}[1]{\emph{#1}} 28 \newcommand{\name}[1]{\emph{#1}}
27 \newcommand{\NAME}[1]{{\footnotesize\textsc{#1}}} 29 \newcommand{\NAME}[1]{{\smaller\textsc{#1}\larger}}
28 30
29 % \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}} 31 % \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}}
30 \let\OLDcleardoublepage\cleardoublepage 32 \let\OLDcleardoublepage\cleardoublepage
31 \renewcommand{\cleardoublepage}{\thispagestyle{empty}\OLDcleardoublepage} 33 \renewcommand{\cleardoublepage}{\thispagestyle{empty}\OLDcleardoublepage}
32 34
35 % shortcuts
36 \newcommand{\masqmail}{\name{masqmail}}
37 \newcommand{\sendmail}{\name{sendmail}}
38 \newcommand{\mta}{\name{mail transfer agent}}
39 \newcommand{\email}{\name{email}}
40 \newcommand{\debian}{\name{Debian}}
41 \newcommand{\linux}{\name{Linux}}
42 \newcommand{\gnulinux}{\NAME{GNU}/\name{Linux}}
43 \newcommand{\MTA}{\NAME{MTA}}
44 \newcommand{\RFC}{\NAME{RFC}}
45 \newcommand{\GNU}{\NAME{GNU}}
33 46
34 %%%% BEGIN DEBUG %%%% 47 %%%% BEGIN DEBUG %%%%
35 %\usepackage{showidx} 48 %\usepackage{showidx}
36 \usepackage{setspace}
37 %\doublespace 49 %\doublespace
38 %%%% END DEBUG %%%% 50 %%%% END DEBUG %%%%
39 51
40 52
53 % font
41 \usepackage[T1]{fontenc} 54 \usepackage[T1]{fontenc}
42 \usepackage[sc,osf]{mathpazo} 55 \usepackage[sc,osf]{mathpazo}
43 \linespread{1.05} % Palatino needs more leading (space between lines) 56 \linespread{1.05} % Palatino needs more leading (space between lines)
44 57
45 58