由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - Another question
相关主题
一个对齐的问题如何钩掉一个字
tex问题改变表格的大小?
如何去掉Chapter之间的空白页?listoftable如何把里面的点形成的线末端延长到PageNo
请教:\chapter 和 \appendix如何让align的一群equation跨越两页
求助 - toc spacinganother question
如何去掉section前面的数字how to put a footnote on a chapter title?
最后一页的图如何置顶如何改变page header's font?
怎样让table caption左对齐?Question about latex.
相关话题的讨论汇总
话题: chapter话题: another话题: continues话题: starts话题: typesetter
进入TeX版参与讨论
1 (共1页)
z*****n
发帖数: 7639
1
In book.sty, the default chapter typesetter is
Chapter 1. One chapter starts...
and continues...
How can I modify it to be:
1 One chapter starts...
and continues
....
Thanks in advance.
g*********r
发帖数: 124
2
把下面的代码添加到导言区
\makeatletter
\def\@makechapterhead#1{%
\vspace*{50\p@}%
{\parindent \z@ \raggedright \normalfont
\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
\huge\bfseries\thechapter
\par\nobreak
\vskip 20\p@
\fi
\fi
\interlinepenalty\@M
\Huge \bfseries #1\par\nobreak
\vskip 40\p@
}}
\makeatother

【在 z*****n 的大作中提到】
: In book.sty, the default chapter typesetter is
: Chapter 1. One chapter starts...
: and continues...
: How can I modify it to be:
: 1 One chapter starts...
: and continues
: ....
: Thanks in advance.

1 (共1页)
进入TeX版参与讨论
相关主题
Question about latex.求助 - toc spacing
求教一个bibtex的问题如何去掉section前面的数字
如何去掉 Reference 前面的 Chapter xx?最后一页的图如何置顶
appendix 的问题怎样让table caption左对齐?
一个对齐的问题如何钩掉一个字
tex问题改变表格的大小?
如何去掉Chapter之间的空白页?listoftable如何把里面的点形成的线末端延长到PageNo
请教:\chapter 和 \appendix如何让align的一群equation跨越两页
相关话题的讨论汇总
话题: chapter话题: another话题: continues话题: starts话题: typesetter