From be0c7ad88514da5301434d72032baf18e86158a4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 22 May 2021 20:18:33 +0000 Subject: bmstu-iu8 (22may21) git-svn-id: svn://tug.org/texlive/trunk@59310 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/bmstu-iu8/17-IU8-appendices.sty | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/bmstu-iu8/17-IU8-appendices.sty (limited to 'Master/texmf-dist/tex/latex/bmstu-iu8/17-IU8-appendices.sty') diff --git a/Master/texmf-dist/tex/latex/bmstu-iu8/17-IU8-appendices.sty b/Master/texmf-dist/tex/latex/bmstu-iu8/17-IU8-appendices.sty new file mode 100644 index 00000000000..26f692b1654 --- /dev/null +++ b/Master/texmf-dist/tex/latex/bmstu-iu8/17-IU8-appendices.sty @@ -0,0 +1,23 @@ +% Author: CatInCosmicSpace +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{17-IU8-appendices}[2021/03/21 v1.0 Приложения] + +\newcommand{\appendixsection}[1]{ + \stepcounter{apps} + \section*{\Asbuk{apps}} + \begin{center} + \bfseries #1 + \end{center} + \addcontentsline{toc}{section}{ПРИЛОЖЕНИЕ~\Asbuk{apps}~{#1}} +} + +\renewcommand{\appendix}{ + \renewcommand\section{\clearpage\@startsection{section}{1}{0pt}{1em}{1em}{\bfseries\centering ПРИЛОЖЕНИЕ~}} + \setcounter{section}{0} + \setcounter{figure}{0} + \setcounter{table}{0} + \setcounter{equation}{0} + \renewcommand\thefigure{\Asbuk{apps}.\arabic{figure}} + \renewcommand\thetable{\Asbuk{apps}.\arabic{figure}} + \renewcommand\theequation{\Asbuk{apps}.\arabic{figure}} +} -- cgit v1.2.3