summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/counters.dtx
blob: 45f9fb514ddad107b253351e0bf1121cbde2985e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143

% \iffalse
%%% From File: counters.dtx
% \fi
%
%    \begin{macrocode}

%<*counters>
%    \end{macrocode}
%
% \subsection{Ñîçäàíèå è íàñòðîéêà ñ÷åò÷èêîâ}
%
% Ìàêñèìàëüíûé óðîâåíü âëîæåííîñòè ñåêöèé, ïîìåùàåìûõ â Ñîäåðæàíèå
% (ïî óìîë÷àíèþ âíîñÿòñÿ |\part|, |\chapter| è |\section|).
% \DescribeMacro{tocdepth}\index{Ñ÷åò÷èêè!\verb*+tocdepth+}
%    \begin{macrocode}
\setcounter{tocdepth}{1}
%    \end{macrocode}
% Ìàêñèìàëüíûé óðîâåíü âëîæåííîñòè íóìåðóåìûõ ñåêöèé
% (ïî óìîë÷àíèþ íóìåðóþòñÿ |\part|, |\chapter|, |\section| è |\subsection|).
% \DescribeMacro{secnumdepth}\index{Ñ÷åò÷èêè!\verb*+secnumdepth+}
%    \begin{macrocode}
\setcounter{secnumdepth}{2}

%    \end{macrocode}
%
% \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}
\newcounter{section}[chapter]
\newcounter{subsection}[section]
\newcounter{subsubsection}[subsection]
\newcounter{paragraph}[subsubsection]
\newcounter{subparagraph}[paragraph]
\newcounter{figure}[chapter]
\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}
\newcommand\theappendix{\@Asbuk\c@chapter}
\renewcommand\thesection{%
\ifnum\c@chapter > \z@
  \thechapter.\@arabic\c@section%
\else\@arabic\c@section\fi}
\renewcommand\thesubsection{\thesection.\@arabic\c@subsection}
\renewcommand\thesubsubsection{\thesubsection.\@arabic\c@subsubsection}
\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}
% Íóìåðàöèÿ ñíîñîê è ôîðìóë íà÷èíàåòñÿ çàíîâî â êàæäîé ãëàâå.
%    \begin{macrocode}
  \@addtoreset{footnote}{chapter}
  \@addtoreset{equation}{chapter}

%    \end{macrocode}
% Ôîðìàò íîìåðà ôîðìóëû.
% \DescribeMacro{\theequation}\index{Ìàêðîñû!\verb*+\theequation+}
%    \begin{macrocode}
  \renewcommand\theequation{%
    \ifnum\c@chapter > \z@\thechapter.\fi%
    \@arabic\c@equation}
%    \end{macrocode}
% Ôîðìàò íîìåðà òàáëèöû.
% \DescribeMacro{\thetable}\index{Ìàêðîñû!\verb*+\thetable+}
%    \begin{macrocode}
  \renewcommand\thetable{%
    \ifnum \c@chapter>\z@\thechapter.\fi%
    \@arabic\c@table}
%    \end{macrocode}
% Ôîðìàò íîìåðà ðèñóíêà.
% \DescribeMacro{\thefigure}\index{Ìàêðîñû!\verb*+\thefigure+}
%    \begin{macrocode}
  \renewcommand\thefigure{%
    \ifnum \c@chapter>\z@\thechapter.\fi%
    \@arabic\c@figure}
}
%    \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
\newcommand\doctor@the   \candidate@the
\newcommand\autoref@the  \candidate@the

\ifDis@bachelor \bachelor@the  \fi
\ifDis@master   \master@the    \fi
\ifDis@candidate\candidate@the \fi
\ifDis@doctor   \doctor@the    \fi
\ifDis@autoref  \autoref@the   \fi
%</counters>
%    \end{macrocode}