Tagged Questions
3
votes
1answer
43 views
How to use \section*{something} without removing it from the Table of Contents?
I am trying to insert an abstract and acknowledgement page into my report. I want to suppress the (numbers in front of):
Abstract
Acknowledgment
part by using \section*. But by doing so, it is ...
9
votes
1answer
127 views
Removing Subordinated Headline Levels From The ToC Automatically When Using `*`
Usually, when you use section*{}only the section will be removed from the toc. In order to remove subordinated subsections you have to add the *.
Is it possible to define a command that removes ...
1
vote
2answers
221 views
How do I include a \section*{} in a \tableofcontents? [duplicate]
Possible Duplicate:
Centering \section* and adding them to the ToC
I've got something like
\documentclass{article}
\begin{document}
\tableofcontents
\section*{About this Article}
...
2
votes
0answers
68 views
How to get non-numbered sections to show in ToC [duplicate]
Possible Duplicate:
Centering \section* and adding them to the ToC
Adding unnumbered sections to TOC
I'm writing a book and I want the sections within the main text to carry no ...
1
vote
1answer
359 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}
...
12
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 ...
4
votes
3answers
903 views
Generate table of contents when \section* (sections without numbering) has been used
Is it possible just to generate a table of contents based on sections in asterisk mode, i.e., \section*? I basically just want the table of contents without section numbers. Like a list of headings ...
3
votes
2answers
831 views
Fix for amsart.cls tableofcontents bug regarding starred sections?
The command \section* is meant to produce a section that is not listed in the table of contents. However, when using amsart.cls, such sections are still listed. I believe this is a known bug.
How ...
15
votes
4answers
1k views
Centering \section* and adding them to the ToC
I'm using LaTeX and the book class and have one problem:
I want that my starred sections (only starred sections) appear in the center of the pages instead of the left side of the pages and also these ...