Tagged Questions
3
votes
1answer
63 views
New titleclass not counted in the table of contents
The following defines a new titleclass which I would prefer not counted in the table of contents defined. How can this be achieved?
\documentclass{book}
\usepackage{titlesec}
\usepackage{titletoc}
...
3
votes
3answers
101 views
Double Names being included in Table of Contents
I have a final report that I am writing in LaTeX. I have a code to make the section headings appear in the center of the page (thanks to Jubobs):
\titleformat{\section}
...
2
votes
1answer
76 views
Transfering Style of Sectioning-Titles to TOC-, LOF-, LOT-Titles
This is a continuation of my last (answered) question:
I want to style the Title of TOC, LOF and LOT exactly the same as the Sectioning-Titles. Problem is that they (a) start "higher" than normal ...
1
vote
1answer
122 views
Titletoc and Titlesec in just some chapters
I have a twocolumn document and I should insert the minitoc in the first chapters with titlesec and titletoc. I read the answer to Customize minitoc; however, if I change the \titleformat before ...
1
vote
1answer
112 views
Using titlesec in beamerarticle with a modified section command
This is further to the solution provided to my previous question about allocating short and long titles correctly to the beamer and article output of a beamerarticle.
The solution provided there ...
5
votes
1answer
172 views
Move (sub)section number right of (sub)section title in table of contents
I restyled the \section and \subsection a little bit, to better suite my needs when writing assignments. Using titlesec, I moved the (sub)section number to the right of the (sub)section title. In my ...
5
votes
1answer
153 views
Weird behavior of Partial TOC with titletoc
I have been looking for two hours for an explanation to the problem I am facing, and so far I found no hint.
In a document of the book class, I am trying to include partial TOC at the beginning of my ...
1
vote
1answer
220 views
Titlesec ruins Table of Contents formatting
I'm trying to use the titlesec package, but somehow section names in the \tableofcontents become overlapped with the TOC numbers and subsection names become improperly indented. Here's an example, ...
4
votes
1answer
220 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 ...
3
votes
1answer
166 views
Roman numerals appear in toc but not in document
I'm writing a thesis and sections are required to have roman numerals in both the toc and the document itself. The pertinent document code looks like this:
\documentclass[twoside,12pt]{report}
...
5
votes
1answer
2k views
Format ToC for thesis
I apologize for the unspecified and broad question but I have no way to be specific. I'm looking to generate the TOC and List of Figure, List of Table according to the format required by my school.
...
5
votes
1answer
283 views
chapter headings vertically centered but not table of contents
My university requires the chapter headings to be on a separate page and vertically and horizontally cantered. Based on some of the answers on this forum i used the following code to achieve it.
...
1
vote
2answers
623 views
titlesec messin' up my hyperref'd table of contents
Please consider the following multipage MWE, which contains page number restarting; made to compile with pdflatex test.tex:
\documentclass[12pt]{article}
\usepackage{geometry}
...
5
votes
1answer
166 views
Positioning the beginning of table of content (toc) to the top of the page
I managed with great help from here to shift the beginning of the chapter titles to the top of the page, but it doesn't affect the table of content. Why is that? And how could I do that?
I don't ...
2
votes
1answer
260 views
Modifying toc & bib titles
I would like to \flushright the toc's and bibliography's title, but the font size and spaces above and below should be the same as for regular chapters.
Here is what I did:
\documentclass{report}
...
1
vote
2answers
1k views
Customizing Table of Contents Formatting
For the most part, the default formatting for the ToC, LoF, and LoT is fine. But I need to add an extra line (university's requirements for my thesis) between each numbered entry. In order to do this, ...
2
votes
3answers
1k views
How to change the style of “Contents” heading?
Help me, please to make the style of "Contents" heading to be as \chapter{Le choix du thème}.
Also I would like to put all headings a little bit higher and to fix the hyperref for "Contents" in pdf
...
