我发现我的table of contents只是编号了目录之后的内容,不包含
之前的。请问怎样在table of contents加上preamble的内容,并且
在编页的时候preamble用罗马字母,正式内容用阿拉伯数字?
T*******n 发帖数: 493
2
If your thesis is based on (or similar to) the standard book.cls, this is
how you do it:
\documentclass{book}
\makeatletter
\renewenvironment{thebibliography}[1]{%
\chapter{\bibname}%
\@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}%
\list{\@biblabel{\@arabic\c@enumiv}}%
{\settowidth\labelwidth{\@biblabel{#1}}%
\leftmargin\labelwidth
\advance\leftmargin\labelsep
\@openbib@code
\usecounter{enumiv}%
\let\p
【在 j***b 的大作中提到】 : 我发现我的table of contents只是编号了目录之后的内容,不包含 : 之前的。请问怎样在table of contents加上preamble的内容,并且 : 在编页的时候preamble用罗马字母,正式内容用阿拉伯数字?