提问于:
浏览数:
1775
## 编译环境
Overleaf
操作系统
* [ ] Windows 7/8/10
* [ ] macOS
* [X] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [x] TexLive `年份`
* [ ] MikTeX `版本号`
* [ ] CTeX
`若需勾选,请把[ ]改成[x]`
## 我的问题
如图所示。![](https://wenda.latexstudio.net/data/attach/200829/SUnQDhwZ.PNG)
MWE如下,请用XeLaTeX编译。
```
\documentclass[UTF8]{ctexbook}
\usepackage{tocloft}
\begin{document}
\tableofcontents
\section{第一章}
\end{document}
```
2 回答
0
为什么不给 MWE? https://tex.meta.stackexchange.com/questions/228/ive-just-been-asked-to-write-a-minimal-working-example-mwe-what-is-that
作者追问:2020-08-29 17:54
不好意思,补上了。
0
```
\documentclass[UTF8]{ctexbook}
\usepackage{tocloft}
\let\origcftsecpagefont\cftsecpagefont
\let\origcftsecafterpnum\cftsecafterpnum
\let\origcftchappagefont\cftchappagefont
\let\origcftchapafterpnum\cftchapafterpnum
\renewcommand{\cftsecpagefont}{(\origcftsecpagefont}
\renewcommand{\cftsecafterpnum}{\origcftsecafterpnum)}
\renewcommand{\cftchappagefont}{(\origcftchappagefont}
\renewcommand{\cftchapafterpnum}{\origcftchapafterpnum)}
\begin{document}
\tableofcontents
\section{第一章}
\end{document}
```
自己回答,参考[https://tex.stackexchange.com/questions/305149/how-to-add-text-before-page-number-using-tocloft](https://tex.stackexchange.com/questions/305149/how-to-add-text-before-page-number-using-tocloft)
感谢官方群大佬指路。
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。