summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/profcollege/latex/PfCCible.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/profcollege/latex/PfCCible.tex')
-rw-r--r--macros/latex/contrib/profcollege/latex/PfCCible.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/macros/latex/contrib/profcollege/latex/PfCCible.tex b/macros/latex/contrib/profcollege/latex/PfCCible.tex
index f59ec3d593..d29fdccf9d 100644
--- a/macros/latex/contrib/profcollege/latex/PfCCible.tex
+++ b/macros/latex/contrib/profcollege/latex/PfCCible.tex
@@ -13,10 +13,10 @@
\toklisteciblea{}%
\xdef\PfCNombreZone{0}%
\ifboolKV[Cible]{Flechettes}{}{%
- \setsepchar{,}%
- \readlist*\PfCListeCible{#2}%
- \foreachitem\compteur\in\PfCListeCible{\expandafter\UpdatetoksCibleA\compteur\nil}%
- \xdef\PfCNombreZone{\PfCListeCiblelen}%
+ \setsepchar{,}%
+ \readlist*\PfCListeCible{#2}%
+ \foreachitem\compteur\in\PfCListeCible{\expandafter\UpdatetoksCibleA\compteur\nil}%
+ \xdef\PfCNombreZone{\PfCListeCiblelen}%
}%
\BuildCible{\the\toklisteciblea}%
}%
@@ -127,7 +127,6 @@
\end{mplibcode}
\else
\begin{mpost}[mpsettings={Rayon=\useKV[Cible]{RayonBase};Ecart=\useKV[Cible]{Ecart};boolean Flechettes,Impression;Flechettes=\useKV[Cible]{Flechettes};Impression=\useKV[Cible]{Impression};NombreCercles=\PfCNombreZone;}]
-
vardef affichage(text t)=
pair O;
O=u*(5,5);
@@ -210,7 +209,8 @@
n:=0;
for p_=t:
n:=n+1;
- label(LATEX("\bfseries "&p_),E[n]);
+ % label(LATEX("\noexpand\bfseries "&p_),E[n]);
+ label(LATEX(p_),E[n]);
endfor;
enddef;