diff --git a/tex/latex/bmstu-iu8/styles/IU8-02-construction.sty b/tex/latex/bmstu-iu8/styles/IU8-02-construction.sty index 0c684a5..1b54946 100644 --- a/tex/latex/bmstu-iu8/styles/IU8-02-construction.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-02-construction.sty @@ -29,6 +29,14 @@ \titlecontents{structure}{}{}{}{} \renewcommand*\l@structure{\@dottedtocline{0}{0mm}{0em}} +\makeatletter +\renewcommand*\l@section{\@dottedtocline{0}{12.5mm}{2em}} +\renewcommand*\l@structure{\@dottedtocline{0}{12.5mm}{0em}} +\renewcommand*\l@subsection{\@dottedtocline{1}{12.5mm}{3em}} +\renewcommand*\l@subsubsection{\@dottedtocline{2}{12.5mm}{4em}} +\renewcommand*\l@paragraph{\@dottedtocline{3}{12.5mm}{5em}} +\makeatother + \newcommand{\structurebreak}{\clearpage} \newcommand{\sectionbreak}{\clearpage} diff --git a/tex/latex/bmstu-iu8/styles/IU8-16-references.sty b/tex/latex/bmstu-iu8/styles/IU8-16-references.sty index 5532b58..b58db9e 100644 --- a/tex/latex/bmstu-iu8/styles/IU8-16-references.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-16-references.sty @@ -12,6 +12,28 @@ % refsection=structure, % sorting=ynt, ]{biblatex} + +\defbibenvironment{bibliography} + { + \list + {} + {\setlength{\leftmargin}{1.25cm}% + \setlength{\itemindent}{0em}% + \setlength{\itemsep}{\bibitemsep}% + \setlength{\parsep}{\bibparsep}} + } + { + \endlist + } + { + \item + \printtext[labelnumberwidth]{ + \printfield{labelprefix} + \printfield{labelnumber} + } + \addspace + } + \defbibheading{bibliography}[СПИСОК~ИСПОЛЬЗОВАННЫХ~ИСТОЧНИКОВ]{\structure{#1}} \addto{\captionsrussian}{% \renewcommand{\contentsname}{СОДЕРЖАНИЕ} diff --git a/tex/latex/bmstu-iu8/styles/IU8-18-extra.sty b/tex/latex/bmstu-iu8/styles/IU8-18-extra.sty index 44e932a..c836705 100644 --- a/tex/latex/bmstu-iu8/styles/IU8-18-extra.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-18-extra.sty @@ -23,3 +23,18 @@ } % Кликабельные ссылки в pdf \hbadness=10000 + +\setlist[enumerate]{ + leftmargin=\parindent, + labelindent=\parindent, + align=left, + nosep, +} + +\setlist[itemize]{ + label=\textendash, + leftmargin=\parindent, + labelindent=\parindent, + align=left, + nosep, +}