Page Layout ⇒ how to equal high of lines in table of content
how to equal high of lines in table of content
One entry in my table of content involves a supscript symbol, thus the high of corresponding line is larger than others.
How can I equal high of all lines in order to get a beatiful table of content
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
how to equal high of lines in table of content
Code: Select all
\documentclass{article}
\begin{document}
\tableofcontents
\section{Top Level}
\subsection{Sample Heading Above~3}
\subsection{Sample Heading Above~2}
\subsection{Sample Heading Above}
\subsection{This Is an SN$_2$ Reaction}
\subsection{Sample Heading Below}
\subsection{Sample Heading Below~2}
\subsection{Sample Heading Below~3}
\section{Bottom Level}
\subsection{Sample Heading Above~3}
\subsection{Sample Heading Above~2}
\subsection{Sample Heading Above}
\subsection{This Is Si$^{29}$ NMR Spectroscopy}
\subsection{Sample Heading Below}
\subsection{Sample Heading Below~2}
\subsection{Sample Heading Below~3}
\end{document}
