Text Formatting ⇒ Starred sections
Starred sections
I want some of the sections in my document to have an asterisk next to the title, to indicate that they can be omitted on a first reading. Obviously, one way of doing this is to have ($\ast$) right after the title. However, the asterisks then appear in the table of contents as well. Is there a more standard way of doing this, perhaps?
Last edited by marcdein on Mon Feb 20, 2012 10:31 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Starred sections
The problem with the table of contents (and page header marks) can be solved by using the optional argument of \section:
I would define a macro for this, such as \skipsection.
A more standard way, however, may be using a footnote in the header (not in the ToC).
Stefan
Code: Select all
\section[A hard topic]{A hard topic$\ast$}
A more standard way, however, may be using a footnote in the header (not in the ToC).
Stefan
LaTeX.org admin