↧
Answer by Austin Downey for How do I remove "References" from my running header?
A simple way to work around this problem is to simply define the header for either the entire document or just the pages of interest as an empty header. Here is a MWE of how I did...
View ArticleAnswer by Werner for How do I remove "References" from my running header?
Under your settings, the bibliography is printed as a \section, which naturally updates the header content using \markboth. You can set \markboth to gobble its arguments temporarily, which would...
View ArticleHow do I remove "References" from my running header?
I am using fancyhdr to create a short running title for an article I'm drafting. I also need my tables and figures to be printed after the bibliography upon submission to the journal. Initially, the...
View Article