注意,只有将\setcounter{tocdepth}{2}命令放置在\tableofcontents的前面,它才会生效。 我们打开.toc文件,可以发现尽管文档中的目录仅生成了一部分,但.toc文件中依旧保存了所有的目录信息: \contentsline {section}{\numberline {1}A section}{1}{}% \contentsline {subsection}{\numberline {1.1}A subsection}...
最后,在你编译的文件所在的同一文件夹中,会多出一个.toc文件,它是用来记录目录信息的,toc即是table of contents的缩写。对于我们前面编译的代码,生成的.toc文件打开后内容是: \contentsline {chapter}{\numberline {1}这是第一章}{5}{}% \contentsline {section}{\numberline {1.1}这是第一章的第一节}{...
}}\begin{document}\tableofcontents\chapter{test}test\end{document}
如果不需要就加这一步将日期去掉 \begin{document} %开始正文 \maketitle %制作封面 \tableofcontents %加入目录,包括页码(非必需) \mainmatter %如果希望页码是从正文部分开始就加上这句命令(非必需) %下面是几个主要的层次结构; \part{...} %第一部分 \chapter{...} ...
{chapter}}\begin{document}\tableofcontents\chapter{在左边}\end{document} lof 和 lot 类似改。
After applying the CSS scale transform to a parent container, we cannot use absolute positioning to place new elements on top of its children. HTML: CSS: JavaScript: Reproduce (use Chrome): Visit http...Image taking ridiculously long to render when resizing frame I'm currently working on an...
在有了章节的结构之后,使用\tableofcontents命令就可以在指定位置生成目录。 好的,今天我们的教程就讲到这里。 后续如果有时间的话,我们会接着讲图片,表格之类的等等一大堆。 反正现在的这个状态,也可以写一本文字书了哈哈哈哈哈哈。 那么我们今天的LaTex最最简单(才怪)的一页文字排版就到这里咯,下期再见。
In a LaTeX document the table of contents can be automatically generated, and modified to fit a specific style, this article explain how Introduction To create the table of contents is straightforward, the command \tableofcontents does the job. Sections, subsections and chapters are included in...
In a LaTeX document the table of contents can be automatically generated, and modified to fit a specific style, this article explain how Introduction To create the table of contents is straightforward, the command \tableofcontents does the job. Sections, subsections and chapters are included in...
\tableofcontents Hello world! \end{document} 字体设置 一般我们用fontspec包来设置字体: \usepackage{fontspec} \setmainfont{Times New Roman} 字体大小 \tiny \scriptsize \footnotesize \small \normalsize \large \large \LARGE \huge \Huge