X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=common%2Fsettings.tex;fp=common%2Fsettings.tex;h=f4a0d8a32772e52352db66111ded180b835e92c6;hp=d63ef04fc44688192097909aab193a22aaef6dfe;hb=c12b65da5a4547090ca2eb2ebae164e473776af5;hpb=9bfe232425643ddfe10cb4f3c5f653bebc4c021c diff --git a/common/settings.tex b/common/settings.tex index d63ef04..f4a0d8a 100644 --- a/common/settings.tex +++ b/common/settings.tex @@ -10,7 +10,18 @@ \setsecnumdepth{subsubsection} % section numeration depth +% Redefine Chapters and Sections +% https://tex.stackexchange.com/questions/476735/change-chapter-and-section-color-memoir-class +\usepackage{xcolor} +% define colors +\definecolor{chaptercolour}{RGB}{23,85,142} +\definecolor{sectioncolour}{RGB}{23,85,142} +\definecolor{subsectioncolour}{RGB}{23,85,142} +%\definecolor{subsubsectioncolour}{RGB}{23,85,142} +\setparaheadstyle{\Large\bfseries\color{sectioncolour}}% +\setsecheadstyle{\Large\bfseries\color{sectioncolour}}% Set \section style +\setsubsecheadstyle{\large\bfseries\color{subsectioncolour}}% Set \subsection style %\pagestyle{plain} %\pagenumbering{roman}