0
votes
0answers
14 views

header and footer not appearing on first page of contents, list of figures and list of figures [duplicate]

My report contains a table of contents spanning three pages, and a list of figures page spanning three pages, and a table of contents on a single page. Unfortunately the header and footer is not ...
2
votes
1answer
54 views

Page number position on page with table of contents

I want to position page numbers in my document in top-right corner. I managed to do so using fancyhdr (see below). \usepackage{fancyhdr} \hypersetup{% pdfborder = {0 0 0} } ...
3
votes
1answer
54 views

\sections without numbers, but in ToC and in running heads

I'm doing a book-class doc which is a collection of problems offered through some years. So each chapter is a year, and it always has two sections: Problems, and Solutions. And I need them to NOT be ...
1
vote
0answers
56 views

Changing TOC header mid-TOC

In my TOC, on pages where there chapter titles listed, the page header needs to contain the word "CHAPTER". However, on pages where only appendix titles are listed, the TOC header needs to read ...
3
votes
1answer
112 views

Roman numerals for table of contents, arabic for main text in footer

I am trying to use roman numerals for the table of contents (and abstract, notes of thanks etc.) and then start the main body of the text from page 1 in arabic numerals. I am using the article ...
2
votes
1answer
126 views

Custom table of contents numbering

Two questions about customization of ToCs: My document is numbered the following way: "section"-"page number inside this section". How can I get this numbering style in the ToC? How to not show the ...
2
votes
1answer
82 views

How to prevent “CONTENTS” from appearing as a header in ToC

In the documentclass report, how do I prevent "CONTENTS" from appearing in the header of the Table of contents? In the preface I have no header, only page numbers, and in the main part I want ...
2
votes
0answers
83 views

TOC and companion headings in memoir class [closed]

I'm writing my thesis in the memoir class, with the companion headings (\pagestyle{companion}). Following on from the TOC, I have the acknowledgements, abbrevations and abstract, before the ...
0
votes
0answers
46 views

How do I change the header of table of contents with amsbook style file? [duplicate]

Possible Duplicate: Using the amsbook Class I am trying to change the header in the table of contents page with amsbook style file. I tried: \makepagestyle{calification} ...
3
votes
2answers
358 views

list of figures and page numbering

I made a list of figures at the end of my document and i have a problem. List of figures is longer than one page and i don't want any page numbers on any of these pages. Unfortunately comands below ...
1
vote
1answer
101 views

How to redefine the spacing between entries in the List of Figures without using the tocloft package?

There are a few posts about how to redefine the spacing in the LOF, but most use packages like tocloft, which changes the page number position to center in the frontmatter instead of the setting ...
3
votes
1answer
75 views

Remove a part of chapter title from sidebar href and page header

My chapter title is "{some special symbol} some text" and that special symbol does not show up properly in the sidebar clickable menu (in the compiled pdf file) as well as in the page header. I was ...
4
votes
1answer
116 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 ...
1
vote
1answer
99 views

getting two pages using tableofcontents [duplicate]

Possible Duplicate: How to remove headers and footers for pages between chapters? I use in my document \tableofcontents but I got two pages.In the first I have the table of contents and ...
4
votes
1answer
206 views

Header and Footer on multipage listoffigures

I've using the fancyhdr package to modify the header and footer. If my \listoffigures spans multiple pages then the header and footer on page one of the LoF is not fancy. The TeX example below ...
0
votes
0answers
229 views

Wrong page numbering style and chapter title [closed]

I have just finished my thesis, which is ready for defence and print! It consists of tex subfiles which are added to a main file. The thesis is written in Greek. I used roman numbering for the first ...
0
votes
0answers
20 views

How to achieve different page Heading and Table of Contents entry? [duplicate]

Possible Duplicate: How can I display a short chapter name in the header and a long chapter name in the ToC? Sometimes the name of a chapter or section is too long and in the headings it ...
4
votes
2answers
81 views

subtle issue when changing font style of the toc in connection with the header of the page

