aboutsummaryrefslogtreecommitdiff
path: root/latex
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2017-12-17 21:14:09 +0100
committerSébastien Dailly <sebastien@chimrod.com>2017-12-17 21:14:09 +0100
commit110af509a41e8c3bbc8f282be70a5d746423548f (patch)
treecf716db3fe56c59af6cdd30180f894d836f0527e /latex
parent5776999cb5862e41e408996cb2cc09a69a4265cc (diff)
Update latex conf
Diffstat (limited to 'latex')
-rw-r--r--latex/texmf/tex/latex/docUtils/DUcenter/DUcenter.sty12
-rw-r--r--latex/texmf/tex/latex/docUtils/DUpygments/DUpygments-arduino.sty127
-rw-r--r--latex/texmf/tex/latex/docUtils/DUpygments/DUpygments-colorful.sty149
-rw-r--r--latex/texmf/tex/latex/docUtils/DUpygments/DUpygments-default.sty130
-rw-r--r--latex/texmf/tex/latex/docUtils/DUsidebar/DUsidebar.sty48
-rw-r--r--latex/texmf/tex/latex/docUtils/DUsmallcaps/DUsmallcaps.sty4
6 files changed, 0 insertions, 470 deletions
diff --git a/latex/texmf/tex/latex/docUtils/DUcenter/DUcenter.sty b/latex/texmf/tex/latex/docUtils/DUcenter/DUcenter.sty
deleted file mode 100644
index f5e0781..0000000
--- a/latex/texmf/tex/latex/docUtils/DUcenter/DUcenter.sty
+++ /dev/null
@@ -1,12 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{DUcenter}[2017/04/16 Docutils center role]
-
-%
-% Permet de centrer un texte en utilisant la classe « center »
-%
-% .. class:: center
-%
-% Ce texte sera centré
-
-\newcommand{\DUrolecenter}[1]{\begin{center}#1\end{center}}
-
diff --git a/latex/texmf/tex/latex/docUtils/DUpygments/DUpygments-arduino.sty b/latex/texmf/tex/latex/docUtils/DUpygments/DUpygments-arduino.sty
deleted file mode 100644
index c1f623b..0000000
--- a/latex/texmf/tex/latex/docUtils/DUpygments/DUpygments-arduino.sty
+++ /dev/null
@@ -1,127 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{DUpygments-arduino}[2017/04/16 Docutils Pygments]
-
-% Stylesheet for syntax highlight with Docutils
-% Generated by pygments_css2sty.py from a Pygments CSS style
-% (output of `pygmentize -S <style> -f html`).
-
-\RequirePackage{color}
-\providecommand*\DUrolehll[1]{\textcolor[rgb]{1.00,1.00,0.80}{#1}}
-% Comment
-\providecommand*\DUrolec[1]{\textcolor[rgb]{0.58,0.65,0.65}{#1}}
-% Error
-\providecommand*\DUroleerr[1]{\textcolor[rgb]{0.65,0.09,0.09}{#1}}
-% Keyword
-\providecommand*\DUrolek[1]{\textcolor[rgb]{0.45,0.56,0.00}{#1}}
-% Name
-\providecommand*\DUrolen[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Operator
-\providecommand*\DUroleo[1]{\textcolor[rgb]{0.45,0.56,0.00}{#1}}
-% Comment.Hashbang
-\providecommand*\DUrolech[1]{\textcolor[rgb]{0.58,0.65,0.65}{#1}}
-% Comment.Multiline
-\providecommand*\DUrolecm[1]{\textcolor[rgb]{0.58,0.65,0.65}{#1}}
-% Comment.Preproc
-\providecommand*\DUrolecp[1]{\textcolor[rgb]{0.45,0.56,0.00}{#1}}
-% Comment.PreprocFile
-\providecommand*\DUrolecpf[1]{\textcolor[rgb]{0.58,0.65,0.65}{#1}}
-% Comment.Single
-\expandafter\providecommand\csname DUrolec1\endcsname[1]{\textcolor[rgb]{0.58,0.65,0.65}{#1}}
-% Comment.Special
-\providecommand*\DUrolecs[1]{\textcolor[rgb]{0.58,0.65,0.65}{#1}}
-% Keyword.Constant
-\providecommand*\DUrolekc[1]{\textcolor[rgb]{0.00,0.59,0.62}{#1}}
-% Keyword.Declaration
-\providecommand*\DUrolekd[1]{\textcolor[rgb]{0.45,0.56,0.00}{#1}}
-% Keyword.Namespace
-\providecommand*\DUrolekn[1]{\textcolor[rgb]{0.45,0.56,0.00}{#1}}
-% Keyword.Pseudo
-\providecommand*\DUrolekp[1]{\textcolor[rgb]{0.00,0.59,0.62}{#1}}
-% Keyword.Reserved
-\providecommand*\DUrolekr[1]{\textcolor[rgb]{0.00,0.59,0.62}{#1}}
-% Keyword.Type
-\providecommand*\DUrolekt[1]{\textcolor[rgb]{0.00,0.59,0.62}{#1}}
-% Literal.Number
-\providecommand*\DUrolem[1]{\textcolor[rgb]{0.54,0.48,0.32}{#1}}
-% Literal.String
-\providecommand*\DUroles[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Name.Attribute
-\providecommand*\DUrolena[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Builtin
-\providecommand*\DUrolenb[1]{\textcolor[rgb]{0.45,0.56,0.00}{#1}}
-% Name.Class
-\providecommand*\DUrolenc[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Constant
-\providecommand*\DUroleno[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Decorator
-\providecommand*\DUrolend[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Entity
-\providecommand*\DUroleni[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Exception
-\providecommand*\DUrolene[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Function
-\providecommand*\DUrolenf[1]{\textcolor[rgb]{0.83,0.33,0.00}{#1}}
-% Name.Label
-\providecommand*\DUrolenl[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Namespace
-\providecommand*\DUrolenn[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Other
-\providecommand*\DUrolenx[1]{\textcolor[rgb]{0.45,0.56,0.00}{#1}}
-% Name.Property
-\providecommand*\DUrolepy[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Tag
-\providecommand*\DUrolent[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Variable
-\providecommand*\DUrolenv[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Operator.Word
-\providecommand*\DUroleow[1]{\textcolor[rgb]{0.45,0.56,0.00}{#1}}
-% Literal.Number.Bin
-\providecommand*\DUrolemb[1]{\textcolor[rgb]{0.54,0.48,0.32}{#1}}
-% Literal.Number.Float
-\providecommand*\DUrolemf[1]{\textcolor[rgb]{0.54,0.48,0.32}{#1}}
-% Literal.Number.Hex
-\providecommand*\DUrolemh[1]{\textcolor[rgb]{0.54,0.48,0.32}{#1}}
-% Literal.Number.Integer
-\providecommand*\DUrolemi[1]{\textcolor[rgb]{0.54,0.48,0.32}{#1}}
-% Literal.Number.Oct
-\providecommand*\DUrolemo[1]{\textcolor[rgb]{0.54,0.48,0.32}{#1}}
-% Literal.String.Affix
-\providecommand*\DUrolesa[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Literal.String.Backtick
-\providecommand*\DUrolesb[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Literal.String.Char
-\providecommand*\DUrolesc[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Literal.String.Delimiter
-\providecommand*\DUroledl[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Literal.String.Doc
-\providecommand*\DUrolesd[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Literal.String.Double
-\expandafter\providecommand\csname DUroles2\endcsname[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Literal.String.Escape
-\providecommand*\DUrolese[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Literal.String.Heredoc
-\providecommand*\DUrolesh[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Literal.String.Interpol
-\providecommand*\DUrolesi[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Literal.String.Other
-\providecommand*\DUrolesx[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Literal.String.Regex
-\providecommand*\DUrolesr[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Literal.String.Single
-\expandafter\providecommand\csname DUroles1\endcsname[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Literal.String.Symbol
-\providecommand*\DUroless[1]{\textcolor[rgb]{0.50,0.55,0.55}{#1}}
-% Name.Builtin.Pseudo
-\providecommand*\DUrolebp[1]{\textcolor[rgb]{0.45,0.56,0.00}{#1}}
-% Name.Function.Magic
-\providecommand*\DUrolefm[1]{\textcolor[rgb]{0.83,0.33,0.00}{#1}}
-% Name.Variable.Class
-\providecommand*\DUrolevc[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Variable.Global
-\providecommand*\DUrolevg[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Variable.Instance
-\providecommand*\DUrolevi[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Name.Variable.Magic
-\providecommand*\DUrolevm[1]{\textcolor[rgb]{0.26,0.31,0.33}{#1}}
-% Literal.Number.Integer.Long
-\providecommand*\DUroleil[1]{\textcolor[rgb]{0.54,0.48,0.32}{#1}}
diff --git a/latex/texmf/tex/latex/docUtils/DUpygments/DUpygments-colorful.sty b/latex/texmf/tex/latex/docUtils/DUpygments/DUpygments-colorful.sty
deleted file mode 100644
index f8a1d13..0000000
--- a/latex/texmf/tex/latex/docUtils/DUpygments/DUpygments-colorful.sty
+++ /dev/null
@@ -1,149 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{DUpygments-colorful}[2017/04/19 Docutils Pygments]
-
-% Stylesheet for syntax highlight with Docutils
-% Generated by pygments_css2sty.py from a Pygments CSS style
-% (output of `pygmentize -S <style> -f html`).
-
-\RequirePackage{color}
-\providecommand*\DUrolehll[1]{\textcolor[rgb]{0.64,0.62,0.61}{#1}}
-% Comment
-\providecommand*\DUrolec[1]{\textcolor[rgb]{0.25,0.53,0.23}{#1}}
-% Error
-\providecommand*\DUroleerr[1]{\textcolor[rgb]{0.94,0.38,0.33}{#1}}
-% Keyword
-\providecommand*\DUrolek[1]{\textcolor[rgb]{0.51,0.36,0.64}{#1}}
-% Literal
-\providecommand*\DUrolel[1]{\textcolor[rgb]{0.98,0.61,0.08}{#1}}
-% Name
-\providecommand*\DUrolen[1]{\textcolor[rgb]{0.18,0.12,0.18}{#1}}
-% Operator
-\providecommand*\DUroleo[1]{\textcolor[rgb]{0.36,0.77,0.75}{#1}}
-% Punctuation
-\providecommand*\DUrolep[1]{\textcolor[rgb]{0.18,0.12,0.18}{#1}}
-% Comment.Hashbang
-\providecommand*\DUrolech[1]{\textcolor[rgb]{0.55,0.53,0.53}{#1}}
-% Comment.Multiline
-\providecommand*\DUrolecm[1]{\textcolor[rgb]{0.25,0.53,0.23}{#1}}
-% Comment.Preproc
-\providecommand*\DUrolecp[1]{\textcolor[rgb]{0.55,0.53,0.53}{#1}}
-% Comment.PreprocFile
-\providecommand*\DUrolecpf[1]{\textcolor[rgb]{0.55,0.53,0.53}{#1}}
-% Comment.Single
-\expandafter\providecommand\csname DUrolec1\endcsname[1]{\textcolor[rgb]{0.25,0.53,0.23}{#1}}
-% Comment.Special
-\providecommand*\DUrolecs[1]{\textcolor[rgb]{0.55,0.53,0.53}{#1}}
-% Generic.Deleted
-\providecommand*\DUrolegd[1]{\textcolor[rgb]{0.94,0.38,0.33}{#1}}
-% Generic.Emph
-\providecommand*\DUrolege[1]{\textit{#1}}
-% Generic.Heading
-\providecommand*\DUrolegh[1]{\textbf{\textcolor[rgb]{0.18,0.12,0.18}{#1}}}
-% Generic.Inserted
-\providecommand*\DUrolegi[1]{\textcolor[rgb]{0.28,0.71,0.52}{#1}}
-% Generic.Prompt
-\providecommand*\DUrolegp[1]{\textbf{\textcolor[rgb]{0.55,0.53,0.53}{#1}}}
-% Generic.Strong
-\providecommand*\DUrolegs[1]{\textbf{#1}}
-% Generic.Subheading
-\providecommand*\DUrolegu[1]{\textbf{\textcolor[rgb]{0.36,0.77,0.75}{#1}}}
-% Keyword.Constant
-\providecommand*\DUrolekc[1]{\textcolor[rgb]{0.51,0.36,0.64}{#1}}
-% Keyword.Declaration
-\providecommand*\DUrolekd[1]{\textcolor[rgb]{0.51,0.36,0.64}{#1}}
-% Keyword.Namespace
-\providecommand*\DUrolekn[1]{\textcolor[rgb]{0.36,0.77,0.75}{#1}}
-% Keyword.Pseudo
-\providecommand*\DUrolekp[1]{\textcolor[rgb]{0.51,0.36,0.64}{#1}}
-% Keyword.Reserved
-\providecommand*\DUrolekr[1]{\textcolor[rgb]{0.51,0.36,0.64}{#1}}
-% Keyword.Type
-\providecommand*\DUrolekt[1]{\textcolor[rgb]{0.50,0.77,0.09}{#1}}
-% Literal.Date
-\providecommand*\DUroleld[1]{\textcolor[rgb]{0.28,0.71,0.52}{#1}}
-% Literal.Number
-\providecommand*\DUrolem[1]{\textcolor[rgb]{0.98,0.61,0.08}{#1}}
-% Literal.String
-\providecommand*\DUroles[1]{\textcolor[rgb]{0.28,0.71,0.52}{#1}}
-% Name.Attribute
-\providecommand*\DUrolena[1]{\textcolor[rgb]{0.02,0.71,0.94}{#1}}
-% Name.Builtin
-\providecommand*\DUrolenb[1]{\textcolor[rgb]{0.18,0.12,0.18}{#1}}
-% Name.Class
-\providecommand*\DUrolenc[1]{\textcolor[rgb]{0.50,0.77,0.09}{#1}}
-% Name.Constant
-\providecommand*\DUroleno[1]{\textcolor[rgb]{0.94,0.38,0.33}{#1}}
-% Name.Decorator
-\providecommand*\DUrolend[1]{\textcolor[rgb]{0.36,0.77,0.75}{#1}}
-% Name.Entity
-\providecommand*\DUroleni[1]{\textcolor[rgb]{0.18,0.12,0.18}{#1}}
-% Name.Exception
-\providecommand*\DUrolene[1]{\textcolor[rgb]{0.94,0.38,0.33}{#1}}
-% Name.Function
-\providecommand*\DUrolenf[1]{\textcolor[rgb]{0.02,0.71,0.94}{#1}}
-% Name.Label
-\providecommand*\DUrolenl[1]{\textcolor[rgb]{0.18,0.12,0.18}{#1}}
-% Name.Namespace
-\providecommand*\DUrolenn[1]{\textcolor[rgb]{0.50,0.77,0.09}{#1}}
-% Name.Other
-\providecommand*\DUrolenx[1]{\textcolor[rgb]{0.02,0.71,0.94}{#1}}
-% Name.Property
-\providecommand*\DUrolepy[1]{\textcolor[rgb]{0.18,0.12,0.18}{#1}}
-% Name.Tag
-\providecommand*\DUrolent[1]{\textcolor[rgb]{0.36,0.77,0.75}{#1}}
-% Name.Variable
-\providecommand*\DUrolenv[1]{\textcolor[rgb]{0.94,0.38,0.33}{#1}}
-% Operator.Word
-\providecommand*\DUroleow[1]{\textcolor[rgb]{0.36,0.77,0.75}{#1}}
-% Text.Whitespace
-\providecommand*\DUrolew[1]{\textcolor[rgb]{0.18,0.12,0.18}{#1}}
-% Literal.Number.Bin
-\providecommand*\DUrolemb[1]{\textcolor[rgb]{0.98,0.61,0.08}{#1}}
-% Literal.Number.Float
-\providecommand*\DUrolemf[1]{\textcolor[rgb]{0.98,0.61,0.08}{#1}}
-% Literal.Number.Hex
-\providecommand*\DUrolemh[1]{\textcolor[rgb]{0.98,0.61,0.08}{#1}}
-% Literal.Number.Integer
-\providecommand*\DUrolemi[1]{\textcolor[rgb]{0.98,0.61,0.08}{#1}}
-% Literal.Number.Oct
-\providecommand*\DUrolemo[1]{\textcolor[rgb]{0.98,0.61,0.08}{#1}}
-% Literal.String.Affix
-\providecommand*\DUrolesa[1]{\textcolor[rgb]{0.28,0.71,0.52}{#1}}
-% Literal.String.Backtick
-\providecommand*\DUrolesb[1]{\textcolor[rgb]{0.28,0.71,0.52}{#1}}
-% Literal.String.Char
-\providecommand*\DUrolesc[1]{\textcolor[rgb]{0.18,0.12,0.18}{#1}}
-% Literal.String.Delimiter
-\providecommand*\DUroledl[1]{\textcolor[rgb]{0.28,0.71,0.52}{#1}}
-% Literal.String.Doc
-\providecommand*\DUrolesd[1]{\textcolor[rgb]{0.55,0.53,0.53}{#1}}
-% Literal.String.Double
-\expandafter\providecommand\csname DUroles2\endcsname[1]{\textcolor[rgb]{0.28,0.71,0.52}{#1}}
-% Literal.String.Escape
-\providecommand*\DUrolese[1]{\textcolor[rgb]{0.98,0.61,0.08}{#1}}
-% Literal.String.Heredoc
-\providecommand*\DUrolesh[1]{\textcolor[rgb]{0.28,0.71,0.52}{#1}}
-% Literal.String.Interpol
-\providecommand*\DUrolesi[1]{\textcolor[rgb]{0.98,0.61,0.08}{#1}}
-% Literal.String.Other
-\providecommand*\DUrolesx[1]{\textcolor[rgb]{0.28,0.71,0.52}{#1}}
-% Literal.String.Regex
-\providecommand*\DUrolesr[1]{\textcolor[rgb]{0.28,0.71,0.52}{#1}}
-% Literal.String.Single
-\expandafter\providecommand\csname DUroles1\endcsname[1]{\textcolor[rgb]{0.28,0.71,0.52}{#1}}
-% Literal.String.Symbol
-\providecommand*\DUroless[1]{\textcolor[rgb]{0.28,0.71,0.52}{#1}}
-% Name.Builtin.Pseudo
-\providecommand*\DUrolebp[1]{\textcolor[rgb]{0.18,0.12,0.18}{#1}}
-% Name.Function.Magic
-\providecommand*\DUrolefm[1]{\textcolor[rgb]{0.02,0.71,0.94}{#1}}
-% Name.Variable.Class
-\providecommand*\DUrolevc[1]{\textcolor[rgb]{0.94,0.38,0.33}{#1}}
-% Name.Variable.Global
-\providecommand*\DUrolevg[1]{\textcolor[rgb]{0.94,0.38,0.33}{#1}}
-% Name.Variable.Instance
-\providecommand*\DUrolevi[1]{\textcolor[rgb]{0.94,0.38,0.33}{#1}}
-% Name.Variable.Magic
-\providecommand*\DUrolevm[1]{\textcolor[rgb]{0.94,0.38,0.33}{#1}}
-% Literal.Number.Integer.Long
-\providecommand*\DUroleil[1]{\textcolor[rgb]{0.98,0.61,0.08}{#1}}
diff --git a/latex/texmf/tex/latex/docUtils/DUpygments/DUpygments-default.sty b/latex/texmf/tex/latex/docUtils/DUpygments/DUpygments-default.sty
deleted file mode 100644
index cf0fa8e..0000000
--- a/latex/texmf/tex/latex/docUtils/DUpygments/DUpygments-default.sty
+++ /dev/null
@@ -1,130 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{DUpygments-default}[2017/04/16 Docutils Pygments]
-
-% Stylesheet for syntax highlight with Docutils
-% Generated by makesty.py from a Pygments CSS style
-% (output of `pygmentize -S <style> -f html`).
-
-\RequirePackage{color}
-\providecommand*\DUrolehll[1]{\textcolor[rgb]{1.00,1.00,0.80}{#1}}
-% Comment
-\providecommand*\DUrolecomment[1]{\textit{\textcolor[rgb]{0.25,0.50,0.50}{#1}}}
-% Error
-\definecolor{DUcolor0}{rgb}{1.00,0.00,0.00}
-\providecommand*\DUroleerr[1]{\colorbox{DUcolor0}{#1}}
-% Keyword
-\providecommand*\DUrolekeyword[1]{\textbf{\textcolor[rgb]{0.00,0.50,0.00}{#1}}}
-% Operator
-\providecommand*\DUroleo[1]{\textcolor[rgb]{0.40,0.40,0.40}{#1}}
-% Comment.Multiline
-\providecommand*\DUrolecm[1]{\textit{\textcolor[rgb]{0.25,0.50,0.50}{#1}}}
-% Comment.Preproc
-\providecommand*\DUrolecp[1]{\textcolor[rgb]{0.74,0.48,0.00}{#1}}
-% Comment.Single
-\expandafter\providecommand\csname DUrolec1\endcsname[1]{\textit{\textcolor[rgb]{0.25,0.50,0.50}{#1}}}
-% Comment.Special
-\providecommand*\DUrolecs[1]{\textit{\textcolor[rgb]{0.25,0.50,0.50}{#1}}}
-% Generic.Deleted
-\providecommand*\DUrolegd[1]{\textcolor[rgb]{0.63,0.00,0.00}{#1}}
-% Generic.Emph
-\providecommand*\DUrolege[1]{\textit{#1}}
-% Generic.Error
-\providecommand*\DUrolegr[1]{\textcolor[rgb]{1.00,0.00,0.00}{#1}}
-% Generic.Heading
-\providecommand*\DUrolegh[1]{\textbf{\textcolor[rgb]{0.00,0.00,0.50}{#1}}}
-% Generic.Inserted
-\providecommand*\DUrolegi[1]{\textcolor[rgb]{0.00,0.63,0.00}{#1}}
-% Generic.Output
-\providecommand*\DUrolego[1]{\textcolor[rgb]{0.50,0.50,0.50}{#1}}
-% Generic.Prompt
-\providecommand*\DUrolegp[1]{\textbf{\textcolor[rgb]{0.00,0.00,0.50}{#1}}}
-% Generic.Strong
-\providecommand*\DUrolegs[1]{\textbf{#1}}
-% Generic.Subheading
-\providecommand*\DUrolegu[1]{\textbf{\textcolor[rgb]{0.50,0.00,0.50}{#1}}}
-% Generic.Traceback
-\providecommand*\DUrolegt[1]{\textcolor[rgb]{0.00,0.25,0.82}{#1}}
-% Keyword.Constant
-\providecommand*\DUrolekc[1]{\textbf{\textcolor[rgb]{0.00,0.50,0.00}{#1}}}
-% Keyword.Declaration
-\providecommand*\DUrolekd[1]{\textbf{\textcolor[rgb]{0.00,0.50,0.00}{#1}}}
-% Keyword.Namespace
-\providecommand*\DUrolekn[1]{\textbf{\textcolor[rgb]{0.00,0.50,0.00}{#1}}}
-% Keyword.Pseudo
-\providecommand*\DUrolekp[1]{\textcolor[rgb]{0.00,0.50,0.00}{#1}}
-% Keyword.Reserved
-\providecommand*\DUrolekr[1]{\textbf{\textcolor[rgb]{0.00,0.50,0.00}{#1}}}
-% Keyword.Type
-\providecommand*\DUrolekt[1]{\textcolor[rgb]{0.69,0.00,0.25}{#1}}
-% Literal.Number
-\providecommand*\DUrolenumber[1]{\textcolor[rgb]{0.40,0.40,0.40}{#1}}
-% Literal.String
-\providecommand*\DUrolestring[1]{\textcolor[rgb]{0.73,0.13,0.13}{#1}}
-% Name.Attribute
-\providecommand*\DUrolename[1]{\textcolor[rgb]{0.49,0.56,0.16}{#1}}
-% Name.Builtin
-\providecommand*\DUrolenb[1]{\textcolor[rgb]{0.00,0.50,0.00}{#1}}
-% Name.Class
-\providecommand*\DUrolenc[1]{\textbf{\textcolor[rgb]{0.00,0.00,1.00}{#1}}}
-% Name.Constant
-\providecommand*\DUroleno[1]{\textcolor[rgb]{0.53,0.00,0.00}{#1}}
-% Name.Decorator
-\providecommand*\DUrolend[1]{\textcolor[rgb]{0.67,0.13,1.00}{#1}}
-% Name.Entity
-\providecommand*\DUroleni[1]{\textbf{\textcolor[rgb]{0.60,0.60,0.60}{#1}}}
-% Name.Exception
-\providecommand*\DUrolene[1]{\textbf{\textcolor[rgb]{0.82,0.25,0.23}{#1}}}
-% Name.Function
-\providecommand*\DUrolenf[1]{\textcolor[rgb]{0.00,0.00,1.00}{#1}}
-% Name.Label
-\providecommand*\DUrolenl[1]{\textcolor[rgb]{0.63,0.63,0.00}{#1}}
-% Name.Namespace
-\providecommand*\DUrolenn[1]{\textbf{\textcolor[rgb]{0.00,0.00,1.00}{#1}}}
-% Name.Tag
-\providecommand*\DUrolent[1]{\textbf{\textcolor[rgb]{0.00,0.50,0.00}{#1}}}
-% Name.Variable
-\providecommand*\DUrolenv[1]{\textcolor[rgb]{0.10,0.09,0.49}{#1}}
-% Operator.Word
-\providecommand*\DUroleow[1]{\textbf{\textcolor[rgb]{0.67,0.13,1.00}{#1}}}
-% Text.Whitespace
-\providecommand*\DUrolew[1]{\textcolor[rgb]{0.73,0.73,0.73}{#1}}
-% Literal.Number.Float
-\providecommand*\DUrolemf[1]{\textcolor[rgb]{0.40,0.40,0.40}{#1}}
-% Literal.Number.Hex
-\providecommand*\DUrolemh[1]{\textcolor[rgb]{0.40,0.40,0.40}{#1}}
-% Literal.Number.Integer
-\providecommand*\DUrolemi[1]{\textcolor[rgb]{0.40,0.40,0.40}{#1}}
-% Literal.Number.Oct
-\providecommand*\DUrolemo[1]{\textcolor[rgb]{0.40,0.40,0.40}{#1}}
-% Literal.String.Backtick
-\providecommand*\DUrolesb[1]{\textcolor[rgb]{0.73,0.13,0.13}{#1}}
-% Literal.String.Char
-\providecommand*\DUrolesc[1]{\textcolor[rgb]{0.73,0.13,0.13}{#1}}
-% Literal.String.Doc
-\providecommand*\DUrolesd[1]{\textit{\textcolor[rgb]{0.73,0.13,0.13}{#1}}}
-% Literal.String.Double
-\expandafter\providecommand\csname DUroles2\endcsname[1]{\textcolor[rgb]{0.73,0.13,0.13}{#1}}
-% Literal.String.Escape
-\providecommand*\DUrolese[1]{\textbf{\textcolor[rgb]{0.73,0.40,0.13}{#1}}}
-% Literal.String.Heredoc
-\providecommand*\DUrolesh[1]{\textcolor[rgb]{0.73,0.13,0.13}{#1}}
-% Literal.String.Interpol
-\providecommand*\DUrolesi[1]{\textbf{\textcolor[rgb]{0.73,0.40,0.53}{#1}}}
-% Literal.String.Other
-\providecommand*\DUrolesx[1]{\textcolor[rgb]{0.00,0.50,0.00}{#1}}
-% Literal.String.Regex
-\providecommand*\DUrolesr[1]{\textcolor[rgb]{0.73,0.40,0.53}{#1}}
-% Literal.String.Single
-\expandafter\providecommand\csname DUroles1\endcsname[1]{\textcolor[rgb]{0.73,0.13,0.13}{#1}}
-% Literal.String.Symbol
-\providecommand*\DUroless[1]{\textcolor[rgb]{0.10,0.09,0.49}{#1}}
-% Name.Builtin.Pseudo
-\providecommand*\DUrolebp[1]{\textcolor[rgb]{0.00,0.50,0.00}{#1}}
-% Name.Variable.Class
-\providecommand*\DUrolevc[1]{\textcolor[rgb]{0.10,0.09,0.49}{#1}}
-% Name.Variable.Global
-\providecommand*\DUrolevg[1]{\textcolor[rgb]{0.10,0.09,0.49}{#1}}
-% Name.Variable.Instance
-\providecommand*\DUrolevi[1]{\textcolor[rgb]{0.10,0.09,0.49}{#1}}
-% Literal.Number.Integer.Long
-\providecommand*\DUroleil[1]{\textcolor[rgb]{0.40,0.40,0.40}{#1}}
diff --git a/latex/texmf/tex/latex/docUtils/DUsidebar/DUsidebar.sty b/latex/texmf/tex/latex/docUtils/DUsidebar/DUsidebar.sty
deleted file mode 100644
index 20defda..0000000
--- a/latex/texmf/tex/latex/docUtils/DUsidebar/DUsidebar.sty
+++ /dev/null
@@ -1,48 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{DUsidebar}[2017/04/16 Docutils sidebar]
-
-\RequirePackage{kvoptions}
-\RequirePackage{mdframed}
-\RequirePackage{ifthen}
-
-% Option for the color line (
-\DeclareStringOption {linecolor}[blue]
-\ProcessKeyvalOptions*
-
-% Défini une note de marge entourée d'un petit cadre
-%
-
-\ifthenelse{\equal{\DUsidebar@linecolor}{}}{%
- % Node bar colored defined, juste put the note in the margin
- \newcommand{\DUsidebar}[1]{\marginpar{\small#1}}%
-}{%
- \newcommand{\DUsidebar}[1]{%
- \marginpar[{\begin{mdframed}[topline=false,%
- bottomline=false,%
- leftline=false,%
- linecolor=\DUsidebar@linecolor,%
- innerrightmargin=2pt,%
- linewidth=.4pt]%
- {\small#1}%
- \end{mdframed}%
- }]{\begin{mdframed}[topline=false,%
- bottomline=false,%
- rightline=false,%
- linecolor=\DUsidebar@linecolor,%
- innerleftmargin=2pt,%
- linewidth=.4pt]%
- {\small#1}%
- \end{mdframed}%
- }%
- }%
-}%
-
-
-%
-% Permet de créer une note en utilisant le rôle « note »
-%
-% .. role:: note
-%
-% :note:`Ceci est un test`
-\newcommand{\DUrolenote}[1]{\marginpar{#1}}
-
diff --git a/latex/texmf/tex/latex/docUtils/DUsmallcaps/DUsmallcaps.sty b/latex/texmf/tex/latex/docUtils/DUsmallcaps/DUsmallcaps.sty
deleted file mode 100644
index 2b11be8..0000000
--- a/latex/texmf/tex/latex/docUtils/DUsmallcaps/DUsmallcaps.sty
+++ /dev/null
@@ -1,4 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{DUsmallcaps}[2017/04/16 Docutils smallcaps role]
-
-\newcommand{\DUrolesmallcaps}[1]{\textsc{\MakeLowercase{#1}}}