summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/profcollege/metapost/PfCScratch.mp
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-07-07 03:01:45 +0000
committerNorbert Preining <norbert@preining.info>2022-07-07 03:01:45 +0000
commitc925207bc17a56bf94a6e3d156db27042965136d (patch)
treeb5dc80f7f6791eba6121e1a44c1c2b9a4b46dbb2 /macros/latex/contrib/profcollege/metapost/PfCScratch.mp
parent9f9a07ef2eb0c1f25ce9afc7bb94928956c036ea (diff)
CTAN sync 202207070301
Diffstat (limited to 'macros/latex/contrib/profcollege/metapost/PfCScratch.mp')
-rw-r--r--macros/latex/contrib/profcollege/metapost/PfCScratch.mp2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/latex/contrib/profcollege/metapost/PfCScratch.mp b/macros/latex/contrib/profcollege/metapost/PfCScratch.mp
index c3a41e3eb4..d8b2a0a851 100644
--- a/macros/latex/contrib/profcollege/metapost/PfCScratch.mp
+++ b/macros/latex/contrib/profcollege/metapost/PfCScratch.mp
@@ -122,7 +122,7 @@ vardef OvalVar(expr ar)=
save Ovar; picture Ovar;
save TAvar; path TAvar;
string TTv;
- TTv=ar&"\barre";
+ TTv="\barre\bfseries "&ar;%
TAvar=OvalBox(TTv);
Ovar=image(
fill TAvar if print=false : withcolor OrangeTrois else : withcolor white fi;