[pstricks] pstricks xelatex and Specialccor

Herbert Voss Herbert.Voss at fu-berlin.de
Thu Mar 22 07:21:45 CET 2018


Am 21.03.18 um 22:37 schrieb Thierry WYBRECHT:

> this file works fine with latex,dvips ans ps2pdf:
>
> \documentclass[a4paper,12pt]{article}
> \usepackage{pst-all}
> usepackage{pst-eucl}

Use

\documentclass[a4paper,12pt]{article}
\usepackage{pst-all}
\usepackage{pst-eucl}
\def\pstnodescale{ }


Herbert


> \begin{document}
> \psset{unit=12cm}
> \begin{pspicture}(-.01,-.01)(1.01,1.62)
> \psset{PointName=none,PointSymbol = none}
> \pstGeonode(0,0){A_0}
> \pstGeonode(1,0){B_0}
> \pstGeonode(! 15sqrt 1add 2div){C_0}
> \pstGeonode(! 05sqrt 1add 2div){D_0}
> \pspolygon(A_0)(B_0)(C_0)(D_0)
> \pstVerb{/coef 5sqrt 1sub 2div def}
> \multido{\iA=0+2,\iB=2+2}{12}{
> \pstHomO[HomCoef = 
> coef,PointSymbol=none]{A_\iA}{A_\iA,B_\iA,C_\iA,D_\iA}[A_1,B_1,C_1,D_1]
> \pstRotation[RotAngle=90]{D_1}{A_1,B_1,C_1,D_1}[A_\iB,B_\iB,C_\iB,D_\iB]
> \pspolygon(A_\iB)(B_\iB)(C_\iB)(D_\iB)
> \pstArcOAB{D_1}{A_\iA}{A_\iB}
> }
> \end{pspicture}
> \begin{center}
>    with LaTeX -> dvips -> ps2pdf: BEAUTIFUL !
> \end{center}
> \end{document}
> but with xelatex, the output looks very bad: the nodes are not
> at the correct places.
> Is it a problem with xdvipdfmx ?
> Thank you for any answer!
> Thierry Wybrecht
>
>
>
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
> archive: http://www.tug.org/pipermail/pstricks/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20180322/be23d6c4/attachment-0001.html>


More information about the PSTricks mailing list