Tagged Questions
4
votes
1answer
167 views
In fancyhdr, ensure every letters in chapter/title names are in lowercase
In designing novels, (Document-class Book KOMA SCRIPT) I prefer to use all-small-caps in the running heads. Please find the first example, where both howards end and chapter 29 were all set in ...
5
votes
2answers
211 views
fancyhead not in small caps
The text in my fancyhead is written in small caps. I would like to have it not in small caps. How can I do?
This is my fancyhead:
\usepackage{fancyhdr}
...
8
votes
1answer
169 views
Annoying problem with fancyhdr and auto-generated chapters
I have been facing an annoying little problem. I'm using fancyhdr to customize the headings on my thesis but according to the package documentation it is unable to remove the "uppercasedness" of the ...
4
votes
1answer
117 views
'List of Algorithms' title is not all in caps
In my dissertation, I have added a page for list of algorithms, using \listofalgorithms
command. However, the title of the page is not in all caps ('List Of Algorithms'), while it's supposed to be in ...
2
votes
2answers
220 views
fancyhdr package: changing header from uppercase to lowercase
I need to change my headers from uppercase to lowercase using fancyhdr. How do I do that?
\documentclass[10pt,cleardoublepage=empty,twoside]{book}
\usepackage{fancyhdr}
\pagestyle{fancy}
...
2
votes
1answer
281 views
Make the glossary title upper case in header
I'm using the report class with twoside parameter. I'm using fancyhdr to configure the headers/footer.
I'm using the glossaries package to generate a glossary. The glossary is the only chapter in my ...
0
votes
1answer
145 views
Headings in report documentclass [duplicate]
Possible Duplicate:
Headers in book format
I am working with report documentclass. I have this in my preamble:
\documentclass[11pt,a4paper,oneside]{report}
\pagestyle{headings}
I would ...
4
votes
2answers
828 views
Using Springer lncs and biblatex - wrong heading is shown for last page
I have a little problem with the Springer llncs class and biblatex. I use the parameter runninghead with the llncs class to show title and page number in the document head. At the last page where the ...
6
votes
1answer
1k views
Page header - Upper and lower case
First of all: this is the first time that I use LaTeX.
I have these commands that create my header:
\usepackage[headsepline,plainheadsepline]{scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot ...
3
votes
2answers
1k views
Headers in book format
I am writting my thesis. I don't want the headers in each chapter to appear just in capital letters. Can I override the class file to get the header as " My First Chapter"?
3
votes
2answers
445 views
Page headers in uppercase (amsbook+chapterbib+natbib)
I have the following problem which has been driving me crazy for quite some time now. Using the amsbook class for whatever you are intending to use it for, in the end you will end up having your page ...
8
votes
2answers
325 views
Writing the chapter and the heading in two different ways
How can I write in capitals the first letter of each word in a title?
In other words, I want to write the title normally
\chapter{Title of my chapter}
and to have the heading in this way
Title Of ...
9
votes
2answers
242 views
Stop memoir from making mathmode section names uppercase in header
I'm typesetting my thesis with memoir and in general I'm happy with the result. However, some of my section headers have math mode text like \section{The $\phi_{ij}$ matrix} which memoir comically ...
8
votes
1answer
746 views
How to prevent upper case in page header?
I just came across this small problem which I can't seem to fix. I have a section which looks like this:
\section{Properties of $C_q$}
The problem is that the header of the page uses upper case and ...
6
votes
1answer
200 views
Applying \nouppercaseheads to section headers only in memoir
How would one apply \nouppercaseheads only to section headers when using the memoir document class?
\documentclass[a4paper]{memoir}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
...
3
votes
3answers
493 views
Upper Case Page Header KOMA
I am trying change the page header in scrbook so that it contains upper case letters. To do so, I am using fancyhdr which gives me the required look for all the chapters.
Unfortunately there is a ...
1
vote
1answer
841 views
Using natbib package, in the References section, the header is now written in capitals
I have a thesis written in LaTeX. I've just switched over to natbib as it offered some nice commands but I'm starting to run into some trouble. This one is minor I guess, but I have headers, with the ...