## 编译环境
操作系统
* [x ] Windows 7/8/10
* [ ] macOS
* [x ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [ x] TexLive...
## 编译环境
操作系统
* [x ] Windows 7/8/10
* [ ] macOS
* [x ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [ x] TexLive `年份`
* [ ] MikTeX `版本号`
* [ ] CTeX
`若需勾选,请把[ ]改成[x]`
## 我的问题
如何把索引添加到目录
```latex
\documentclass{article}
\usepackage{makeidx}
\makeindex
\begin{document}
\tableofcontents
\clearpage
\section{one}
text\index{text}
\section{two}
work\index{work}
\printindex
\end{document}
```
一周热门 更多>