summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/profcollege/PfCScratchpdf.mp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-07-14 20:20:19 +0000
committerKarl Berry <karl@freefriends.org>2022-07-14 20:20:19 +0000
commit78f7c04df66392301a4d28de158c91b9a97f22b4 (patch)
treeba4894eefc285a63494ef3a11b4f316d4283d4d9 /Master/texmf-dist/metapost/profcollege/PfCScratchpdf.mp
parente5c590d3d29f3dcc26b77a59a737da6d5803a07e (diff)
profcollege (14jul22)
git-svn-id: svn://tug.org/texlive/trunk@63895 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost/profcollege/PfCScratchpdf.mp')
-rw-r--r--Master/texmf-dist/metapost/profcollege/PfCScratchpdf.mp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/metapost/profcollege/PfCScratchpdf.mp b/Master/texmf-dist/metapost/profcollege/PfCScratchpdf.mp
index 94a37beccc1..87a59ce7504 100644
--- a/Master/texmf-dist/metapost/profcollege/PfCScratchpdf.mp
+++ b/Master/texmf-dist/metapost/profcollege/PfCScratchpdf.mp
@@ -3170,7 +3170,7 @@ vardef TestOpContient(expr pasun,pasdeux)=
save $; picture $;
save TAa; path TAa;
save LTa; picture LTa;
- LTa=ColleBoxNew(if string pasun : OvalNb(pasun) else: pasun fi,"contient",if string pasun : OvalNb(pasdeux) else: pasun fi,"?");
+ LTa=ColleBoxNew(if string pasun : OvalNb(pasun) else: pasun fi,"contient",if string pasdeux : OvalNb(pasdeux) else: pasdeux fi,"?");
TAa=DiamondBox(LTa);
$=image(
fill TAa if print=false : withcolor FondOvalOp else : withcolor coefprint*white fi;