From b24d7c715165a2834fcb0692b0b25b364eb58110 Mon Sep 17 00:00:00 2001 From: ch <289995-netravnen@users.noreply.gitlab.com> Date: Wed, 18 Oct 2023 14:56:47 +0200 Subject: [PATCH] Packages: Load xcolor before tikzsymbols pkg --- structure.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure.tex b/structure.tex index f84668c..f3ad4a7 100644 --- a/structure.tex +++ b/structure.tex @@ -37,6 +37,7 @@ \usepackage{parskip} \usepackage{soul} \usepackage{textcomp} +\usepackage[usenames,dvipsnames,svgnames]{xcolor} % makes custom color codes available. MUST for some reason be above tikzsymbols. \usepackage{tikzsymbols} % http://ctan.math.utah.edu/ctan/tex-archive/graphics/pgf/contrib/tikzsymbols/tikzsymbols.pdf \usepackage{titlepic} \usepackage{titling} % makes available \thetitle \theauthor \thedate @@ -45,7 +46,6 @@ \usepackage{url} % cmd \url. \usepackage{varwidth} \usepackage{wrapfig} -\usepackage[usenames,dvipsnames,svgnames]{xcolor} % makes custom color codes available. \renewcommand*{\multicolumntoc}{3} % https://tex.stackexchange.com/a/6455