File: header.tex

package info (click to toggle)
gitano 1.0-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,204 kB
  • ctags: 306
  • sloc: makefile: 203; python: 96; sh: 30
file content (26 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (2)
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}%
}