I am using the amsbook class and changed the font style of the title of the table of contents (toc) with the command \renewcommand{\contentsname}{\textbf{\textsf{Contents}}} So I want it in \sf ...
2
votes
0answers
361 views

\thispagestyle{empty} and page numbering [closed]

I'm trying to suppress the page number on a few pages of a large document. I'm using \thispagestyle{empty} to perform this task, and it works exactly as I want it to. However, when I later compile the ...
5
votes
1answer
325 views

ToC, chapter problem, adding a dot next to the number of chapter

\documentclass[openany, 10pt]{book} \usepackage[utf8]{inputenc} \usepackage[MeX]{polski} \usepackage{titleps} \usepackage[Lenny]{fncychap} %\usepackage{tocloft} \makeatletter ...
2
votes
1answer
833 views

Edit a default latex/beamer theme to show section numbers

I am using beamer to create a presentation. The theme I chose is Singapore. It has a nice header with section names and bullets for subsections. What is the easiest way to modify the header so that ...
1
vote
2answers
468 views

Fancyhdr layout of “Contents” and “Chapter 0”?

The attached latex produces header of page 2 and page 4 to look like where I would have liked "CONTENTS" to be "Contents" and "Chapter 0: Rresumé" to be "Rresumé". All the following chapter ...
3
votes
1answer
196 views

ToC width, small \MakeUppercase font in a header, dots next to chapters

How to get ToC widther? 1a. How to get ToC higher? [more space under the chapter, before a next chapter] How to add dots next to the chapters? How to put on odd sides name of current chapter but ...
1
vote
1answer
265 views

nameref changes header when referencing a chapter*

