X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=common%2Fpackages.tex;h=fea66653fce25ab8b6b80fda9288c2fa4d5e9027;hp=58b08b0bdd415510f3da080ee4bf96ce1fa020b4;hb=ea034e626f3db1d7de4829ff5706e7e5af03b5bc;hpb=1c25f9273a30f75980780a070a1cc01eb0fc30dc diff --git a/common/packages.tex b/common/packages.tex index 58b08b0..fea6665 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{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 } %--------------------------------------------------------------------------- @@ -89,14 +90,20 @@ \renewcommand{\@biblabel}[1]{#1.} %--------------------------------------------------------------- % -\usepackage{tikz} % Powerfull ploting language \usetikzlibrary{ % Libraries for TiKz positioning, arrows, shapes, shadows } +\usepackage{wrapfig} % Wrapping figures +\usepackage{enumitem} % custom lists +\usepackage[colorinlistoftodos,textsize=tiny]{todonotes} % todo package +\setlength{\marginparwidth}{1.6cm} % fix left margin for todo +\usepackage[intoc]{nomencl} % glossary package +\makenomenclature % make glossary +\input{common/settings.tex}