Skip to content

Commit

Permalink
Fix number of TestVKR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RKulagin committed Aug 29, 2024
1 parent f46929a commit bd4e781
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tex/latex/bmstu-iu8/styles/IU8-02-construction.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
22 changes: 22 additions & 0 deletions tex/latex/bmstu-iu8/styles/IU8-16-references.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}{СОДЕРЖАНИЕ}
Expand Down
15 changes: 15 additions & 0 deletions tex/latex/bmstu-iu8/styles/IU8-18-extra.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

0 comments on commit bd4e781

Please sign in to comment.