summaryrefslogtreecommitdiff
path: root/info/german/fancyhdr/bsp10.tex
blob: 64374dcd401af8890d8b0ee494dc036ca0fe4b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\documentclass[10pt,a5paper,twoside,titlepage]{article}
\usepackage{german}
\usepackage{graphicx}
\usepackage[DIV12]{typearea}
\usepackage{fancyhdr}
\usepackage{pslatex}


\pagestyle{fancy}
\fancyhf{}
\fancyhead[EL]{Hans Friedrich Steffani}
\fancyhead[OR]{Beispiele zu \texttt{fancyhdr}}
\fancyhead[C]{
\setlength{\unitlength}{\textheight}
\addtolength{\unitlength}{\footskip}
\addtolength{\unitlength}{\headsep}
\addtolength{\unitlength}{2pt}
\begin{picture}(0,0)
\put(0,-1){\thepage}
\end{picture}
}

\title{Beispiele zu \texttt{fancyhdr}}
\author{Hans Friedrich Steffani}

\begin{document}
\maketitle
\section{Beispiel 10}
\begin{verbatim}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[EL]{Hans Friedrich Steffani}
\fancyhead[OR]{Beispiele zu \texttt{fancyhdr}}
\fancyhead[C]{
\setlength{\unitlength}{\textheight}
\addtolength{\unitlength}{\footskip}
\addtolength{\unitlength}{\headsep}
\addtolength{\unitlength}{2pt}
\begin{picture}(0,0)
\put(0,-1){\thepage}
\end{picture}
}
\end{verbatim}

Dieses Beispiel setzt die Fu"szeile als Teil der Kopfzeile. Dies kann
Das k"onnte interessant sein, wenn man mit PPower4 St"uck f"ur St"uck
eine Seite aufbauen will, aber die Fu"szeile von Anfang an braucht.
\input{beispiel}
\end{document}