On 19 nov, 14:38, Herbert Voss <
Herbert.V...@alumni.tu-berlin.de>
wrote:
> Am 19.11.2011 16:54, schrieb e2manuel62:
>
> > Merci pour vos réponses. Cela règle la question de l'orientation. Mais
> > le test suivant soulève un problème avec le paramètre MarkHashh. La
> > position relative des deux traits n'est pas conservée.
>
> The pst-eucl.tex fromhttp://
texnik.dante.de/tex/generic/pst-eucl/
> has another optional argument mark (lower case m) which prints
> nicer slashes, seehttp://
perce.de/temp/test3.pdf
>
> \documentclass{article}
> \usepackage{pst-eucl}
> \begin{document}
>
> \begin{pspicture}(-.5,-.5)(4.5,3)
> \pstGeonode[%
> PosAngle={180,-90,90},
> PointSymbol=none](0,0.5){O}(4,0){y}(4,2.5){x}
> \pnode(0,0.5){O}\pnode(4,0){y}\pnode(4,2.5){x}\psline(y)(O)(x)%
> \pstMarkAngle[MarkAngleRadius=.8,Mark=MarkHash]{y}{O}{x}{}% old version
> \pnodes{P}(6,2)(11,2)(8.5,-2)
> \psline(P1)(P0)(P2)%
> \pstMarkAngle[MarkAngleRadius=.8,mark=MarkHashhh]{P2}{P0}{P1}{}% new
> \end{pspicture}
>
> \end{document}
>
> Herbert
Avec cette nouvelle version (19 novembre 2011), les traits
n'apparaissent pas avec les options mark=pstslash, mark=pstslashh ou
mark=pstslashhh.
The options mark=pstslash, mark=pstslashh or mark=pstslashhh don't
work (the marks don't appear) with the last version of pst-eucl (19
november 2011). The others work very well.
\documentclass{article}
\usepackage{pst-eucl}
\begin{document}
\begin{pspicture}(-.5,-.5)(4.5,3)
\pstGeonode[%
PosAngle={180,-90,90},
PointSymbol=none](0,0.5){O}(4,0){y}(4,2.5){x}
\pnode(0,0.5){O}\pnode(4,0){y}\pnode(4,2.5){x}\psline(y)(O)(x)%
\pstMarkAngle[MarkAngleRadius=.8,mark=pstslash]{y}{O}{x}{}
\pnodes{P}(6,2)(11,2)(8.5,-2)
\psline(P1)(P0)(P2)%
\pstMarkAngle[MarkAngleRadius=.8,mark=pstslashhh]{P2}{P0}{P1}{}
\end{pspicture}
\end{document}