docs/diploma

changeset 13:f4d199ebf793

new macros and relative fontsize for NAME
author meillo@marmaro.de
date Tue, 23 Sep 2008 22:23:55 +0200
parents 26ff7cb0cc12
children a71af14e3887
files thesis/header.tex
diffstat 1 files changed, 15 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/thesis/header.tex	Fri Sep 19 11:31:35 2008 +0200
     1.2 +++ b/thesis/header.tex	Tue Sep 23 22:23:55 2008 +0200
     1.3 @@ -20,24 +20,37 @@
     1.4    %\cfoot[]{}
     1.5    %\ofoot[\thepage]{\thepage}
     1.6  
     1.7 +	\usepackage{setspace}
     1.8 +	\usepackage{relsize}
     1.9  
    1.10  	% formating
    1.11    \renewcommand{\path}[1]{\textit{#1}}
    1.12    \newcommand{\name}[1]{\emph{#1}}
    1.13 -	\newcommand{\NAME}[1]{{\footnotesize\textsc{#1}}}
    1.14 +	\newcommand{\NAME}[1]{{\smaller\textsc{#1}\larger}}
    1.15  
    1.16    % \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}}
    1.17  	\let\OLDcleardoublepage\cleardoublepage
    1.18  	\renewcommand{\cleardoublepage}{\thispagestyle{empty}\OLDcleardoublepage}
    1.19  
    1.20 +	% shortcuts
    1.21 +	\newcommand{\masqmail}{\name{masqmail}}
    1.22 +	\newcommand{\sendmail}{\name{sendmail}}
    1.23 +	\newcommand{\mta}{\name{mail transfer agent}}
    1.24 +	\newcommand{\email}{\name{email}}
    1.25 +	\newcommand{\debian}{\name{Debian}}
    1.26 +	\newcommand{\linux}{\name{Linux}}
    1.27 +	\newcommand{\gnulinux}{\NAME{GNU}/\name{Linux}}
    1.28 +	\newcommand{\MTA}{\NAME{MTA}}
    1.29 +	\newcommand{\RFC}{\NAME{RFC}}
    1.30 +	\newcommand{\GNU}{\NAME{GNU}}
    1.31  
    1.32  	%%%% BEGIN DEBUG %%%%
    1.33  	%\usepackage{showidx}
    1.34 -	\usepackage{setspace}
    1.35  	%\doublespace
    1.36  	%%%% END DEBUG %%%%
    1.37  
    1.38  
    1.39 +	% font
    1.40  	\usepackage[T1]{fontenc}
    1.41  	\usepackage[sc,osf]{mathpazo}
    1.42  	\linespread{1.05}         % Palatino needs more leading (space between lines)