[pstricks] Problem whit xelatex in texlive 2015 pretest

Pablo González pablgonz at yahoo.com
Sun Apr 19 20:40:46 CEST 2015


Hi all , I have the following code which works perfect using "latex>dvips>ps2pdf" but fails to be compiled with XeLaTeX (Ghoscrip 9.16 error).
\documentclass{article}
\usepackage{pst-eucl}
\begin{document}
\begin{pspicture}(-1.46,-1.72)(3.18,3.64)
\psset{unit=1.0cm,linecap=1,linejoin=1,dotsize=2pt 0,linewidth=0.6pt,MarkAngle=90}
\psline(-1,1)(2.66,3.08)
\psline(2.66,3.08)(2.8,-1.24)
\psline(2.8,-1.24)(-1,1)
\scriptsize
\pnode(-1,1){A}
\pnode(2.6,3){B}
\pnode(2.8,-1.25){C}
\uput{5pt}[d](-1,1){$A$}
\uput{5pt}[u](2.66,3.08){$B$}
\uput{5pt}[d](2.8,-1.24){$C$}
\pstMarkAngle[MarkAngleRadius=0.6,LabelSep=0.3,Mark=MarkHashhh]{A}{B}{C}{$\alpha$}
\pstMarkAngle[MarkAngleRadius=0.6,LabelSep=0.3,Mark=MarkHashh]{C}{A}{B}{$\beta$}
\end{pspicture}
\end{document}

Any idea how to fix itSaludos
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20150419/3e40618c/attachment.html>


More information about the PSTricks mailing list