mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-26 19:27:57 +00:00
Some LaTeX package comments
This commit is contained in:
parent
57f8a3f821
commit
e19869381e
|
@ -4,28 +4,25 @@
|
|||
\usepackage{lmodern}
|
||||
\usepackage{geometry}
|
||||
\usepackage{listings}
|
||||
\usepackage{color}
|
||||
\usepackage[usenames,dvipsnames,svgnames]{xcolor}
|
||||
\usepackage{color} % makes custom color codes available.
|
||||
\usepackage[usenames,dvipsnames,svgnames]{xcolor} % makes custom color codes available.
|
||||
\usepackage{graphicx}
|
||||
\usepackage[numbers,square,sectionbib,comma,nonamebreak,elide]{natbib}
|
||||
\usepackage[numbers,square,sectionbib,comma,nonamebreak,elide]{natbib} % used with layout for bibliography section.
|
||||
\usepackage{float}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{array}
|
||||
\usepackage{lipsum}
|
||||
\usepackage{fancybox}
|
||||
\usepackage{fancybox} % styling of boxes.
|
||||
\usepackage{varwidth}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{enumitem} % makes available changes to lists.
|
||||
\usepackage{titlepic}
|
||||
\usepackage[nottoc]{tocbibind}
|
||||
\usepackage{url}
|
||||
\usepackage[showisoZ]{datetime2}
|
||||
\usepackage{url} % cmd \url.
|
||||
\usepackage[showisoZ]{datetime2} % more options for time formatting.
|
||||
\usepackage{transparent}
|
||||
\usepackage{soul}
|
||||
\usepackage{caption}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{tikzsymbols} % http://ctan.math.utah.edu/ctan/tex-archive/graphics/pgf/contrib/tikzsymbols/tikzsymbols.pdf
|
||||
\usepackage{textcomp}
|
||||
\usepackage{parskip}
|
||||
|
@ -47,6 +44,8 @@
|
|||
citecolor=darkgray,
|
||||
filecolor=darkgray,
|
||||
urlcolor=darkgray]{hyperref} % https://en.wikibooks.org/wiki/LaTeX/Hyperlinks
|
||||
\usepackage{amsmath,amssymb} % math things.
|
||||
\usepackage{lipsum}
|
||||
|
||||
|
||||
\renewcommand*{\multicolumntoc}{3} % https://tex.stackexchange.com/a/6455
|
||||
|
|
Loading…
Reference in a new issue