summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bmstu-iu8/IU8-18-extra.sty
blob: 9999fd77df55b9f842ed7c297e0c21916789cd0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
% Author: CatInCosmicSpace
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{IU8-18-extra}[2024/09/09 v1.4 Разные улучшения]

\RequirePackage{graphicx}

\RequirePackage[all, defaultlines=4]{nowidow} % Запрет "висячих" слов

\sloppy % Запретить выход текста за поля

\RequirePackage{bookmark}
\def\toclevel@structure{1} % Для правильного отображения в содержании pdf

\hypersetup{
  colorlinks=true, 
  unicode=true,
  urlcolor=black, 
  linkcolor=black, 
  anchorcolor=black,
  citecolor=black, 
  menucolor=black, 
  filecolor=black,
} % Кликабельные ссылки в pdf

\hbadness=10000

\setlist[enumerate]{
  leftmargin=\parindent,
  labelindent=\parindent,
  align=left,
  nosep,
}

\setlist[itemize]{
  label=\textendash,
  leftmargin=\parindent,
  labelindent=\parindent,
  align=left,
  nosep,
}