diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-10 22:46:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-10 22:46:20 +0000 |
commit | 4ce908d18985eaa6e3849d2cc6c1cba8f94cf960 (patch) | |
tree | 801a2b05c4b1f06c704d3d841f2a042a3c3ee100 /Master/texmf-dist/doc/latex/pas-cours/macro-solides.tex | |
parent | a154a884f7d8bf7c735cbc67b28d24b6f7f8b9ee (diff) |
pas-cours (10nov14)
git-svn-id: svn://tug.org/texlive/trunk@35557 c570f23f-e606-0410-a88d-b1316a301751
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); |