summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/toc.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/toc.dtx')
-rw-r--r--Master/texmf-dist/source/latex/disser/toc.dtx7
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/disser/toc.dtx b/Master/texmf-dist/source/latex/disser/toc.dtx
index 7ec27da000c..74f16a4a403 100644
--- a/Master/texmf-dist/source/latex/disser/toc.dtx
+++ b/Master/texmf-dist/source/latex/disser/toc.dtx
@@ -8,7 +8,8 @@
%<*toc>
% \end{macrocode}
%
-% \subsection{Автоматически генерируемые списки (оглавление, предметный указатель и т.\,д.)}
+% \subsection{Автоматически генерируемые списки (оглавление, предметный
+% указатель и т.\,д.)}
%
% \subsubsection{Общие параметры}
%
@@ -43,6 +44,7 @@
% \end{macrocode}
% \subsubsection{Оглавление}
%
+% Команда, создающая заголовок в тексте.
% \DescribeMacro{\tocsection}\index{Макросы!\verb*+\tocsection+}
% \begin{macrocode}
\newcommand\tocsection{\chapter*{\contentsname}}
@@ -64,6 +66,7 @@
%
% \subsubsection{Список иллюстраций}
%
+% Команда, создающая заголовок в тексте.
% \DescribeMacro{\lofsection}\index{Макросы!\verb*+\lofsection+}
% \begin{macrocode}
\newcommand\lofsection{\nchapter{\listfigurename}}
@@ -89,6 +92,7 @@
%
% \subsubsection{Список таблиц}
%
+% Команда, создающая заголовок в тексте.
% \DescribeMacro{\lotsection}\index{Макросы!\verb*+\lotsection+}
% \begin{macrocode}
\newcommand\lotsection{\nchapter{\listtablename}}
@@ -137,6 +141,7 @@
%
% \subsubsection{Предметный указатель}
%
+% Команда, создающая заголовок в тексте.
% \DescribeMacro{\indexsection}\index{Макросы!\verb*+\indexsection+}
% \begin{macrocode}
\providecommand\indexsection{\twocolumn[\@makeschapterhead{\indexname}]}