Created
September 27, 2012 19:30
-
-
Save welldan97/3795959 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
%%% Каждый раздел (\section) с новой страницы | |
\let\stdsection\section | |
\renewcommand\section{\newpage\stdsection} | |
%%% В введении нумерация подразделов идёт с буквой «В» (например В.1) | |
\makeatletter | |
\renewcommand\thesubsection{\ifnum\c@section=0{В.\arabic{subsection}}\else{\arabic{section}.\arabic{subsection}}\fi} | |
\makeatother | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
\makeatletter | |
%%% Каждый раздел (\section) с новой страницы | |
\let\stdsection\section | |
\renewcommand\section{\newpage\stdsection} | |
%%% В введении нумерация подразделов идёт с буквой «В» (например В.1) | |
\renewcommand\thesubsection{\ifnum\c@section=0{В.\arabic{subsection}}\else{\arabic{section}.\arabic{subsection}}\fi} | |
\makeatother |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
текст в before исправить на текст в after. То есть переместить 4,5 линии внутрь
\makeatletter
-\makeatother
блока