Packages: Load xcolor before tikzsymbols pkg

This commit is contained in:
ch 2023-10-18 14:56:47 +02:00
parent 2b2efb1a7c
commit b24d7c7151
1 changed files with 1 additions and 1 deletions

View File

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