我想\include
在使用文档类 revtex4-1 编写的文档中使用该命令。不幸的是,插入的命令sections
虽然出现在文档中,但并未显示在目录中。谁能告诉我这是怎么回事?
\documentclass[preprint,amsmath,amssymb,aps]{revtex4-1}
\usepackage{graphicx}% Include figure files
\usepackage{dcolumn}% Align table columns on decimal point
\usepackage{bm}% bold math
\begin{document}
\tableofcontents
\include{Foo}
\include{Bar}
\include{Fooo}
\include{Baar}
\end{document}
各个文件存储在包含以下文本的同一文件夹中。
Foo:
\chapter{Foo}
酒吧:
\chapter{Bar}
Fooo:
\chapter{Fooo}
Baaar:\chapter{Baaar}