X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=common%2Fpackages.tex;h=967baf9d8858d792860c456fd73d2951ae70ef1e;hp=e2290d98dbb9ebbb66ffba4703155b67e574b490;hb=a73980dcea48f2188ef440d6ffa3904374ef17b3;hpb=73403ef98e6b36c96b7c15e34122857f47a14ae8 diff --git a/common/packages.tex b/common/packages.tex index e2290d9..967baf9 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -14,10 +14,11 @@ cite, enumerate, float, - textcomp + textcomp } % some packages -%\usepackage[font={small}]{caption} +\usepackage[font={small},textfont=it]{caption} \usepackage{hhline} % beautiful links +\PassOptionsToPackage{hyphens}{url} \usepackage{hyperref} % beautiful links \usepackage{pdflscape} % landscape pages \usepackage{longtable} % longtable support @@ -48,7 +49,6 @@ \graphicspath{{images/}} % path to images \usepackage{tikz} % drawing package \usepackage{nameref} % use \nameref{} to set reference to chapter neme. -\input{common/settings.tex} %---------------------------------------------------------------------- \usepackage{listings} % include code @@ -79,9 +79,10 @@ stringstyle=\color{black}, % string literal style %backgroundcolor=\color{green!10}, escapeinside={\%*}{*)}, % if you want to add a comment within your code - extendedchars=\true, + extendedchars=true, %keepspaces = true %!!!! spaces in comments texcl=true, + postbreak=\mbox{\textcolor{red}{$\hookrightarrow$}\space}, morekeywords={*,...} % if you want to add more keywords to the set } %--------------------------------------------------------------------------- @@ -97,6 +98,16 @@ } \usepackage{wrapfig} % Wrapping figures -\usepackage{enumitem} +\usepackage{enumitem} % custom lists + +\usepackage[colorinlistoftodos,textsize=tiny]{todonotes} % todo package +\setlength{\marginparwidth}{2.0cm} % fix left margin for todo +\usepackage{scrextend} +\usepackage{enumitem} +%\usepackage{ifthen} +%\usepackage{tocvsec2} +\usepackage[intoc]{nomencl} % glossary package +\makenomenclature % make glossary +%\input{common/settings.tex}