diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-29 23:31:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-29 23:31:05 +0000 |
commit | 4015a058f2c68e873ea7f12eb582b49b9a903cd7 (patch) | |
tree | ec3d259a3423d58b7e9114c1ee681a53fb07532c /Master/texmf-dist/source/latex/disser/chapter.dtx | |
parent | 12aa9b3a965ed1a926cff749fc9651dd28ac5a58 (diff) |
disser 1.1.5 (28mar10)
git-svn-id: svn://tug.org/texlive/trunk@17612 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/chapter.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/disser/chapter.dtx | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/disser/chapter.dtx b/Master/texmf-dist/source/latex/disser/chapter.dtx index c29e0df9eb6..f78b06f0b0c 100644 --- a/Master/texmf-dist/source/latex/disser/chapter.dtx +++ b/Master/texmf-dist/source/latex/disser/chapter.dtx @@ -49,20 +49,20 @@ \providecommand\chapterfont{\Large\bfseries} \providecommand\beforechapter{} \providecommand\afterchapter{\par\nobreak\vskip 20\p@} -\providecommand\chapterindent{0pt} +\providecommand\chapterindent{0\p@} % \end{macrocode} % % \subsubsection{Низкоуровневые команды} % -% \DescribeMacro{\chaptermark}\index{Макросы!\verb*+\chaptermark+} % Пустое определение колонтитула главы. +% \DescribeMacro{\chaptermark}\index{Макросы!\verb*+\chaptermark+} % \begin{macrocode} \newcommand*\chaptermark[1]{} % \end{macrocode} -% \DescribeMacro{\chapter}\index{Макросы!\verb*+"\chapter+} % Интерфейс. +% \DescribeMacro{\chapter}\index{Макросы!\verb*+"\chapter+} % \begin{macrocode} \newcommand\chapter{% \if@openright @@ -77,9 +77,8 @@ } % \end{macrocode} -% -% \DescribeMacro{\@chapter}\index{Макросы!\verb+"\"@chapter+} % Команда, формирующая нумеруемый заголовок |\chapter|. +% \DescribeMacro{\@chapter}\index{Макросы!\verb+"\"@chapter+} % \begin{macrocode} \def\@chapter[#1]#2{ \ifnum \c@secnumdepth >\m@ne @@ -98,10 +97,10 @@ \@afterheading \fi } + % \end{macrocode} -% -% \DescribeMacro{\@makechapterhead}\index{Макросы!\verb+"\"@makechapterhead+} % Формат нумеруемого заголовка. +% \DescribeMacro{\@makechapterhead}\index{Макросы!\verb+"\"@makechapterhead+} % \begin{macrocode} \def\@makechapterhead#1{{% \parindent\z@ @@ -114,9 +113,8 @@ }} % \end{macrocode} -% -% \DescribeMacro{\@schapter}\index{Макросы!\verb+"\"@schapter+} % Команда, формирующая ненумеруемый заголовок |\chapter*|. +% \DescribeMacro{\@schapter}\index{Макросы!\verb+"\"@schapter+} % \begin{macrocode} \def\@schapter#1{ \if@twocolumn @@ -138,6 +136,7 @@ \interlinepenalty\@M \chapteralign\chapterfont\beforechapter #1\afterchapter }} + % \end{macrocode} % % \DescribeMacro{\l@chapter}\index{Макросы!\verb+"\l"@chapter+} @@ -206,13 +205,13 @@ \providecommand\appendixfont{\Large\bfseries} \providecommand\beforeappendix{} \providecommand\afterappendix{\par\nobreak\vskip 20\p@} -\providecommand\appendixindent{0pt} +\providecommand\appendixindent{0\p@} % \end{macrocode} % -% \DescribeMacro{\appendix}\index{Макросы!\verb*+\appendix+} % Команда для создания глав приложений. Сохранение и восстановление % значений параметров формата глав делаются для случая, когда % приложения идут до списка литературы. +% \DescribeMacro{\appendix}\index{Макросы!\verb*+\appendix+} % \begin{macrocode} \newcommand\appendix{ \setcounter{chapter}{0} @@ -267,8 +266,8 @@ } % \end{macrocode} -% \DescribeMacro{\noappendix}\index{Макросы!\verb*+\noappendix+} % Восстановление исходных параметров формата заголовков глав. +% \DescribeMacro{\noappendix}\index{Макросы!\verb*+\noappendix+} % \begin{macrocode} \newcommand\noappendix{ \let\tocprethechapter=\oldtocprethechapter |