mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2024-12-24 08:26:38 +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[default]{sourcesanspro}
|
||||||
\usepackage{sourcecodepro}
|
\usepackage{sourcecodepro}
|
||||||
|
|
||||||
%
|
|
||||||
% heading font
|
|
||||||
%
|
|
||||||
\newcommand*{\heading}{\fontfamily{\sfdefault}\selectfont}
|
|
||||||
|
|
||||||
%
|
%
|
||||||
% heading color
|
% heading color
|
||||||
%
|
%
|
||||||
\usepackage{relsize}
|
\definecolor{heading-color}{RGB}{40,40,40}
|
||||||
\usepackage{sectsty}
|
\addtokomafont{section}{\color{heading-color}}
|
||||||
\definecolor{almostblack}{RGB}{40,40,40}
|
% When using the classes report, scrreprt, book,
|
||||||
\allsectionsfont{\sffamily\color{almostblack}}
|
% scrbook or memoir, uncomment the following line.
|
||||||
|
%\addtokomafont{chapter}{\color{heading-color}}
|
||||||
|
|
||||||
%
|
%
|
||||||
% variables for title and author
|
% variables for title and author
|
||||||
|
Loading…
Reference in New Issue
Block a user