mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2024-12-18 22:07:51 +00:00
Issue #16: Chapter headings don't look strange anymore.
This commit is contained in:
parent
d1dc442aff
commit
da376abc55
14
eisvogel.tex
14
eisvogel.tex
@ -478,18 +478,14 @@ $endif$
|
||||
\usepackage[default]{sourcesanspro}
|
||||
\usepackage{sourcecodepro}
|
||||
|
||||
%
|
||||
% heading font
|
||||
%
|
||||
\newcommand*{\heading}{\fontfamily{\sfdefault}\selectfont}
|
||||
|
||||
%
|
||||
% heading color
|
||||
%
|
||||
\usepackage{relsize}
|
||||
\usepackage{sectsty}
|
||||
\definecolor{almostblack}{RGB}{40,40,40}
|
||||
\allsectionsfont{\sffamily\color{almostblack}}
|
||||
\definecolor{heading-color}{RGB}{40,40,40}
|
||||
\addtokomafont{section}{\color{heading-color}}
|
||||
% When using the classes report, scrreprt, book,
|
||||
% scrbook or memoir, uncomment the following line.
|
||||
%\addtokomafont{chapter}{\color{heading-color}}
|
||||
|
||||
%
|
||||
% variables for title and author
|
||||
|
Loading…
Reference in New Issue
Block a user