【发布时间】:2012-12-19 15:03:49
【问题描述】:
我想知道如何在目录中隐藏一个部分,但又不会丢失文档正文中的部分编号。例如,在这个 tex 文件中,我丢失了hide 的编号,所有序列都损坏了:
\documentclass{article}
\begin{document}
\tableofcontents
\section{uno}
\section{dos}
\section*{hide}
\section{tres}
\end{document}
【问题讨论】:
-
最好也省略右边的页码..我只需要SectionName........SectionNumber SectionName2..... ......SectionNumber2 ...等
标签: latex tableofcontents