Tagged Questions
1
vote
2answers
94 views
Add a hrule to only chapter not numbered
I am thinking of adding a hrule to only chapters that are not numbered, in other words the chapters created using chapter*{}. I thought of using the titlesec package- My problem is that I cannot find ...
5
votes
1answer
94 views
Headers of \chapters* take the headers of their previous \chapter
When using book.cls and using \chapter* after a \chapter, the header used in \chapter* is wrong. An example is pasted below.
Is there any known workaround for that? I have tried quite some tricks ...
3
votes
1answer
342 views
Change the vertical spacing above unnumbered sections headings
How can I change the vertical spacing above the section heading that dont have a number (like for instance the table of contents, the list of figures and the bibliograpy) while keeping the spacing of ...
5
votes
3answers
508 views
How to reset footnote numbering at \chapter* and at frontmatter chapters?
A comment to my answer to Biblatex and citation reset between chapters made me realize that, contrary to normal chapters in the book and report class, \chapter* (the starred version) does not reset ...
1
vote
1answer
360 views
How to place minitoc in right place where some chapters are with star?
I have a main.tex file. There is a part called front matter. Part of the code is,
1.
\frontmatter
\selectlanguage{english}
\include{title}
\include{dedication}
\include{acknowledgements}
...
3
votes
1answer
873 views
header and chapter*
I find it strange that the page header in the chapter “Title2” is not updated in the example below:
\documentclass[12pt]{book}
\usepackage{lipsum}
\begin{document}
\tableofcontents
\chapter{Title1}
...
4
votes
2answers
807 views
Vertical space after title of unnumbered chapters (bibliography/ToC)
The title pretty much says it all: It is possible to add arbitrary vertical space after the title of the ToC or bibliography page within the report document class?