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:
cedounet
2023-07-09 19:38:56 +01:00
committed by GitHub
parent 46ab05048e
commit ee7db7b481

View File

@@ -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