From 7e0cb2374368a1e10dbfe994255b1c35020413d9 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 12 May 2017 21:22:35 +0200 Subject: [PATCH] Update code. --- cours/cours_prof.cls | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/cours/cours_prof.cls b/cours/cours_prof.cls index 8f5cb08..8f58a1d 100644 --- a/cours/cours_prof.cls +++ b/cours/cours_prof.cls @@ -19,7 +19,7 @@ -%-- extensions +%-- PACKAGES % PERSONNELLES % commun: contient des définitions et extensions de base pour tout. \RequirePackage{commun} @@ -39,7 +39,7 @@ \makeatletter -%-- paramétrages +%-- SETTINGS % metapost \ifpdf \DeclareGraphicsRule{*}{mps}{*}{} @@ -303,8 +303,8 @@ node[symbol] { \faFileTextO }; },% } -% idea: a shadowed square frame with a light bulb icon at upper left -\mdfdefinestyle{idea}{% +% tips: a shadowed square frame with a light bulb icon at upper left +\mdfdefinestyle{tips}{% linecolor=white,linewidth=1pt,% tikzsetting={draw=black,line width=1pt},% leftmargin=0,rightmargin=0,% @@ -494,6 +494,16 @@ \end{voc*} } +\RenewDocumentEnvironment{vocn}{ o } {%begin + \IfNoValueTF {#1} { + \begin{vocn*} + }{ + \begin{vocn*}[#1] + } +}{%end + \end{vocn*} +} + \RenewDocumentEnvironment{app}{ o } {%begin \IfNoValueTF {#1} { \begin{app*} @@ -522,8 +532,8 @@ \DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm} %-- Macros personnelles -% debut -\NewDocumentCommand \debut { G{Titre} G{Sous-titre} } {% +% titre +\NewDocumentCommand \titre { G{Titre} G{Sous-titre} } {% \title{#1} \subtitle{#2} \date{}