Skip to content

Instantly share code, notes, and snippets.

@flassont
flassont / headings.tex
Created June 19, 2016 14:17
Small headers and footers in LaTeX (using fancyhdr)
\usepackage{fancyhdr}
\usepackage{xcolor}
\definecolor{hdrrule}{HTML}{CCCCCC}
% Page header and footer
\fancyhf{}% Clear header and footer
\fancyhead[R]{\leftmark}
\fancyfoot[C]{\thepage}
\renewcommand{\headrulewidth}{0.1pt}