[dvipdfmx] xelatex and PSTricks

Herbert Voss Herbert.Voss at fu-berlin.de
Wed Sep 1 17:38:24 CEST 2021


With up-to-date TL2021 I have a problem with xelatex

\documentclass{article}
\usepackage{pstricks-add}
\begin{document}
\begin{pspicture}(-2,-2)(2,2)
   \psline(-1.5,-1.5)(1.5,1.5)
   \rput(-1.5,-1.5){$(-1.5;-1.5)$}
   \rput(1.5,1.5){$(1.5;1.5)$}
\end{pspicture}
\end{document}


Only the digits are visible. Running

xelatex --no-pdf <file>   and then

xdvipdfx <file>.xdv gives

bash-3.2$ dvipdfmx fnode-1.xdv

dvipdfmx:warning: Found a mismatched fontmap line 42012 from pdftex.map.
dvipdfmx:warning: -- Ignore the current input buffer: uagd8a 
URWGothicL-Demi a010015l
dvipdfmx:warning: Found a mismatched fontmap line 42013 from pdftex.map.
dvipdfmx:warning: -- Ignore the current input buffer: uagdo8a 
URWGothicL-DemiObli a010035l
dvipdfmx:warning: Found a mismatched fontmap line 42014 from pdftex.map.
dvipdfmx:warning: -- Ignore the current input buffer: uagk8a 
URWGothicL-Book a010013l
dvipdfmx:warning: Found a mismatched fontmap line 42015 from pdftex.map.
[...]


my GS call with xdvipdfmx is:

D  "rungs -q -dALLOWPSTRANSPARENCY -dNOSAFER -dNOPAUSE -dBATCH -dEPSCrop 
-sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v 
-dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode 
-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode 
-dAutoRotatePages=/None -sOutputFile='%o' '%i' -c quit"

bash-3.2$ gs --version
9.26

  and same for 9.55.0

Herbert


More information about the dvipdfmx mailing list.