The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
65 views

Insert text in ToC but not in Shorttoc

I'm trying to find a way to insert some text at the end of the table of contents, without it being written in the shorttoc. To be precise, my advisor does not want me to write "Written with \LaTeX" ...
0
votes
0answers
202 views

Vertical white space before title of custom ToC, ShortToC and full ToC [closed]

RevisedMWE: I have a custom Table of Contents (\newlistof{ubersicht}{ubs}{Übersicht}) a short ToC and a normal ToC \tableofcontents. My problem: The title of the \newlistofubs and the title of ...
3
votes
1answer
201 views

colored toc and shorttoc?

I want to have colored part and chapter names in my shorttoc and my toc. So I worked out how to get the shorttoc colored, but I do not know how to get the toc also colored the same way? If I add the ...
2
votes
4answers
249 views

Generating .toc file without generating a ToC

Problem: I want to generate a .toc file without the table of contents actually being displayed anywhere in the text. Background: I want a short ToC at the beginning of my text, using shorttoc. Then, ...
5
votes
1answer
218 views

Remove entries from short ToC but not from long ToC

Please find a minimal example illustrating this question below. The problem is this: There is only one appendix chapter, which is divided into several paragraphs. These paragraphs should appear in ...
7
votes
1answer
230 views

Two tables of content

See the min expl below. I would like to have two ToC: one giving only the rough structure of the document and a second one giving all the details down to subsubsections. The code pasted below should ...
3
votes
2answers
262 views

Contextual newlines in tocloft

I'm using a shorttoc with tocloft to put the names of chapters on a newline. Unfortunately, there are some chapters (such as the Preface or Index) which are not numbered, and I end up with additional, ...
2
votes
1answer
389 views

Change the vertical spacing option “tight” in shorttoc

I'm generating a short table of contents using the shorttoc-package. \documentclass{scrartcl} \usepackage[tight]{shorttoc} \begin{document} \shorttoc{Shorttoc}{1} \tableofcontents \section{Sec1} ...