Add paragraphs

This commit is contained in:
2021-12-09 17:22:40 +01:00
parent ae421a2701
commit 67611045ed
3 changed files with 40 additions and 20 deletions

View File

@@ -129,11 +129,7 @@ Use these with the proper bracket in order to ensure that they scale automatical
\setkomafont{caption}{\small}
\setkomafont{captionlabel}{\usekomafont{caption}}
% Large number for chapter
\renewcommand*{\chapterformat}{%
\fontsize{50}{55}\selectfont\thechapter\autodot\enskip
}
\setcounter{secnumdepth}{\subsubsectionnumdepth}
#+end_src
Improve chapter font colors and font size.
@@ -141,7 +137,9 @@ The following commands make chapter numbers BrickRed.
#+begin_src latex
\makeatletter
\renewcommand*{\chapterformat}{ \mbox{\chapappifchapterprefix{\nobreakspace}{\color{BrickRed}\fontsize{40}{45}\selectfont\thechapter}\autodot\enskip}}
\renewcommand\@seccntformat[1]{\color{BrickRed} {\csname the#1\endcsname}\hspace{0.3em}}
% Section with color
% \renewcommand\@seccntformat[1]{\color{BrickRed} {\csname the#1\endcsname}\hspace{0.3em}}
\renewcommand\@seccntformat[1]{{\csname the#1\endcsname}\hspace{0.3em}}
\makeatother
#+end_src
@@ -242,6 +240,10 @@ Also reduce the font-size
Note that this is marked as deprecated for koma-script.
#+begin_src latex
\usepackage{minitoc}
% Change section font
\renewcommand{\mtcSfont}{\small}
% Change indentation
\setlength{\mtcindent}{0pt}
% \usepackage[nottoc]{tocbibind}
#+end_src