pstricks & xelatex

Herbert Voss Herbert.Voss at fu-berlin.de
Sun Sep 26 15:58:40 CEST 2021



Am 26.09.21 um 15:11 schrieb Herbert Schulz:
> Howdy,
>
> It appears that simple pstricks figures are failing in xelatex again. I'm using the command line
>
> xelatex --shell-escape --synctex=1 -file-line-error -output-driver="xdvipdfmx -q -E" file.tex
>
> for processing.

I have no problem with the following example. But the first one is 
printed and the second one not,
which seems to be a problem with the code.

Herbert


\documentclass[10pt]{article}
\usepackage{pstricks,pst-jtree,pst-node}
\listfiles

\begin{document}
\jtree
\! = <left>{A}!a ^<right>{B}.
\!a = <left>{C}!a ^<right>{D}.
\!a = <left>{E} ^<right>{F}.
\endjtree


\jtree[xunit=2.8em,yunit=1em]
! = {ST}
:{SN} {T'} .
\endjtree

\end{document}



More information about the tex-live mailing list.