[pstricks] Debian 10, TL2019, xelatex and pstricks

Herbert Voss Herbert.Voss at fu-berlin.de
Mon Jan 6 22:46:40 CET 2020



Am 06.01.20 um 22:00 schrieb Christophe Poulain:
>
> On Debian 10 Testing, with this code
>
> \listfiles
> \documentclass{article}
> \usepackage{pstricks,pstricks-add}
> \begin{document}
> \begin{pspicture}(-5,-3)(5,6)
>    \psgrid[gridwidth=0.8pt,gridcolor=gray,subgriddiv=2,gridlabels=0](-5,-3)(5,6)
>    \psaxes[linewidth=1.2pt,labels=none]{->}(0,0)(-5,-3)(5,6)
>    \uput[90](1,0){1}
>    \uput[l](0,1){1}
>    \uput[dl](0,0){0}
>    \psplot[plotstyle=curve]{-5}{5}{0.25 x x mul mul 1 sub}
> \end{pspicture}
> \end{document}
>
>   * With 'old" TL2019 (on Linux Mint 19.1), xelatex works fine
>   * With TL2019 on 5 january, problems : graduations on axes don't
>     works fine (they are not on right place)
>

Christophe,
create a xdv-output with

xelatex --no-pdf

and send it to me by private mail. It looks like a problem with xdvipdfmx

Herbert




More information about the PSTricks mailing list