print
' is added to the \documentclass
declaration. I apologize if this has been asked already, but I was not able to find it under the other discussion posts.
Thanks!
Justin
print
' is added to the \documentclass
declaration. Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
\RequirePackage{parskip}
\newcounter{colorCounter}
\def\@sectioncolor#1#2#3{%
{%
\color{headercolor}% I JUST ADDED {HEADERCOLOR} AND REMOVED THE COLOR OPTIONS
% \ifcase\value{colorCounter}%
% blue\or%
% red\or%
% orange\or%
% green\or%
% purple\or%
% brown\else%
% headercolor\fi%
} #1#2#3%
}%
\stepcounter{colorCounter}%
}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis