Last active
December 18, 2015 12:19
-
-
Save nTraum/5782159 to your computer and use it in GitHub Desktop.
fancyhdr exmaple
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\pagestyle{fancy} % use fancyhdr for the following pages | |
\fancyhead{} % clear all header fields | |
\rhead{\rightmark} % section name for right side (header) | |
\renewcommand{\headrulewidth}{0.4pt} % thickness of header ruler | |
\fancyfoot{} % clear all footer fields | |
\renewcommand{\headrulewidth}{0pt} % no ruler for footer | |
%\chapter{Here goes your chapter} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment