summaryrefslogtreecommitdiff
path: root/resources/admonitions.tex
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2018-05-14 16:14:23 +0200
committerSébastien Dailly <sebastien@chimrod.com>2018-05-14 16:14:23 +0200
commit484102fbcb9cf75736e9b86ddbe0349589761c84 (patch)
treebfdb04cd27afd3dce95e95279c3e34eaaec5ce07 /resources/admonitions.tex
parent19e874918d3c3997f7ea483fecfd1342dc3ba8e4 (diff)
Update document
Diffstat (limited to 'resources/admonitions.tex')
-rw-r--r--resources/admonitions.tex20
1 files changed, 0 insertions, 20 deletions
diff --git a/resources/admonitions.tex b/resources/admonitions.tex
index b57437f..2b1c57b 100644
--- a/resources/admonitions.tex
+++ b/resources/admonitions.tex
@@ -14,23 +14,3 @@
\createIconifiedDUStyle{note}{lightBlueColor}{\faComment}{CaviarDreamsFont}
% Style pour les exercices
\createIconifiedDUStyle{exercice}{greenColor}{\faPencil}{CaviarDreamsFont}
-
-\let\oldttfamily\ttfamily
-
-\newenvironment{DUCLASSprogram}{%
- \begin{mdframed}[topline=false,%
- bottomline=false,%
- rightline=false,%
- leftline=false,%
- linecolor=black,%
- linewidth=3pt,%
- skipabove=0.5cm,%
- backgroundcolor=black!5]
- %\small
- %\let\ttfamily\DejaVuSansMono
-}{%
- \let\ttfamily\oldttfamily
- \end{mdframed}
-}
-
-