summaryrefslogtreecommitdiff
path: root/doc/admin/header.tex
blob: 4e7505fa96c37751c14b3bb648a2765fe35627cf (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
\usepackage{fancyhdr}

\pagestyle{fancy}

\fancyhf{}

\lhead{\leftmark}
\rhead{Gitano Admin Manual}

\rfoot{Page \thepage}

\renewcommand{\headrulewidth}{2pt}
\renewcommand{\footrulewidth}{1pt}

\fancypagestyle{plain}{%
  \fancyhf{}%
  \rfoot{Page \thepage}%
  \renewcommand{\headrulewidth}{0pt}%
  \renewcommand{\footrulewidth}{1pt}%
}

\fancypagestyle{stilltitle}{%
  \fancyhf{}%
  \renewcommand{\headrulewidth}{0pt}%
  \renewcommand{\footrulewidth}{0pt}%
}