mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-20 19:07:55 +00:00
Packages: Load xcolor before tikzsymbols pkg
This commit is contained in:
parent
2b2efb1a7c
commit
b24d7c7151
|
@ -37,6 +37,7 @@
|
||||||
\usepackage{parskip}
|
\usepackage{parskip}
|
||||||
\usepackage{soul}
|
\usepackage{soul}
|
||||||
\usepackage{textcomp}
|
\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{tikzsymbols} % http://ctan.math.utah.edu/ctan/tex-archive/graphics/pgf/contrib/tikzsymbols/tikzsymbols.pdf
|
||||||
\usepackage{titlepic}
|
\usepackage{titlepic}
|
||||||
\usepackage{titling} % makes available \thetitle \theauthor \thedate
|
\usepackage{titling} % makes available \thetitle \theauthor \thedate
|
||||||
|
@ -45,7 +46,6 @@
|
||||||
\usepackage{url} % cmd \url.
|
\usepackage{url} % cmd \url.
|
||||||
\usepackage{varwidth}
|
\usepackage{varwidth}
|
||||||
\usepackage{wrapfig}
|
\usepackage{wrapfig}
|
||||||
\usepackage[usenames,dvipsnames,svgnames]{xcolor} % makes custom color codes available.
|
|
||||||
|
|
||||||
|
|
||||||
\renewcommand*{\multicolumntoc}{3} % https://tex.stackexchange.com/a/6455
|
\renewcommand*{\multicolumntoc}{3} % https://tex.stackexchange.com/a/6455
|
||||||
|
|
Loading…
Reference in a new issue