summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/profcollege/PfCPyramideCalculs.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-14 20:20:21 +0000
committerKarl Berry <karl@freefriends.org>2023-08-14 20:20:21 +0000
commit3a6576856ecdb1f8c5c2115ee13d9a03c9be730e (patch)
treea9a8baf755bd2a042f35a5d053e69a186ae76514 /Master/texmf-dist/tex/latex/profcollege/PfCPyramideCalculs.tex
parente8c287902ec1b75e743163e0d27a58fa379ee843 (diff)
profcollege (14aug23)
git-svn-id: svn://tug.org/texlive/trunk@67926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/profcollege/PfCPyramideCalculs.tex')
-rw-r--r--Master/texmf-dist/tex/latex/profcollege/PfCPyramideCalculs.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/profcollege/PfCPyramideCalculs.tex b/Master/texmf-dist/tex/latex/profcollege/PfCPyramideCalculs.tex
index 3e17ac010ef..fdd5c7b6852 100644
--- a/Master/texmf-dist/tex/latex/profcollege/PfCPyramideCalculs.tex
+++ b/Master/texmf-dist/tex/latex/profcollege/PfCPyramideCalculs.tex
@@ -93,11 +93,11 @@
Produit[3]=Facteur[3] * Facteur[1];
for k=1 upto 3:
if Produit or Solution:
- label(TEX("\num{"&decimal(Produit[k])&"}"),(1.75[O,B[k]]-center BoiteRec));
+ label(LATEX("\num{"&decimal(Produit[k])&"}"),(1.75[O,B[k]]-center BoiteRec));
fi;
if Produit:
else:
- label(TEX("\num{"&decimal(Facteur[k])&"}"),(0.5[O,A[k]]-center BoiteRec));
+ label(LATEX("\num{"&decimal(Facteur[k])&"}"),(0.5[O,A[k]]-center BoiteRec));
fi;
endfor;
fi;