sing-alongs/headfoot.tex

18 lines
473 B
TeX
Raw Normal View History

2013-03-12 15:42:47 +00:00
\setlength{\headheight}{15pt}
\pagestyle{fancy}
2013-03-12 15:42:47 +00:00
\renewcommand{\chaptermark}[1]{ \markboth{#1}{} }
\renewcommand{\sectionmark}[1]{ \markright{#1}{} }
\fancyhf{}
\fancyhead[LE,RO]{\thepage}
\fancyhead[RE]{\textit{ \nouppercase{\leftmark}} }
\fancyhead[LO]{\textit{ \nouppercase{\rightmark}} }
\fancypagestyle{plain}{
\fancyhf{}
\fancyhead[LE,RO]{\thepage}
\fancyhead[RE]{\textit{ \nouppercase{Sing-Alongs}} }
\fancyhead[LO]{\textit{ \nouppercase{Sing-Alongs}} }
}