diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pas-cours/macro-solides.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pas-cours/macro-solides.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/pas-cours/macro-solides.tex b/Master/texmf-dist/doc/latex/pas-cours/macro-solides.tex index 7a33a05a89d..aa2019d7501 100644 --- a/Master/texmf-dist/doc/latex/pas-cours/macro-solides.tex +++ b/Master/texmf-dist/doc/latex/pas-cours/macro-solides.tex @@ -401,7 +401,7 @@ \ifPAS@pyramreg@legende \pgfmathparse{(\cmdPAS@pyramreg@hauteur-\Ny)/2}\let\y\pgfmathresult \pgfmathparse{1-\cmdPAS@pyramreg@coefopaq}\let\op\pgfmathresult - \draw[<-,>=stealth,\cmdPAS@pyramreg@bordercolor] (\Nx/2,\y) to [bend left=30] (\cmdPAS@pyramreg@rayon+.5,\y+1) node[right,\cmdPAS@pyramreg@bordercolor] {\texttt{arĂȘte lat\'erale}}; + \draw[<-,>=stealth,\cmdPAS@pyramreg@bordercolor] (\Nx/2,\y) to [bend left=30] (\cmdPAS@pyramreg@rayon+.5,\y+1) node[right,\cmdPAS@pyramreg@bordercolor] {\texttt{ar\^ete lat\'erale}}; \draw[<-,>=stealth,\cmdPAS@pyramreg@bordercolor] (0,\cmdPAS@pyramreg@hauteur) to [bend left=10] (\cmdPAS@pyramreg@rayon+.5,\cmdPAS@pyramreg@hauteur+0.5) node[right,\cmdPAS@pyramreg@bordercolor] {\texttt{sommet}}; \draw[gray,dotted] (0,\cmdPAS@pyramreg@hauteur) -- (\cmdPAS@pyramreg@rayon+4,\cmdPAS@pyramreg@hauteur); \draw[gray,dotted] (\cmdPAS@pyramreg@rayon,0) -- (\cmdPAS@pyramreg@rayon+4,0); @@ -707,7 +707,7 @@ \ifPAS@cube@legende \pgfmathparse{(\xx-1)/2+1}\let\xxx\pgfmathresult \pgfmathparse{(\yy-1)/2+1}\let\yyy\pgfmathresult - \draw[<-,>=stealth',\cmdPAS@cube@bordercolor] (.5,0) to [bend right=30] (2,0) node[right,\cmdPAS@cube@bordercolor] {\texttt{arĂȘte}}; + \draw[<-,>=stealth',\cmdPAS@cube@bordercolor] (.5,0) to [bend right=30] (2,0) node[right,\cmdPAS@cube@bordercolor] {\texttt{ar\^ete}}; \IfStrEq{\cmdPAS@cube@incolor}{white}{\def\c{black}}{\def\c{\cmdPAS@cube@incolor}} \draw[<-,>=stealth',\c] (\xxx,.5) to [bend left=30] ($(\xxx,.5)+(1,0.25)$) node[right,\c] {\texttt{face}}; \fill[\cmdPAS@cube@bordercolor] (1,1) circle (0.01cm); |