Tagged Questions
2
votes
1answer
56 views
Parts and tocloft compatibility
Whenever I try using both tocloft (to be more precise \usepackage[titles]{tocloft} and \part{}, the table of contents doesn't render completely (it only renders until the first Part starts).
My ...
2
votes
0answers
50 views
Numbering figures and tables in part
Here is the deal: I'm writing my thesis and I divided the thesis into 3 parts, each part had 2 chapters.
At the beginning of each part, I added two pages of introduction. However, the numbering of ...
1
vote
3answers
157 views
How can the thesis structure be defined for PDF generation?
My thesis consists of these hierarchical elements:
\documentclass{report}
\begin{document}
\tableofcontents
\include{020-tex}
\end{document
where 020-tex.tex contains
\input{030-preface}
...
1
vote
1answer
178 views
Separate book into parts and chapters
I am working with the book document class and want to create something like this. Moreover, in the Table of Contents I want the "Part" to be under- and over-lined and not to be numbered. I think of ...
3
votes
1answer
84 views
Correct spacing between roman numbers in toc for parts
In my document, the roman numbers to the left of the part names are too close to the text.
I use this snippet the following codesnippet to correct the issue, but it gives me an undefined control ...
5
votes
1answer
142 views
minitoc: parttoc on the same page as the part title
Easy example:
\documentclass{scrreprt}
\usepackage{minitoc}
\begin{document}
\doparttoc[n]
\noptcrule
\tableofcontents
\part{foo}
\parttoc
\chapter{bar1}
\chapter{bar2}
\chapter{bar3}
...
7
votes
1answer
263 views
\part and \chapter commands output both numbered and named headings
I have the following LaTeX document being compiled in TeXstudio 2.3 on Windows 7 (mode is PdfLatex + PdfViewer):
\documentclass[a4paper,12pt]{report}
% Modified \part and \chapter from report.cls
...
6
votes
2answers
388 views
Align the roman numbers of the parts in ToC
How can I align the roman numbers of the parts in this manner? The alternative is to use an arabic enumeration. I would not any changes at the TOC of classicthesis outside of the alignment of the ...
4
votes
1answer
218 views
Remove part page
In my thesis all my chapters are grouped as a part (titled CHAPTERS). I want the part to appear in the TOC, but do not want a part page. The part is showing up fine in the toc, but the part page shows ...
5
votes
3answers
369 views
How to increase the numwidth for a part in ToC?
I am using a Koma-Script Book and I would like to begin the part numbers from 2012. However, 4 digit part number entries are causing a problem in the tableofcontents. There is a hbox overfull and the ...
1
vote
1answer
550 views
Add dots in table of contents for parts for LaTeX document
My document has three "parts" (using the \part command), and chapters, and sections. When I generate my table of contents (\tableofcontents), all the chapters and lower have dots between the name of ...
9
votes
1answer
609 views
\part and tocloft
The following code was provided by Martin Scharrer in reply to a post in May 10.
\documentclass{book}
\usepackage[british]{babel}
\usepackage[titles]{tocloft}
\usepackage{tocloft}
...
3
votes
1answer
264 views
How to change formatting of \part in a .cls file?
I'm using an external .cls file, which is based on the report.cls template. I need to change the formatting of the top-level parts (i.e. \part objects) in the table of contents, and on the \part ...
3
votes
1answer
528 views
report/book: how to customize \part look (the page itself and listing in ToC)?
I was wondering how I can 'split' up a latex document into 'volumes'. The final TOC should read something like this:
Volume 1 2
1. chapter 1 of volume 1 ...
6
votes
2answers
417 views
Centering part entries in toc using memoir
I'm using memoir for a large document and want to center the toc entries corresponding to parts (page entries are turned off). I read the manual (specifically pp. 161-166) and while I have no problem ...
7
votes
1answer
573 views
\minitoc on the \part-page
I would like to modify the \partpage such that it shows a table of contents of that part. Preferably also one or two levels deeper than the toc in the beginning of the document.
In styling the \part ...
2
votes
2answers
463 views
How to linebreak part ToC entries using tocloft/titletoc and the book class
I'm currently writing a LaTeX document in the book documentclass. In my ToC I want the actual titles of certain entries (parts in my case) to come in a newline after a generic name of the section-type ...
2
votes
1answer
490 views
minitoc: \parttoc does not work for several chapters
I have another problem with minitoc package (and command parttoc).
I have 3 parts in the document, asking for a content within each part. LaTex actually places three contents, but they are all the ...
1
vote
2answers
672 views
How to achieve links in a part ToC in a beamer presentation?
I red \tableofcontents from \part commands in Beamer, and it was very helpful. However, I wanted the part titles to be links pointing to the pages the part began. The example without this works just ...
9
votes
3answers
4k views
\tableofcontents from \part commands in Beamer
I am not able to generate the table of contents made of all the parts (declared by \part command) of my Beamer presentation. While sections of each part are listed easily, there is no hint in the ...
