summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/counters.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/counters.dtx')
-rw-r--r--Master/texmf-dist/source/latex/disser/counters.dtx37
1 files changed, 36 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/disser/counters.dtx b/Master/texmf-dist/source/latex/disser/counters.dtx
index 259e0a2547e..466cc867fb8 100644
--- a/Master/texmf-dist/source/latex/disser/counters.dtx
+++ b/Master/texmf-dist/source/latex/disser/counters.dtx
@@ -9,6 +9,16 @@
% \end{macrocode}
%
% \subsection{Создание и настройка счетчиков}
+%
+% \DescribeMacro{part}\index{Счетчики!\verb*+part+}
+% \DescribeMacro{chapter}\index{Счетчики!\verb*+chapter+}
+% \DescribeMacro{section}\index{Счетчики!\verb*+section+}
+% \DescribeMacro{subsection}\index{Счетчики!\verb*+subsection+}
+% \DescribeMacro{subsubsection}\index{Счетчики!\verb*+subsubsection+}
+% \DescribeMacro{paragraph}\index{Счетчики!\verb*+paragraph+}
+% \DescribeMacro{subparagraph}\index{Счетчики!\verb*+subparagraph+}
+% \DescribeMacro{figure}\index{Счетчики!\verb*+figure+}
+% \DescribeMacro{table}\index{Счетчики!\verb*+table+}
% \begin{macrocode}
\newcounter{part}
\newcounter{chapter}
@@ -21,7 +31,15 @@
\newcounter{table}[chapter]
% \end{macrocode}
%
-% Формат нумерации разделов документа.
+% Формат нумерации разделов документа в тексте.
+% \DescribeMacro{\thepart}\index{Макросы!\verb*+\thepart+}
+% \DescribeMacro{\thechapter}\index{Макросы!\verb*+\thechapter+}
+% \DescribeMacro{\theappendix}\index{Макросы!\verb*+\theappendix+}
+% \DescribeMacro{\thesection}\index{Макросы!\verb*+\thesection+}
+% \DescribeMacro{\thesubsection}\index{Макросы!\verb*+\thesubsection+}
+% \DescribeMacro{\thesubsubsection}\index{Макросы!\verb*+\thesubsubsection+}
+% \DescribeMacro{\theparagraph}\index{Макросы!\verb*+\theparagraph+}
+% \DescribeMacro{\thesubparagraph}\index{Макросы!\verb*+\thesubparagraph+}
% \begin{macrocode}
\renewcommand\thepart{\@Roman\c@part}
\renewcommand\thechapter{\@arabic\c@chapter}
@@ -35,17 +53,30 @@
\renewcommand\theparagraph{\@arabic\c@paragraph}
\renewcommand\thesubparagraph{\theparagraph.\@arabic\c@subparagraph}
+% \end{macrocode}
+% Формат нумерации разделов документа в Содержании.
+% \DescribeMacro{\tocthepart}\index{Макросы!\verb*+\tocthepart+}
+% \DescribeMacro{\tocthechapter}\index{Макросы!\verb*+\tocthechapter+}
+% \DescribeMacro{\toctheappendix}\index{Макросы!\verb*+\toctheappendix+}
+% \DescribeMacro{\tocthesection}\index{Макросы!\verb*+\tocthesection+}
+% \DescribeMacro{\tocthesubsection}\index{Макросы!\verb*+\tocthesubsection+}
+% \DescribeMacro{\tocthesubsubsection}\index{Макросы!\verb*+\tocthesubsubsection+}
+% \DescribeMacro{\toctheparagraph}\index{Макросы!\verb*+\toctheparagraph+}
+% \DescribeMacro{\tocthesubparagraph}\index{Макросы!\verb*+\tocthesubparagraph+}
+% \begin{macrocode}
\newcommand\tocthepart{\thepart}
\newcommand\tocthechapter{\thechapter}
\newcommand\toctheappendix{\theappendix}
\newcommand\tocthesection{\thesection}
\newcommand\tocthesubsection{\thesubsection}
+\newcommand\tocthesubsubsection{\thesubsubsection}
\newcommand\toctheparagraph{\theparagraph}
\newcommand\tocthesubparagraph{\thesubparagraph}
% \end{macrocode}
%
% Схемы нумерации объектов для разных типов диссертаций.
+% \DescribeMacro{\bachelor@the}\index{Макросы!\verb*+\bachelor"@the+}
% \begin{macrocode}
\newcommand\bachelor@the{%
% \end{macrocode}
@@ -75,6 +106,10 @@
}
% \end{macrocode}
% По умолчанию у всех одинаковая схема нумерации.
+% \DescribeMacro{\master@the}\index{Макросы!\verb*+\master"@the+}
+% \DescribeMacro{\candidate@the}\index{Макросы!\verb*+\candidate"@the+}
+% \DescribeMacro{\doctor@the}\index{Макросы!\verb*+\doctor"@the+}
+% \DescribeMacro{\autoref@the}\index{Макросы!\verb*+\autoref"@the+}
% \begin{macrocode}
\newcommand\master@the \bachelor@the
\newcommand\candidate@the\bachelor@the