diff options
author | Karl Berry <karl@freefriends.org> | 2023-07-04 19:53:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-07-04 19:53:24 +0000 |
commit | 0f26f9b08a67574b58941d4658c16372f46f087e (patch) | |
tree | e2663c556a4bf8a9b31a20d1e6504c6f31360e1c /Master/texmf-dist/tex/latex/profcollege/PfCSolides.tex | |
parent | 0873b12963d49655a15e9f87f8d493eebd0aaa49 (diff) |
profcollege (4jul23)
git-svn-id: svn://tug.org/texlive/trunk@67545 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/profcollege/PfCSolides.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/profcollege/PfCSolides.tex | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/profcollege/PfCSolides.tex b/Master/texmf-dist/tex/latex/profcollege/PfCSolides.tex index 35bbeb74f56..ef0829af903 100644 --- a/Master/texmf-dist/tex/latex/profcollege/PfCSolides.tex +++ b/Master/texmf-dist/tex/latex/profcollege/PfCSolides.tex @@ -239,7 +239,7 @@ nombresommets=\useKV[ClesSolides]{SommetsPyramide}; color PfCOutColor,DecalageSommet; PfCOutColor=\useKV[ClesSolides]{Couleur}; - DecalageSommet=if Reguliere:(0,0,0) else: #3 fi; + DecalageSommet=#3;%if Reguliere:(0,0,0) else: #3 fi; Figure(-10u,-10u,10u,10u); Initialisation(PfCRho,PfCPhi,PfCTheta,PfCDistance); @@ -567,6 +567,8 @@ color A,B,C,D,E,F,G,H; color Sommet[]; trace Pave(A,B,C,D,E,F,G,H)(#3); + picture Depart; + Depart=currentpicture; currentpicture:=nullpicture; Sommet1=A; Sommet2=B; @@ -613,6 +615,7 @@ % trace polygone(MSection1,MSection2,MSection3,MSection4); color dcer,ccer; % 1er cote -> ok + DotLabel("",RetiensDefSection[4]); dcer:=Oeil-RetiensDefSection[4]; ccer:=Normal(RetiensDefSection[4],RetiensDefSection[2],RetiensDefSection[1]); draw chemin(MSection1,MSection2) if (ProduitScalaire(dcer,ccer)<0):dashed evenly fi; @@ -673,7 +676,8 @@ %trace polygone(MSection1,MSection2,MSection3,MSection4); fi; - trace Pave(A,B,C,D,E,F,G,H)(#3); + % trace Pave(A,B,C,D,E,F,G,H)(#3); + trace Depart; DefinirSommetsSection(#4); |