diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/toc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/disser/toc.dtx | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/Master/texmf-dist/source/latex/disser/toc.dtx b/Master/texmf-dist/source/latex/disser/toc.dtx index 57ac3902d58..1567c54869d 100644 --- a/Master/texmf-dist/source/latex/disser/toc.dtx +++ b/Master/texmf-dist/source/latex/disser/toc.dtx @@ -12,53 +12,53 @@ % \subsubsection{Параметры} % % Горизонтальный пробел между постоянной и переменной частями заголовков -% \DescribeMacro{\@postskip} +% \DescribeMacro{\@postskip}\index{Макросы!\verb+"\"@postskip+} % \begin{macrocode} \def\@postskip{\hskip1em} % \end{macrocode} % Длина пробела между заполнителем и номером страницы. -% \DescribeMacro{\@pnumwidth} +% \DescribeMacro{\@pnumwidth}\index{Макросы!\verb+"\"@pnumwidth+} % \begin{macrocode} \newcommand\@pnumwidth{1.55em} % \end{macrocode} % Правая граница текста. -% \DescribeMacro{\@tocrmarg} +% \DescribeMacro{\@tocrmarg}\index{Макросы!\verb+"\"@tocrmarg+} % \begin{macrocode} \newcommand\@tocrmarg{2.55em} % \end{macrocode} % Расстояние между символами (точками) в заполнителе между названием и номером % (в единицах mu = 1/18 em, em --- длина буквы |M| текущего шрифта). -% \DescribeMacro{\@dotsep} +% \DescribeMacro{\@dotsep}\index{Макросы!\verb+"\"@dotsep+} % \begin{macrocode} \newcommand\@dotsep{4.5} % \end{macrocode} % Команда для заполнения промежутка между названием и номером страницы. -% \DescribeMacro{\tocfill} +% \DescribeMacro{\tocfill}\index{Макросы!\verb*+\tocfill+} % \begin{macrocode} \def\tocfill#1{ - \leaders\hbox{$\m@th \mkern \@dotsep mu\hbox{#1}\mkern \@dotsep mu$} + \leaders\hbox{$\m@th\mkern\@dotsep mu\hbox{#1}\mkern\@dotsep mu$} } % \end{macrocode} % Вертикальный пробел между элементами предметного указателя. -% \DescribeMacro{\indexspace} +% \DescribeMacro{\indexspace}\index{Макросы!\verb*+\indexspace+} % \begin{macrocode} \newcommand\indexspace{\par \vskip 10\p@ \@plus5\p@ \@minus3\p@\relax} % \end{macrocode} % Величина отступа для элементов списка литературы. -% \DescribeMacro{\bibindent} +% \DescribeMacro{\bibindent}\index{Макросы!\verb*+\bibindent+} % \begin{macrocode} \newdimen\bibindent \setlength\bibindent{1.5em} % \end{macrocode} % Горизонтальный пробел между различными частями элемента библиографии. -% \DescribeMacro{\newblock} +% \DescribeMacro{\newblock}\index{Макросы!\verb*+\newblock+} % \begin{macrocode} \newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em} \let\@openbib@code\@empty % \end{macrocode} % -% \DescribeMacro{\tableofcontents} +% \DescribeMacro{\tableofcontents}\index{Макросы!\verb*+\tableofcontents+} % \begin{macrocode} \newcommand\tableofcontents{% % \end{macrocode} @@ -80,7 +80,7 @@ % % \subsubsection{Список иллюстраций} % -% \DescribeMacro{\listoffigures} +% \DescribeMacro{\listoffigures}\index{Макросы!\verb*+\listoffigures+} % \begin{macrocode} \newcommand\listoffigures{% \if@twocolumn\@restonecoltrue\onecolumn @@ -90,8 +90,8 @@ % отображался в Содержании. % % \begin{macrocode} - \nchapter{ - \listfigurename + \nchapter{% + \listfigurename% \@mkboth{\MakeUppercase\listfigurename}{\MakeUppercase\listfigurename}% }% \@starttoc{lof}% @@ -111,9 +111,9 @@ \else \@restonecolfalse \fi - \nchapter{ - \listtablename - \@mkboth{\MakeUppercase\listtablename}{\MakeUppercase\listtablename} + \nchapter{% + \listtablename% + \@mkboth{\MakeUppercase\listtablename}{\MakeUppercase\listtablename}% }% \@starttoc{lot}% \if@restonecol\twocolumn\fi @@ -127,14 +127,14 @@ % % \subsubsection{Библиография} % Данное окружение будет переопределено в пакете |natbib|. -% \DescribeEnv{thebibliography} +% \DescribeEnv{thebibliography}\index{Окружения!\verb*+thebibliography+} % \begin{macrocode} \newenvironment{thebibliography}[1]{}{} % \end{macrocode} % % \subsubsection{Предметный указатель} -% \DescribeEnv{theindex} +% \DescribeEnv{theindex}\index{Окружения!\verb*+theindex+} % \begin{macrocode} \newenvironment{theindex}{ \if@twocolumn\@restonecolfalse @@ -150,9 +150,9 @@ }{\if@restonecol\onecolumn\else\clearpage\fi} % \end{macrocode} % Формат элемента. -% \DescribeMacro{\@idxitem} -% \DescribeMacro{\subitem} -% \DescribeMacro{\subsubitem} +% \DescribeMacro{\@idxitem}\index{Макросы!\verb+"\"@idxitem+} +% \DescribeMacro{\subitem}\index{Макросы!\verb*+\subitem+} +% \DescribeMacro{\subsubitem}\index{Макросы!\verb*+\subsubitem+} % \begin{macrocode} \newcommand\@idxitem{\par\hangindent 40\p@} \newcommand\subitem{\@idxitem \hspace*{20\p@}} |