Add paragraphs
This commit is contained in:
14
setup.org
14
setup.org
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user