[XeTeX] xetex and pstricks-add

Ulrike Fischer news2 at nililand.de
Sun Aug 17 18:58:20 CEST 2008


Am Fri, 15 Aug 2008 19:57:00 +0100 schrieb HAF MED:

> HELLO ;
> 
> I have remarked that a example in doc of pstricks-add don't works well with
> xetex.
> 
> \documentclass{article}
> \usepackage{pstricks-add}
> \usepackage{fontspec}
> 
> \begin{document}
> \begin{pspicture}(\linewidth,5)
> \psbrace(0,0.5)(\linewidth,0.5){\fbox{Text}}%
> \psbrace[bracePos=0.25,nodesepB=10pt,rot=90](0,2)(\linewidth,2){\fbox{Text}}
> \psbrace[ref=lC,nodesepA=-3.5cm,nodesepB=15pt,rot=90](0,4)(\linewidth,4){%
> \fbox{some very, very long wonderful Text}}
> \end{pspicture}
> \end{document}
> 
> the texte in the laste brace is not *vertical*
> 
> is the probleme in xetex or in the package pstricks-add

I get with the simpler example below a ghostscript error when I compile
it with xetex (and "Text" is not rotated), with latex + dvips it
compiles fine. So I would say the problem is more probably on the
xetex/xdvipdfmx side (or in the driver files). 

\documentclass{article}
\usepackage{pstricks-add}


\begin{document}
\begin{pspicture}(\linewidth,5)
\psbrace(0,0.5)(\linewidth,0.5){\fbox{Text}}%
\end{pspicture}
\end{document}


-- 
Ulrike Fischer 



More information about the XeTeX mailing list