summaryrefslogtreecommitdiff
path: root/resources/admonitions.tex
diff options
context:
space:
mode:
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}
-}
-
-