From c36a5bec8ed1063306c80695de1e6fc52120e197 Mon Sep 17 00:00:00 2001 From: ch <289995-netravnen@users.noreply.gitlab.com> Date: Wed, 18 Oct 2023 10:58:28 +0200 Subject: [PATCH] packages: sort asc --- structure.tex | 85 ++++++++++++++++++++++++--------------------------- 1 file changed, 40 insertions(+), 45 deletions(-) diff --git a/structure.tex b/structure.tex index c4a0797..ee7314a 100644 --- a/structure.tex +++ b/structure.tex @@ -1,51 +1,46 @@ % Latex Packages -\usepackage[T1]{fontenc} -\usepackage[utf8]{inputenc} -\usepackage{lmodern} -\usepackage{geometry} -\usepackage{listings} -\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} % used with layout for bibliography section. -\usepackage{float} -\usepackage[english]{babel} -\usepackage{fancyhdr} -\usepackage{wrapfig} -\usepackage{array} -\usepackage{fancybox} % styling of boxes. -\usepackage{varwidth} -\usepackage{enumitem} % makes available changes to lists. -\usepackage{titlepic} -\usepackage[nottoc]{tocbibind} -\usepackage{url} % cmd \url. -\usepackage[showisoZ]{datetime2} % more options for time formatting. -\usepackage{transparent} -\usepackage{soul} -\usepackage{caption} -\usepackage{tikzsymbols} % http://ctan.math.utah.edu/ctan/tex-archive/graphics/pgf/contrib/tikzsymbols/tikzsymbols.pdf -\usepackage{textcomp} -\usepackage{parskip} -\usepackage{fourier} -\usepackage{array} -\usepackage{makecell} -\usepackage{inconsolata} -\usepackage{blindtext} -\usepackage{expdlist} -\usepackage{epigraph} % used to style quotes -\usepackage{titling} % makes available \thetitle \theauthor \thedate -\usepackage[toc,acronym,footnote,nomain]{glossaries} % Load the package with the acronym option -\usepackage{chngcntr} -\usepackage[toc]{multitoc} -\usepackage{dblfnote} % https://tex.stackexchange.com/a/8180 -\usepackage[unicode=false, - colorlinks=true, - linkcolor=darkgray, - citecolor=darkgray, - filecolor=darkgray, - urlcolor=darkgray]{hyperref} % https://en.wikibooks.org/wiki/LaTeX/Hyperlinks \usepackage{amsmath,amssymb} % math things. +\usepackage{array} +\usepackage{array} +\usepackage[english]{babel} +\usepackage{blindtext} +\usepackage{caption} +\usepackage{chngcntr} +\usepackage{color} % makes custom color codes available. +\usepackage[showisoZ]{datetime2} % more options for time formatting. +\usepackage{dblfnote} % https://tex.stackexchange.com/a/8180 +\usepackage{enumitem} % makes available changes to lists. +\usepackage{epigraph} % used to style quotes +\usepackage{expdlist} +\usepackage{fancybox} % styling of boxes. +\usepackage{fancyhdr} +\usepackage{float} +\usepackage[T1]{fontenc} +\usepackage{fourier} +\usepackage{geometry} +\usepackage[toc,acronym,footnote,nomain]{glossaries} % Load the package with the acronym option +\usepackage{graphicx} +\usepackage[unicode=false,colorlinks=true,linkcolor=darkgray,citecolor=darkgray,filecolor=darkgray,urlcolor=darkgray]{hyperref} % https://en.wikibooks.org/wiki/LaTeX/Hyperlinks +\usepackage{inconsolata} +\usepackage[utf8]{inputenc} \usepackage{lipsum} +\usepackage{listings} +\usepackage{lmodern} +\usepackage{makecell} +\usepackage[toc]{multitoc} +\usepackage[numbers,square,sectionbib,comma,nonamebreak,elide]{natbib} % used with layout for bibliography section. +\usepackage{parskip} +\usepackage{soul} +\usepackage{textcomp} +\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 +\usepackage[nottoc]{tocbibind} +\usepackage{transparent} +\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