summaryrefslogtreecommitdiff
path: root/plan/def.tex
blob: e627b05d5d4485c1998846ea2dfa7814c95bd45b (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
\def\und{\underline{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}}
\def\date{\underline{<<\phantom{123}>>~~~~~~~~~~~~~~~~~}~\underline{\phantom{99999}} г.}
\def\protokol{Протокол \textnumero{}\underline{\phantom{1234}} от \date}

% Счётчики общего назначения
\newcounter{mini} % Мин. число пунктов (остаток выводится пустыми строками)
\newcounter{minii} % Мин. число пунктов второго уровня (остаток выводится пустыми строками)

\newcounter{cntsection} % Разделы
\def\nextsection{\stepcounter{cntsection}\Roman{cntsection}.} % Разделы римскими

\def\twolines#1#2{\vbox{\hbox{#1}\vspace{0.2em}\hbox{#2}}}

\newcommand*\recur[1]{\csname rn#1\recur}
\newcommand\rnm[1]{\endcsname{#1}#1}
\newcommand\rn[1]{}
\newcommand*\replicate[1]{%
\csname rn\expandafter\recur
\romannumeral\number\number#1 000\endcsname\endcsname
}


\def\lines#1{%
\replicate{#1}{\vspace{1.3em}\hrule}
\vspace{1.2em}
}