Skip to content

Instantly share code, notes, and snippets.

@yang
Created January 31, 2009 09:08
Show Gist options
  • Save yang/55490 to your computer and use it in GitHub Desktop.
Save yang/55490 to your computer and use it in GitHub Desktop.
\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