[pstricks] xelatex and pstricks

Herbert Voss Herbert.Voss at fu-berlin.de
Wed Apr 24 08:37:45 CEST 2019



Am 24.04.19 um 07:57 schrieb Poul Riis:
> When using the babyloniannum package one has to compile with xelatex.
> Some time ago, this worked perfectly also when I included some pstricks 
> but that's not the case any more - I get empty figures!?
> I tried several versions of the compiler command, for instance
> xelatex.exe -shell-escape -output-driver="xdvipdfmx -q -E -V 7" 
> -synctex=1 -interaction=nonstopmode
> 
> I also tried to include
> \usepackage{auto-pst-pdf}
> but that doesn't help either.
> 
> Below you can find a minimal example.

With a simple

xelatex <file>


\documentclass[12pt,a4paper]{article}
\usepackage[x11names]{xcolor}
\usepackage{pstricks-add}
\usepackage{babyloniannum}
\renewcommand\babylonianfont{Santakku.ttf}
\usepackage[top=2cm,bottom=2.5cm,left=2.5cm,right=1.5cm]{geometry}

\begin{document}
	\section*{Babyloniannum and pstricks}
	Some babylonian numbers:\\
	$\babyloniannum{1}$, $\babyloniannum{10}$, $\babyloniannum{100}$\\
	Some pstricks:\\
	\begin{pspicture}(0,0)(5,5)%
	\psaxes{->}(0,0)(5,5)
	\psframe(0,0)(5,5)\psline[linecolor=Red1](0,0)(5,5)
	\end{pspicture}
\end{document}

Herbert






> 
> 
> What can I do to make it work again?
> 
> 
> Poul Riis
> 
> 
> 
> \documentclass[12pt,a4paper]{article}
> \usepackage[utf8]{inputenc}
> \usepackage[x11names]{xcolor}
> \usepackage{pstricks-add}
> \usepackage{babyloniannum}
> \renewcommand{\babylonianfont}{Santakku.ttf}
> \usepackage[top=2cm,bottom=2.5cm,left=2.5cm,right=1.5cm]{geometry}
> \usepackage{auto-pst-pdf}
> 
> 
> \begin{document}
> \section*{Babyloniannum and pstricks}
> Some babylonian numbers:\\
> $\babyloniannum{1}$, $\babyloniannum{10}$, $\babyloniannum{100}$\\
> Some pstricks:\\
> \begin{pspicture}(0,0)(5,5)%
> \psaxes{->}(0,0)(5,5)
> \psframe(0,0)(5,5)\psline[linecolor=Red1](0,0)(5,5)
> \end{pspicture}
> \end{document}
> 
> 
> 
> 
> 
> 
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> https://tug.org/mailman/listinfo/pstricks
> archive: http://www.tug.org/pipermail/pstricks/
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirmfoto vom 2019-04-24 08-36-18.png
Type: image/png
Size: 22437 bytes
Desc: not available
URL: <https://tug.org/pipermail/pstricks/attachments/20190424/d0347423/attachment-0001.png>


More information about the PSTricks mailing list