提问于:
浏览数:
2921
如何让双栏目录中的“目录”二字居中,或者让“Contents”居中?
有何办法?
1 回答
0
\documentclass{article}
\usepackage{tocloft}
\usepackage{multicol}
\renewcommand\cfttocprehook{\begin{multicols}{2}}
\renewcommand\cfttocposthook{\end{multicols}}
\begin{document}
\tableofcontents
\section{\LaTeX}
I want to create a double column contents.
\section{abc}
How to do it?
\section{Contents}
Please tell me!
\section{abc}
How?
\section{edf}
\end{document}
-
英文的contents可以居中,中文的好像不行,中文“目录”二字一居中,跟着文章中的标题页居中了。 – ctuliu 2020-04-06 00:24 回复
-
宏包选项名是 "titles",前面我少打了 s。 – 论坛 github.com/CTeX 2020-04-06 00:09 回复
-
回复 undefined :运行报错 – ctuliu 2020-04-06 00:07 回复
-
使用 \usepackage[title]{tocloft},然后归结到 https://wenda.latexstudio.net/q-1992.html 中的情况。 – 论坛 github.com/CTeX 2020-04-06 00:03 回复
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。