David Kastrup <[EMAIL PROTECTED]> writes:

> Peter Horst <[EMAIL PROTECTED]> writes:
>
>> Ah. This must be the culprit:
>>
>> \usepackage[x11names]{pstricks}
>>
>> Forgot that I started using that a few weeks ago.  Is there a
>> workaround, or should I just C-c C-t C-p?
>
> pstricks does not work with PDFTeX, so what is the point?

True, but the package pst-pdf can help circumvent this (included in
TeXLive2007):

http://tug.ctan.org/tex-archive/macros/latex/contrib/pst-pdf/

,----[ pst-pdf.sty ]
| A LaTeX package to integrate PostScript code into a PDF output.
| Load the testfile pst-pdf-example.tex and run it with the shell script
| 
| ps4pdf pst-pdf-example.tex
| 
| it produces the output file pst-pdf-example.pdf. Be sure that the script is
| executable.
| 
| pst-pdf.sty -> $TEXMF-LOCAL
| ps4pdf      -> /usr/local/bin
|                the shell script for running latex->dvips->ps2pdf->pdflatex
| 
| 
| without a shell script, run
| 
| latex <file>
| dvips -Ppdf -o <file>-pics.ps <file>.dvi
| ps2pdf -dAutoRotatePages=/None <file>-pics.ps <file>-pics.pdf
| pdflatex <file>
| 
|                         Rolf Niepraschk, 2006-07-23
`----

Cheers,

Patrick 
-- 
When I got my first television set, I stopped caring
so much about having close relationships.  
                  --Andy Warhol


_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to