[Xy-pic] Problem with pdf
Ross Moore
ross.moore at mq.edu.au
Thu Dec 29 22:54:36 CET 2011
Hello George,
On 28/12/2011, at 4:10 AM, George LeCompte wrote:
> The file XYbug.tex produces many:
> Non-PDF special ignored!
> Non-PDF special ignored!
> Non-PDF special ignored!
> in the .log file.
This is because you are mixing driver options;
viz.
\usepackage[all,poly]{xy} % PSTricks
\xyoption{dvips}
\begin{document}
With the 'dvips' option, you need to process using TeX + dvi
(i.e. simpdflatex ) rather than pdfTeX as the processing engine.
You could simply use:
\usepackage[dvips,all,poly]{xy} with TeX + dvi engine
or
\usepackage[pdf,pdftex,all,poly]{xy} with pdfTeX engine
or
\usepackage[all,poly]{xy} with pdfTeX engine
allowing Xy-pic 3.8.x to detect the engine itself.
>
> This seems to be related to ’"B2"’"A3"’"B1"’"A2"’"B3"’"A1"
> appearing in the generated pdf file.
That is a different problem, which happens with whatever driver
you use.
You have mis-typed the quote character. Your coding wants to have:
`"B2"`"A3"`"B1"`"A2"`"B3"`"A1"
using the back-quote character, not the forward-quote.
>
> Is there any work around?
No need.
Fix up your input source.
Then your example should show as in the attached image.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: texshop_image.jpeg
Type: image/jpeg
Size: 39307 bytes
Desc: not available
URL: <http://tug.org/pipermail/xy-pic/attachments/20111230/daa7e735/attachment-0001.jpeg>
-------------- next part --------------
>
> --
> Please respond to george at lecompte.org
> <XYbug.log><XYbug.tex>
Hope this helps,
Ross
------------------------------------------------------------------------
Ross Moore ross.moore at mq.edu.au
Mathematics Department office: E7A-419
Macquarie University tel: +61 (0)2 9850 8955
Sydney, Australia 2109 fax: +61 (0)2 9850 8114
------------------------------------------------------------------------
More information about the xy-pic
mailing list