[pstricks] Using pstricks with Lua - is it possible? -- XeLaTeX failing
Hensh, Richard
hensh at math.msu.edu
Sun Mar 25 22:35:33 CEST 2012
Is it possible that this is a MiKTeX problem? I'm still getting the same 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-add.sty 2010/02/11 v. 0.14 package wrapper for pstricks-add.tex (hv
)
pstricks.sty 2011/10/31 v0.52 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex 2012/03/11 v2.27 `PSTricks' (tvz,hv)
pst-xkey.tex 2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
xkeyval.sty 2008/08/13 v2.6a package option processing (HA)
xkeyval.tex 2008/08/13 v2.6a key=value parser (HA)
pst-fp.tex 2012/03/11 v2.27 `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 2009/11/22 v0.94 LaTeX color/graphics driver for XeTeX (RRM/JK)
pst-plot.sty 2011/04/13 package wrapper for pst-plot.tex (hv)
pst-xkey.sty 2005/11/25 v1.6 package wrapper for pst-xkey.tex (HA)
multido.sty 2004/05/17 package wrapper for PSTricks `multido.tex', (HV/RN)
multido.tex 2010/05/14 v1.42 `multido' (tvz,hv)
pst-plot.tex 2012/03/13 1.39 `pst-plot' (tvz,hv)
pst-node.sty 2010/04/22 package wrapper for pst-node.tex
pst-node.tex 2012/02/12 1.22 `pst-node' (tvz)
pst-3d.sty 2009/07/28 package wrapper for pst-3d.tex (hv)
pst-3d.tex 2010/02/14 v1.11 `PST-3d' (hv)
pst-math.sty 2009/01/20 package wrapper for PSTricks pst-math.tex
pstricks-add.tex 2011/12/20 v3.57 `PSTricks-add' (hv)
pstricks-add.pro 2009/12/17 v. 0.23, PostScript prologue file (hv)
pstricks-add.cfg 2005/01/10 v0.1 addtional user stuff (hv)
***********
)
** WARNING ** Image format conversion for PSTricks failed.
** WARNING ** Interpreting special command PST: (ps:) failed.
** WARNING ** >> at page="1" position="(148.712, 355.387)" (in PDF)
** WARNING ** >> xxx "PST: tx at Dict begin CM STV CP T newpath /a 0.0 def /w 256.07469"
** WARNING ** Image format conversion for PSTricks failed.
** WARNING ** Interpreting special command pst: (ps:) failed.
** WARNING ** >> at page="1" position="(233.752, 383.734)" (in PDF)
** WARNING ** >> xxx "pst: tx at Dict begin STP newpath /ArrowA { BeginArrow 1. 1. sc"
** WARNING ** Image format conversion for PSTricks failed.
** WARNING ** Interpreting special command pst: (ps:) failed.
** WARNING ** >> at page="1" position="(233.752, 383.734)" (in PDF)
** WARNING ** >> xxx "pst: tx at Dict begin STP newpath 0.8 SLW 0 setgray [ 56.90549 "
Output written on xelatexSample.pdf (1 page).
Transcript written on xelatexSample.log.
Sorry,
rick
________________________________________
From: pstricks-bounces at tug.org [pstricks-bounces at tug.org] on behalf of Herbert Voss [Herbert.Voss at FU-Berlin.DE]
Sent: Sunday, March 25, 2012 3:30 PM
To: Graphics with PSTricks
Subject: Re: [pstricks] Using pstricks with Lua - is it possible? -- XeLaTeX failing
Am 25.03.2012 21:01, schrieb Hensh, Richard:
> Here's the output from listfiles.
>
> *File List*
[...]
> pstricks-add.tex 2011/12/11 v3.55 `PSTricks-add' (hv)
> pstricks-add.cfg 2005/01/10 v0.1 addtional user stuff (hv)
> ***********
> )
pstricks-add.tex 2011/12/20 v3.57 `PSTricks-add' (hv)
pstricks-add.pro 2009/12/17 v. 0.23, PostScript prologue file (hv)
can you please update these two files from
http://texnik.dante.de/tex/generic/pstricks-add/
http://texnik.dante.de/dvips/pstricks-add/
and try again. I have no problem with current TeXLive and
xelatex. However, you can use the star version pf pspicture
to get rid of the \psclip function:
\documentclass[10pt]{article}
\usepackage{pstricks-add}
\begin{document}
\def\xmin{-3}\def\xmax{6}
\def\ymin{-1}\def\ymax{10}
\begin{pspicture*}(\xmin,\ymin)(\xmax,\ymax)
\psaxes{<->}(0,0)(\xmin,\ymin)(\xmax,\ymax)
\psplot{\xmin}{\xmax}{x dup mul}
\psdots(2,4)
\SpecialCoor
\uput{6pt}[0](2,4){{\Large $y = x^2$}}
\NormalCoor
\end{pspicture*}
$$f(x) = \sin x$$
\end{document}
Herbert
_______________________________________________
PSTricks mailing list
PSTricks at tug.org
http://tug.org/mailman/listinfo/pstricks
archive: http://www.tug.org/pipermail/pstricks/
More information about the PSTricks
mailing list