From c93b9bf9c98c8c80cad07ec748f5137efc0bfccd Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 30 Apr 2019 11:59:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D1=83=D0=BC=D0=B5=D1=80=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?,=20=D0=BF=D0=BE=D0=B4=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2,=20=D0=BF=D1=83=D0=BD=D0=BA=D1=82=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=B8=20=D1=82.=D0=BF.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- espdsect.sty | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/espdsect.sty b/espdsect.sty index 2bd9573..ec4d95a 100644 --- a/espdsect.sty +++ b/espdsect.sty @@ -113,9 +113,9 @@ \let\oldsection\section \renewcommand\section{\clearpage\oldsection} -\renewcommand{\thesection}{\arabic{section}.} -\renewcommand{\thesubsection}{\thesection\arabic{subsection}.} -\renewcommand{\thesubsubsection}{\thesubsection\arabic{subsubsection}.} +\renewcommand{\thesection}{\arabic{section}} +\renewcommand{\thesubsection}{\thesection.\arabic{subsection}} +\renewcommand{\thesubsubsection}{\thesubsection.\arabic{subsubsection}} \newif\ifESPD@point@style@single \ESPD@point@style@singlefalse @@ -155,27 +155,27 @@ \newcounter{pointIII}[subsection] \newcounter{pointIV}[subsubsection] -\renewcommand{\thepointII}{\thesection\arabic{pointII}.} -\renewcommand{\thepointIII}{\thesubsection\arabic{pointIII}.} -\renewcommand{\thepointIV}{\thesubsubsection\arabic{pointIV}.} +\renewcommand{\thepointII}{\thesection.\arabic{pointII}} +\renewcommand{\thepointIII}{\thesubsection.\arabic{pointIII}} +\renewcommand{\thepointIV}{\thesubsubsection.\arabic{pointIV}} \newcommand{\pointII}{% - \par\refstepcounter{pointII}\thepointII\hspace{0.45em}} + \par\refstepcounter{pointII}\thepointII.\hspace{0.45em}} \newcommand{\pointIII}{% - \par\refstepcounter{pointIII}\thepointIII\hspace{0.45em}} + \par\refstepcounter{pointIII}\thepointIII.\hspace{0.45em}} \newcommand{\pointIV}{% - \par\refstepcounter{pointIV}\thepointIV\hspace{0.45em}} + \par\refstepcounter{pointIV}\thepointIV.\hspace{0.45em}} \newcounter{subpointIII}[pointII] \newcounter{subpointIV}[pointIII] -\renewcommand{\thesubpointIII}{\thepointII\arabic{subpointIII}.} -\renewcommand{\thesubpointIV}{\thepointIII\arabic{subpointIV}.} +\renewcommand{\thesubpointIII}{\thepointII.\arabic{subpointIII}} +\renewcommand{\thesubpointIV}{\thepointIII.\arabic{subpointIV}} \newcommand{\subpointIII}{% - \par\refstepcounter{subpointIII}\thesubpointIII\hspace{0.45em}} + \par\refstepcounter{subpointIII}\thesubpointIII.\hspace{0.45em}} \newcommand{\subpointIV}{% - \par\refstepcounter{subpointIV}\thesubpointIV\hspace{0.45em}} + \par\refstepcounter{subpointIV}\thesubpointIV.\hspace{0.45em}}