From cfecf04efdb8266ee0a106deb20937bd233929d0 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Tue, 14 Jul 2026 15:30:23 +0200 Subject: style: ordered the style.tex file --- notes/.~lock.Full_Document_Annot_Dante.pdf# | 1 + notes/Full_Document_Annot_Dante.pdf | Bin 8266632 -> 8813011 bytes notes/Full_Document_Annot_Dante_Solved.pdf | Bin 11189449 -> 0 bytes style/style.tex | 32 ++++++---------------------- 4 files changed, 8 insertions(+), 25 deletions(-) create mode 100644 notes/.~lock.Full_Document_Annot_Dante.pdf# delete mode 100644 notes/Full_Document_Annot_Dante_Solved.pdf diff --git a/notes/.~lock.Full_Document_Annot_Dante.pdf# b/notes/.~lock.Full_Document_Annot_Dante.pdf# new file mode 100644 index 0000000..4f00f34 --- /dev/null +++ b/notes/.~lock.Full_Document_Annot_Dante.pdf# @@ -0,0 +1 @@ +,matt,frame,14.07.2026 13:21,/home/matt/.local/share/onlyoffice; \ No newline at end of file diff --git a/notes/Full_Document_Annot_Dante.pdf b/notes/Full_Document_Annot_Dante.pdf index b4729f8..20e68d4 100644 Binary files a/notes/Full_Document_Annot_Dante.pdf and b/notes/Full_Document_Annot_Dante.pdf differ diff --git a/notes/Full_Document_Annot_Dante_Solved.pdf b/notes/Full_Document_Annot_Dante_Solved.pdf deleted file mode 100644 index 2201f1c..0000000 Binary files a/notes/Full_Document_Annot_Dante_Solved.pdf and /dev/null differ diff --git a/style/style.tex b/style/style.tex index c787d52..9bae9cf 100644 --- a/style/style.tex +++ b/style/style.tex @@ -2,42 +2,22 @@ \usepackage[inline]{enumitem} \usepackage[dvipsnames]{xcolor} \usepackage[many]{tcolorbox} -\tcbuselibrary{skins, breakable} -\usetikzlibrary{calc} -% Specified separately in case margins need to be changed. -\usepackage{geometry} - -% For a nice table of contents. -\usepackage{tocloft} -% For the font. -%\usepackage{fouriernc} - -% fdsymbol can be loaded together with pifont -\usepackage{fdsymbol} -% For beautiful appendices \usepackage[page,toc,titletoc,title]{appendix} - -% This removes the self-reference to toc, lof, lot in the toc. \usepackage[nottoc,notlof,notlot]{tocbibind} +\usepackage{geometry, tocloft, xspace, lipsum, booktabs, caption, setspace, vmargin, graphicx, pifont, twemojis, float, array, ipsum, circledsteps, inconsolata, listings, hyperref, fdsymbol, cleveref} -\usepackage{xspace, lipsum, booktabs, caption, setspace, vmargin, graphicx, pifont, twemojis, float, array, ipsum, circledsteps, inconsolata, listings} - -% Must be separately in case hidelinks=true option is needed. -\usepackage{hyperref} +% For the font. +%\usepackage{fouriernc} -% Makes the TOC title font and number in a bold font. \renewcommand\cftchapfont{\bfseries} \renewcommand\cftchappagefont{\bfseries} -% Makes the chapter spacing in the TOC less. \setlength{\cftbeforechapskip}{5pt} - -% Specifies the spacing between the lines. \renewcommand\baselinestretch{1.1} +\preto\chapter{\glsresetall} + % Glossaries loads amsmath \usepackage[acronym, toc]{glossaries} -% For better references. Must be loaded the last. -\usepackage{cleveref} \textwidth 15cm \textheight 22cm \parindent 10pt @@ -92,6 +72,8 @@ \lstset{style=mystyle} +\tcbuselibrary{skins, breakable} +\usetikzlibrary{calc} \newtcolorbox{mynote}{% enhanced, breakable, -- cgit v1.2.3