Redian新闻
>
如何自定义INDEX的列数?
avatar
如何自定义INDEX的列数?# TeX - TeX电子排版系统
H*J
1
用\printindex生成的Index都是两列的。
有什么办法可以自定义INDEX的列数,比如三列?
谢谢。
avatar
T*n
2
Look in the .cls and you should find the definition of an
environment called "theindex". This is where the page
layout of the index is usually defined.
You can try the following, add before \begin{document}:
\usepackage{makeidx}
\usepackage{multicol}
\makeatletter
\newcommand{\startindex}[0]{%
\chapter*{\indexname\@mkboth{\indexname}{\indexname}}%
\addcontentsline{toc}{chapter}{\indexname}%
}
\renewenvironment{theindex}{%
\par
\setlength{\columnseprule}{\[email protected]}%
\setlength{\columnsep}{12

【在 H****J 的大作中提到】
: 用\printindex生成的Index都是两列的。
: 有什么办法可以自定义INDEX的列数,比如三列?
: 谢谢。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。