[pstricks] xelatex and pstricks not compile after updating texlive 2013
Pablo González
pablgonz at yahoo.com
Mon Aug 5 04:29:12 CEST 2013
I have the following file
\documentclass{article}%
\usepackage{pstricks}
\listfiles
\begin{document}
\begin{pspicture*}(0,0)(4,1)
\psset{unit=0.75cm,labelsep=3pt,linewidth=0.6pt}
\psline(0.5,0.5)(3.5,0.5)
\begin{scriptsize}
\uput[dl](0.5,0.5){$A$}
\uput[dr](3.5,0.5){$B$}
\end{scriptsize}
\end{pspicture*}
% second enviroment
\begin{pspicture*}(0,0)(4,1)
\psset{unit=0.75cm,labelsep=3pt,linewidth=0.6pt}
\psline(0.5,0.5)(3.5,0.5)
\begin{scriptsize}
\uput[dl](0.5,0.5){$A$}
\uput[dr](3.5,0.5){$B$}
\end{scriptsize}
\end{pspicture*}
\end{document}
and
*File List*
article.cls 2007/10/19 v1.4h Standard LaTeX document class
size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
pstricks.sty 2013/05/21 v0.56 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex 2013/05/12 v2.43 `PSTricks' (tvz,hv)
pst-xkey.tex 2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
xkeyval.sty 2012/10/14 v2.6b package option processing (HA)
xkeyval.tex 2012/10/14 v2.6b key=value parser (HA)
pst-fp.tex 2013/05/12 v2.43 `PST-fp' (hv)
xcolor.sty 2007/01/21 v2.11 LaTeX color extensions (UK)
color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
xetex.def 2013/04/29 v0.96 LaTeX color/graphics driver for XeTeX (RRM/JK)
and compiles without problems, I updated all packages texlive2013, except for pstricks( I kept my backup r30616). But if I update "pstricks" (r31201) compiled only if a single environment, if you have more than one throws the following error
*File List*
article.cls 2007/10/19 v1.4h Standard LaTeX document class
size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
pstricks.sty 2013/05/22 v0.57 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex 2013/07/09 v2.45 `PSTricks' (tvz,hv)
pst-xkey.tex 2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
xkeyval.sty 2012/10/14 v2.6b package option processing (HA)
xkeyval.tex 2012/10/14 v2.6b key=value parser (HA)
pst-fp.tex 2013/07/09 v2.45 `PST-fp' (hv)
xcolor.sty 2007/01/21 v2.11 LaTeX color extensions (UK)
color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
xetex.def 2013/04/29 v0.96 LaTeX color/graphics driver for XeTeX (RRM/JK)
***********
Error: /undefined in tx at TextPathDict
Operand stack:
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1884 1 3 %oparray_pop 1883 1 3 %oparray_pop 1867 1 3 %oparray_pop 1755 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--
Dictionary stack:
--dict:1171/1684(ro)(G)-- --dict:0/20(G)-- --dict:115/200(L)--
Current allocation mode is local
Current file position is 466
GPL Ghostscript 9.07: Unrecoverable error, exit code 1
** WARNING ** Filtering file via command -->rungs -q -dNOPAUSE -dBATCH -dEPSCrop -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile='/tmp/dvipdfmx.XX4tDO6k' '/tmp/dvipdfmx.XXBQxWXk' -c quit<-- failed.
** WARNING ** Image format conversion for PSTricks failed.
** WARNING ** Interpreting special command PST: (ps:) failed.
** WARNING ** >> at page="1" position="(265.419, 638.852)" (in PDF)
** WARNING ** >> xxx "PST: tx at Dict begin CM STV CP T newpath /a 0.0 def /w 113.81097"
)
Any idea how to solve this:
regards
Pablo
PD: TexLive 2013/ Fedora 19 x86
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20130804/56ae6239/attachment.html>
More information about the PSTricks
mailing list