Нумерация разделов, подразделов, пунктов и т.п.
This commit is contained in:
parent
dd882865d0
commit
c93b9bf9c9
26
espdsect.sty
26
espdsect.sty
@ -113,9 +113,9 @@
|
|||||||
\let\oldsection\section
|
\let\oldsection\section
|
||||||
\renewcommand\section{\clearpage\oldsection}
|
\renewcommand\section{\clearpage\oldsection}
|
||||||
|
|
||||||
\renewcommand{\thesection}{\arabic{section}.}
|
\renewcommand{\thesection}{\arabic{section}}
|
||||||
\renewcommand{\thesubsection}{\thesection\arabic{subsection}.}
|
\renewcommand{\thesubsection}{\thesection.\arabic{subsection}}
|
||||||
\renewcommand{\thesubsubsection}{\thesubsection\arabic{subsubsection}.}
|
\renewcommand{\thesubsubsection}{\thesubsection.\arabic{subsubsection}}
|
||||||
\newif\ifESPD@point@style@single
|
\newif\ifESPD@point@style@single
|
||||||
\ESPD@point@style@singlefalse
|
\ESPD@point@style@singlefalse
|
||||||
|
|
||||||
@ -155,27 +155,27 @@
|
|||||||
\newcounter{pointIII}[subsection]
|
\newcounter{pointIII}[subsection]
|
||||||
\newcounter{pointIV}[subsubsection]
|
\newcounter{pointIV}[subsubsection]
|
||||||
|
|
||||||
\renewcommand{\thepointII}{\thesection\arabic{pointII}.}
|
\renewcommand{\thepointII}{\thesection.\arabic{pointII}}
|
||||||
\renewcommand{\thepointIII}{\thesubsection\arabic{pointIII}.}
|
\renewcommand{\thepointIII}{\thesubsection.\arabic{pointIII}}
|
||||||
\renewcommand{\thepointIV}{\thesubsubsection\arabic{pointIV}.}
|
\renewcommand{\thepointIV}{\thesubsubsection.\arabic{pointIV}}
|
||||||
|
|
||||||
\newcommand{\pointII}{%
|
\newcommand{\pointII}{%
|
||||||
\par\refstepcounter{pointII}\thepointII\hspace{0.45em}}
|
\par\refstepcounter{pointII}\thepointII.\hspace{0.45em}}
|
||||||
\newcommand{\pointIII}{%
|
\newcommand{\pointIII}{%
|
||||||
\par\refstepcounter{pointIII}\thepointIII\hspace{0.45em}}
|
\par\refstepcounter{pointIII}\thepointIII.\hspace{0.45em}}
|
||||||
\newcommand{\pointIV}{%
|
\newcommand{\pointIV}{%
|
||||||
\par\refstepcounter{pointIV}\thepointIV\hspace{0.45em}}
|
\par\refstepcounter{pointIV}\thepointIV.\hspace{0.45em}}
|
||||||
|
|
||||||
\newcounter{subpointIII}[pointII]
|
\newcounter{subpointIII}[pointII]
|
||||||
\newcounter{subpointIV}[pointIII]
|
\newcounter{subpointIV}[pointIII]
|
||||||
|
|
||||||
\renewcommand{\thesubpointIII}{\thepointII\arabic{subpointIII}.}
|
\renewcommand{\thesubpointIII}{\thepointII.\arabic{subpointIII}}
|
||||||
\renewcommand{\thesubpointIV}{\thepointIII\arabic{subpointIV}.}
|
\renewcommand{\thesubpointIV}{\thepointIII.\arabic{subpointIV}}
|
||||||
|
|
||||||
\newcommand{\subpointIII}{%
|
\newcommand{\subpointIII}{%
|
||||||
\par\refstepcounter{subpointIII}\thesubpointIII\hspace{0.45em}}
|
\par\refstepcounter{subpointIII}\thesubpointIII.\hspace{0.45em}}
|
||||||
\newcommand{\subpointIV}{%
|
\newcommand{\subpointIV}{%
|
||||||
\par\refstepcounter{subpointIV}\thesubpointIV\hspace{0.45em}}
|
\par\refstepcounter{subpointIV}\thesubpointIV.\hspace{0.45em}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user