Skip to content

Instantly share code, notes, and snippets.

@tsterker
Created August 9, 2012 19:38
Show Gist options
  • Save tsterker/3307393 to your computer and use it in GitHub Desktop.
Save tsterker/3307393 to your computer and use it in GitHub Desktop.
[LaTeX] fancyhdr template
\usepackage{fancyhdr}
\setlength{\headheight}{15.2pt}
\pagestyle{fancy}
\fancyhf{}
\rhead{\bfseries\nouppercase\leftmark}
\cfoot{\bfseries\thepage}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment