mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 20:21:12 -06:00
Fix links colors (#144)
* Add chemfig package Somhow forgot it in chemical equation commit 8004497b * Change links colors to codeblue Closes https://github.com/hendricius/the-sourdough-framework/issues/142
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
\usepackage{tocloft}
|
\usepackage{tocloft}
|
||||||
% \usepackage{tex4ebook}
|
% \usepackage{tex4ebook}
|
||||||
\usepackage{chemformula}
|
\usepackage{chemformula}
|
||||||
|
\usepackage{chemfig}
|
||||||
\usepackage{booktabs}
|
\usepackage{booktabs}
|
||||||
\usepackage{makecell}
|
\usepackage{makecell}
|
||||||
\usepackage{siunitx}
|
\usepackage{siunitx}
|
||||||
@@ -42,7 +43,8 @@
|
|||||||
% Clickable links in the table of contents
|
% Clickable links in the table of contents
|
||||||
\usepackage[ocgcolorlinks]{hyperref}
|
\usepackage[ocgcolorlinks]{hyperref}
|
||||||
\hypersetup{%
|
\hypersetup{%
|
||||||
linktoc=all
|
linktoc=all,
|
||||||
|
allcolors=codeblue
|
||||||
}
|
}
|
||||||
|
|
||||||
% Folders where to search for images
|
% Folders where to search for images
|
||||||
|
|||||||
Reference in New Issue
Block a user