由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 菜鸟求助~
相关主题
Index的bookmark不对如何去掉section前面的数字
page number问题how to make the subsubsection title not shown in TOC
请问如何在TOC里面加入空行?latex方程编号的问题
How to change chapter heading size?Book里figure编号的问题
Why after compiling a latex file twice, the table of contents is still missing in pdf file?Bibliography和Reference字样同时出现怎么删除其中一个?
求助 - toc spacing为啥list of figures在toc里的页码不对?
how to put a footnote on a chapter title?如何在目录里加上参考文献?
如何改变page header's font?question regarding bookmark
相关话题的讨论汇总
话题: chapter话题: toc话题: chapapp话题: thechapter
进入TeX版参与讨论
1 (共1页)
f********7
发帖数: 99
1
有关于toc的问题.
发现default的chapter entries都没有"Chapter"打头.学校变态,要求加上"Chapter".
试过改\@chapter命令,就是在参数#1前面加个Chapter,结果所有的用\chapter*产生的
标题都冠上"Chapter"了.要崩溃了,下周一就要交final version了,恳请大虾们帮忙啊~
~~
厚颜无耻再问一个问题,还是那个可恶的"Chapter",要求cross reference产生的
bookmark里也要显示"Chapter"...
恳请大家支招啊~~
c*******h
发帖数: 1096
2
一个比较无耻的方法,在.toc里面所有相应位置加上"Chapter"
或者titletoc包里面应该可以设置,找一下

啊~

【在 f********7 的大作中提到】
: 有关于toc的问题.
: 发现default的chapter entries都没有"Chapter"打头.学校变态,要求加上"Chapter".
: 试过改\@chapter命令,就是在参数#1前面加个Chapter,结果所有的用\chapter*产生的
: 标题都冠上"Chapter"了.要崩溃了,下周一就要交final version了,恳请大虾们帮忙啊~
: ~~
: 厚颜无耻再问一个问题,还是那个可恶的"Chapter",要求cross reference产生的
: bookmark里也要显示"Chapter"...
: 恳请大家支招啊~~

f********7
发帖数: 99
3
嗯,无耻的方法works! 可解燃眉之急...
不过还是想知道个阳春白雪点的办法.非得用其他的package才行么?有点郁闷...
c*******h
发帖数: 1096
4
其实别人写的包就是帮你定义或者修改了一大串命令,你何必那么执着呢。。
hack一段代码需要时间,有空我想想。。

【在 f********7 的大作中提到】
: 嗯,无耻的方法works! 可解燃眉之急...
: 不过还是想知道个阳春白雪点的办法.非得用其他的package才行么?有点郁闷...

c*******h
发帖数: 1096
5
看了一下book.cls,在定义\chapter的第六行某地方加上chapter字眼
看是不是你要的效果
\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
\refstepcounter{chapter}%
\typeout{\@chapapp\space\thechapter.}%
\addcontentsline{toc}{chapter}%
{\protect Chapter \numberline{\thechapter}#1}% <----这里
\else
\addcontentsline{toc}{chapter}{#1}%
\fi
\else
\addcontentsline{toc}{chapter}{#1}%
\fi
\chaptermark{#1}%
\addtocontents{lof}{\pr

【在 f********7 的大作中提到】
: 有关于toc的问题.
: 发现default的chapter entries都没有"Chapter"打头.学校变态,要求加上"Chapter".
: 试过改\@chapter命令,就是在参数#1前面加个Chapter,结果所有的用\chapter*产生的
: 标题都冠上"Chapter"了.要崩溃了,下周一就要交final version了,恳请大虾们帮忙啊~
: ~~
: 厚颜无耻再问一个问题,还是那个可恶的"Chapter",要求cross reference产生的
: bookmark里也要显示"Chapter"...
: 恳请大家支招啊~~

T*******n
发帖数: 493
6
Don't change \@chapter. \@chapter is used to set the chapter opening
for numbered chapters. It shouldn't be used to tweak the TOC.
Change the definition for \l@chapter instead. If you use book.cls,
look for \l@chapter (around line 625). In the definition of \l@chapter,
the first argument #1 is the chapter number. So you need to change the
#1 to something like this:
\@chapapp\ #1
\@chapapp will expand to \chaptername or \appendixname depending on
whether you are in the main text or in the ba

【在 c*******h 的大作中提到】
: 看了一下book.cls,在定义\chapter的第六行某地方加上chapter字眼
: 看是不是你要的效果
: \def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
: \if@mainmatter
: \refstepcounter{chapter}%
: \typeout{\@chapapp\space\thechapter.}%
: \addcontentsline{toc}{chapter}%
: {\protect Chapter \numberline{\thechapter}#1}% <----这里
: \else
: \addcontentsline{toc}{chapter}{#1}%

c*******h
发帖数: 1096
7
yes, the \l@ part is a better place to deal with toc, lof and lot
appearances

【在 T*******n 的大作中提到】
: Don't change \@chapter. \@chapter is used to set the chapter opening
: for numbered chapters. It shouldn't be used to tweak the TOC.
: Change the definition for \l@chapter instead. If you use book.cls,
: look for \l@chapter (around line 625). In the definition of \l@chapter,
: the first argument #1 is the chapter number. So you need to change the
: #1 to something like this:
: \@chapapp\ #1
: \@chapapp will expand to \chaptername or \appendixname depending on
: whether you are in the main text or in the ba

1 (共1页)
进入TeX版参与讨论
相关主题
question regarding bookmarkWhy after compiling a latex file twice, the table of contents is still missing in pdf file?
紧急求助,编译成PDF有蓝框。求助 - toc spacing
如何去掉Chapter之间的空白页?how to put a footnote on a chapter title?
请教:\chapter 和 \appendix如何改变page header's font?
Index的bookmark不对如何去掉section前面的数字
page number问题how to make the subsubsection title not shown in TOC
请问如何在TOC里面加入空行?latex方程编号的问题
How to change chapter heading size?Book里figure编号的问题
相关话题的讨论汇总
话题: chapter话题: toc话题: chapapp话题: thechapter