From 2c330c07af86e1974a54a300c2d827a7698ad5b9 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 27 Dec 2016 10:58:33 +0100 Subject: [PATCH] add a tikzset to define a box for a "writing symbol" --- cours/cours_prof.cls | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cours/cours_prof.cls b/cours/cours_prof.cls index d284a29..defc15f 100644 --- a/cours/cours_prof.cls +++ b/cours/cours_prof.cls @@ -115,6 +115,14 @@ xcolor,% } +\tikzset{ + writesymbol/.style={ + rectangle, draw=black, + fill=white, scale=1, + overlay + } +} + \mdtheorem[style=framed, theoremseparator={ - }]{déf}{Définition} \mdtheorem[style=framed, theoremseparator={ - }]{thm}{Théorème} \mdtheorem[style=framed]{ppt}{Propriété}