Created
January 31, 2009 09:08
-
-
Save yang/55490 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\begin{document} | |
\tableofcontents | |
\appendix | |
\section{alpha} | |
\section{beta} | |
\section{gamma} | |
\subsection{alfa} | |
\subsection{bravo} | |
\begingroup\def\addcontentsline#1#2#3\relax\subsubsection{FIRST}\endgroup | |
% this doesn't show up at all in the doc! | |
\subsubsection{second} | |
\subsubsection{third} | |
\subsubsection{billionth} | |
\subsection{charlie} | |
\subsubsection{first} | |
\subsubsection{second} | |
\subsubsection{third} | |
\subsubsection{billionth} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment