Skip to content

Commit

Permalink
Fixed cern color to black
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasimilian committed Mar 23, 2024
1 parent 6f64ae2 commit 0606726
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Toolkit/chapterthumb.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
\setlength{\chapterthumbheight}{3.5em}
\setlength{\chapterthumbwidth}{.055\paperwidth}
\newcommand*{\chapterthumbskip}{.065\paperheight}
\colorlet{chapterthumbboxcolor}{cern!30}
\colorlet{chapterthumbboxcolor}{black}
\newcommand*{\chapterthumbcolor}{white}
% \newcommand*{\chapterthumbformat}{\@chapapp~\thechapter}
\newcommand*{\chapterthumbformat}{\thechapter}
Expand Down
4 changes: 2 additions & 2 deletions Toolkit/frontmatter_hypersetup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
bookmarksopen=true,
bookmarksopenlevel=0,
hypertexnames=false,
citecolor=cern, % The color of citations
linkcolor=cern, % The color of references to document elements (sections, figures, etc)
citecolor=black, % The color of citations
linkcolor=black, % The color of references to document elements (sections, figures, etc)
linktoc=all, % includes page-numbers in links
urlcolor=mdtRed, % The color of hyperlinks (URLs)
unicode,
Expand Down
6 changes: 3 additions & 3 deletions Toolkit/mainmatter_hypersetup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
bookmarksopenlevel=0,
hypertexnames=false,
colorlinks=true, % Set to false to disable coloring links
citecolor=cern, % The color of citations
linkcolor=cern, % The color of references to document elements (sections, figures, etc)
citecolor=black, % The color of citations
linkcolor=black, % The color of references to document elements (sections, figures, etc)
linktoc=all, % includes page-numbers in links
urlcolor=cern, % The color of hyperlinks (URLs)
urlcolor=black, % The color of hyperlinks (URLs)
pdfstartview={FitV},
unicode,
breaklinks=true,
Expand Down
2 changes: 1 addition & 1 deletion Toolkit/titlepage_hypersetup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
bookmarksopenlevel=0,
hypertexnames=false,
colorlinks=true, % Set to false to disable coloring links
citecolor=cern, % The color of citations
citecolor=black, % The color of citations
linkcolor=red, % The color of references to document elements (sections, figures, etc)
linktoc=all, % Includes page-numbers in links
urlcolor=mdtRed, % The color of hyperlinks (URLs)
Expand Down
2 changes: 1 addition & 1 deletion Toolkit/toclists_hypersetup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bookmarksopenlevel=0,
hypertexnames=false,
colorlinks=black, % DO NOT COLOR LINKS IN LIST OF FIGURES AND LIST OF TABLES - This way the
citecolor=cern, % The color of citations
citecolor=black, % The color of citations
linkcolor=black, % The color of references to document elements (sections, figures, etc)
linktoc=all, % includes page-numbers in links
unicode,
Expand Down

0 comments on commit 0606726

Please sign in to comment.