add a tikzset to define a box for a "writing symbol"

This commit is contained in:
Jeff Lance 2016-12-27 10:58:33 +01:00
parent 4209fb8601
commit 2c330c07af

View File

@ -115,6 +115,14 @@
xcolor,% xcolor,%
} }
\tikzset{
writesymbol/.style={
rectangle, draw=black,
fill=white, scale=1,
overlay
}
}
\mdtheorem[style=framed, theoremseparator={ - }]{déf}{Définition} \mdtheorem[style=framed, theoremseparator={ - }]{déf}{Définition}
\mdtheorem[style=framed, theoremseparator={ - }]{thm}{Théorème} \mdtheorem[style=framed, theoremseparator={ - }]{thm}{Théorème}
\mdtheorem[style=framed]{ppt}{Propriété} \mdtheorem[style=framed]{ppt}{Propriété}