While I'm here, there's an obvious typo in the "LaTeX and view" command, which means it fails to respect the
%!TEX TS-program = xelatex
directive. I fixed that, and also made it respect 'TS-program=latex', which is supposed to mean that a Latex -> DVI -> PS -> PDF compilation path should be used, rather than PDFTeX's straight-to-PDF compilation.
(I need this because I have a package which uses PSTricks. So although PSTricks is being used, the text \usepackage{pstricks} doesn't appear in my actual .tex file.)
Patch attached.
Robin
On Mar 16, 2007, at 9:16 AM, Robin Houston wrote:
(I need this because I have a package which uses PSTricks. So although PSTricks is being used, the text \usepackage{pstricks} doesn't appear in my actual .tex file.)
Which package is this? We are supposed to also be checking for packages that include pstricks, and switch even then.
Patch attached.
Thanks!
Robin
Haris Skiadas Department of Mathematics and Computer Science Hanover College
On 3/16/07, Charilaos Skiadas skiadas@hanover.edu wrote:
On Mar 16, 2007, at 9:16 AM, Robin Houston wrote: Which package is this? We are supposed to also be checking for packages that include pstricks, and switch even then.
It's one I wrote for my own use, so it won't be in your list! :-)
Robin