I'm writing a LaTeX document with book as document class and compiled with pdflatex. TexLive version is latest 2012. For introduction (and conclusions) chapter, I'm using: \chapter*{Introduction ...
3
votes
1answer
62 views

Wrong toc small cap heading

In what follows, the toc heading is wrong except for the last page and I cannot find a solution. I've been trying to modify the \tableofcontents as well as the \toc@heading commands without success. ...
2
votes
2answers
764 views

Add chapter/appendix prefix in table of contents of scrbook with correct appendix running head

My first question is how to add the chapter or appendix prefix in the table of contents of scrbook class instead of the its default appearance. For example, in the figure below, I want to change the ...
4
votes
1answer
365 views

Page number intersects text when using fancyhdr

As i mentioned in title, i can't manage fancyhdr to work. I can't remove page numbers. And page numbering is not stable. And this is the result. As you can see one iii is at the bottom but iv is at ...
0
votes
0answers
39 views

chapter title on two lines in the TOC [duplicate]

Possible Duplicate: How can I display a short chapter name in the header and a long chapter name in the ToC? I have a quite long chapter title that I break into two lines as follows: ...
1
vote
1answer
186 views

Add vita at the end of dissertation

I am writing my dissertation in LaTeX and I need to add my Vita at the end. Can you please help in defining the structure. My requirements are: 'Vita' needs to appear in the 'table of contents' ...
3
votes
2answers
1k views

How to let all the pagestyle of pages from \frontmatter to \mainmatter empty

\frontmatter may include Table of Contents List of Figures List of Tables Preference and other parts Now, I want to set up the pagestyle of pages range from the tag \frontmatter to the tag ...
2
votes
1answer
94 views

How can I prevent the \listof command from the float package scrambling my headers?

I'm using the minted package, which uses the float package. When I add the 'List of Listings' in my thesis, the \listoflistings command calls the \listofcommand from the float package. My problem is ...
3
votes
2answers
209 views

How to place a small table of contents in the footer in ConTeXt?

I would like to place a small table of contents in the footer in ConTeXt, which only shows the sections within the current chapter, but it does not appear. This is what I tried: ...
7
votes
1answer
490 views

Remove the header of List of Listings

I'm using classichtesis and I would like to remove the header of List of Listings. Before posting here, I tried the following strategies: The command \renewcommand\lstlistlistingname{}, suggested ...
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 ...
2
votes
2answers
268 views

\part doesn't appear in TOC

I use the article document class and I created a TOC. It works fine and uses the \section to write the header, but the problem is that the first page after my TOC is the introduction and there I used ...
5
votes
3answers
592 views

How do I prevent “Contents” from appearing twice in the header when I use \leftmark and \rightmark with fancyhdr?

I would like to use \leftmark and \rightmark, but have "Contents" appear only once (on the left) in the header. Instead, it appears as both the \leftmark and the \rightmark. The following MWE ...
8
votes
1answer
3k views

Beamer: Removing headline and its space on a single frame (for plan), but keeping the footline

There is now 4 hours that I'm Googling to found a solution to my problem but it's still impossible! Here is the situation: I have some frames in a presentation using the Warsaw theme, on the first ...
3
votes
1answer
633 views

Number on all pages of table of content

I have this issue with a LaTeX document: I want to have page numbers on every page of the Table of Content. In my case the ToC is displayed across two pages because of many chapters in the text, but ...
3
votes
1answer
1k views

How to make (force) line-break in Chapter Title (in ToC, Chapter, Header) - if possible?

I've found how to make different text for Title appearing in ToC, Chapter and headers Chapter title in header too long : \chapter[medium-length title for TOC, if wanted]{full title name} ...
1
vote
1answer
536 views

How to get header and footer over ToC, LoF and Nomeclature?

I would like to know how we include header and footer over Table of Contents, List of Figures and Nomenclature? Do we need to renew any command? or any package is used to do that? Sample script would ...
6
votes
1answer
397 views

Section in page header and TOC without number and no indention

I'm looking for advise about handling sections a a special way. What I want: Sections should not be numbered, they should be listed in the TOC and be available in the page header, and they should ...
2
votes
1answer
2k views

Beamer - No table of contents at top

Once a table of contents is created, by \tableofcontents it is shown in at the top of the presentation, like in the following picture: Is it possible to prevent the contents from appearing at ...
4
votes
1answer
456 views

Separate table of appendices - pdf bookmarks & avoid previous chapter's format

I'm trying to format my thesis which requires a seperate list of appendices. Thanks to a really useful post - Creating a separate list of appendices with tocloft - I have the list up and running. I'm ...
6
votes
2answers
359 views

Clear tableofcontents page in book or report

How do I clear the \tableofcontents page in book or report? \documentclass[a4paper]{book} \usepackage{lipsum} \begin{document} % i need clear this page {\thispagestyle{empty} %but is not work ...
5
votes
1answer
253 views

Clear tableofcontents page in memoir

How do I clear the \tableofcontents page in memoir? \documentclass[a4paper]{memoir} \begin{document} \pagestyle{headings} \begin{titlingpage} \maketitle \end{titlingpage} % i need clear this page ...
11
votes
2answers
4k views

Creating unnumbered chapters/sections (plus adding them to the ToC and/or header)

I'm using the report document class for a thesis, and I need to add things like "Acknowledgements" and an "Introduction". I noticed that there is an \abstract command which would have been wonderful ...
1
vote
1answer
133 views

Appendices in PDF Outline appear as children of first appendix and problem with headers

I have a problem similar to the one in Appendices in PDF Outline appear as childs of last section But the solution hasn't worked for me, and I even get errors when I try to \includepackage{bookmark}. ...
2
votes
1answer
433 views

Problem with wrong header

I'm having a strange problem. In my code I have \tableofcontents \input{./path/to/my/other/texfile.tex} My summary is well generated, but the rest of the file, which looks like this: \chapter*{A ...
6
votes
1answer
702 views

First page of ToC has a page number. How to remove it?

I have a problem with the number of the page that appears on the first page of ToC (I don't want it, of course), but only when I have at last two page of ToC. When ToC takes only one page, footer and ...
1
vote
1answer
153 views

Contents header returns after first chapter

I am using \documentclass{book} and tocloft for the table of contents. The way my document is structured I have the table of contents, then a \chapter*, then part one, chapters, etc. For some ...

1 2