[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-AUCTeX] 11.82; package pst-pdf crashes preview-latex
From: |
Patrick Drechsler |
Subject: |
[Bug-AUCTeX] 11.82; package pst-pdf crashes preview-latex |
Date: |
Tue, 31 Jan 2006 20:16:53 +0000 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
Remember to cover the basics. Including a minimal LaTeX example
file exhibiting the problem might help.
Hi,
following example will not generate any previews when typing `C-c
C-p C-d':
--8<------------------------schnipp------------------------->8---
\listfiles
\documentclass{article}
\usepackage{pstricks}
% \usepackage{pst-circ}% <- (A) including is ok
\usepackage{pst-pdf}% <- (B) including leads to error in preview-latex
\begin{document}
\section{foo}
\label{sec:foo}
foo $a=b+c$ bar.
\end{document}
--8<------------------------schnapp------------------------->8---
,----[ error message ]
| Preview-LaTeX finished with nothing to show at Tue Jan 31 19:57:22
| LaTeX: LaTeX found no preview images
`----
It does not make a difference in which mode is used (TeX-PDF mode
enabled/disabled).
I've gone through the docs on the `preview' and `pst-pdf' package
as well as those for preview-latex, but could not find my
mistake. Could somebody point me in the right direction?
TIA
Patrick
,----[ *File List* ]
| junk.tex
| article.cls 2004/02/16 v1.4f Standard LaTeX document class
| size10.clo 2004/02/16 v1.4f Standard LaTeX file (size option)
| pstricks.sty 2005/12/19 v0.31 LaTeX wrapper for `PSTricks' (RN,HV)
| pstricks.tex 2005/12/22 v1.14 `PSTricks' (tvz)
| xcolor.sty 2005/10/15 v2.06 LaTeX color extensions (UK)
| color.cfg 2001/08/31 v1.1 color configuration of teTeX/TeXLive
| pdftex.def 2005/06/20 v0.03m graphics/color for pdftex
| pst-pdf.sty 2005/06/29 v1.1i PS graphics for pdfLaTeX (RN,HjG)
| graphicx.sty 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
| keyval.sty 1999/03/16 v1.13 key=value parser (DPC)
| graphics.sty 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)
| trig.sty 1999/03/16 v1.09 sin cos tan (DPC)
| graphics.cfg 2001/08/31 v1.1 graphics configuration of teTeX/TeXLive
| preview.sty 2005/09/25 11.82 (AUCTeX/preview-latex)
| prtightpage.def
| prauctex.def
| prauctex.cfg
| dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
| supp-pdf.tex
| ***********
`----
Emacs : GNU Emacs 22.0.50.2 (i686-pc-linux-gnu, GTK+ Version 2.6.4)
of 2005-10-09 on trurl
Package: 11.82
current state:
==============
(setq
AUC-TeX-version "11.82"
LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)"))
image-types '(png gif tiff jpeg xpm postscript xbm pbm)
preview-image-type 'png
preview-image-creators '((dvipng
(open preview-gs-open
preview-dvipng-process-setup)
(place preview-gs-place)
(close preview-dvipng-close))
(png (open preview-gs-open) (place
preview-gs-place)
(close preview-gs-close))
(jpeg (open preview-gs-open)
(place preview-gs-place) (close
preview-gs-close))
(pnm (open preview-gs-open) (place
preview-gs-place)
(close preview-gs-close))
(tiff (open preview-gs-open)
(place preview-gs-place) (close
preview-gs-close))
)
preview-dvipng-image-type 'png
preview-dvipng-command "dvipng -picky -noghostscript %d -o
\"%m/prev%%03d.png\""
preview-pdf2dsc-command "pdf2dsc %s.pdf %m/preview.dsc"
preview-gs-command "gs"
preview-gs-options '("-q" "-dSAFER" "-dNOPAUSE" "-DNOPLATFONTS"
"-dPrinted"
"-dTextAlphaBits=4" "-dGraphicsAlphaBits=4")
preview-gs-image-type-alist '((png png "-sDEVICE=png16m")
(dvipng png "-sDEVICE=png16m")
(jpeg jpeg "-sDEVICE=jpeg")
(pnm pbm "-sDEVICE=pnmraw")
(tiff tiff "-sDEVICE=tiff12nc"))
preview-fast-conversion t
preview-prefer-TeX-bb nil
preview-dvips-command "dvips -Pwww -i -E %d -o %m/preview.000"
preview-fast-dvips-command "dvips -Pwww %d -o %m/preview.ps"
preview-scale-function 'preview-scale-from-face
preview-LaTeX-command '("%l
\"\\nonstopmode\\nofiles\\PassOptionsToPackage{"
("," . preview-required-option-list)
"}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined"
preview-default-preamble "\\fi}\\input{%t}\"")
preview-required-option-list '("active" "tightpage" "auctex"
(preview-preserve-counters "counters"))
preview-preserve-counters nil
preview-default-option-list '("displaymath" "floats" "graphics"
"textmath"
"sections" "footnotes")
preview-default-preamble '("\\RequirePackage["
("," . preview-default-option-list)
"]{preview}[2004/11/05]")
preview-LaTeX-command-replacements nil
preview-dump-replacements '(preview-LaTeX-command-replacements
("\\`\\([^ ]+\\)\\(\\( -\\([^
\"]\\|\"[^\"]*\"\\)*\\)*\\)\\(.*\\)\\'" "\\1 -ini \"&\\1\" "
preview-format-name ".ini \\5")
)
preview-undump-replacements '(("\\`\\([^ ]+\\)\\(\\( -\\([^
\"]\\|\"[^\"]*\"\\)*\\)*\\).*\\input{\\([^}]*\\)}.*\\'" "\\1 \"&"
preview-format-name "\" \\5")
)
preview-auto-cache-preamble 'ask
)
Output from running `gs -h':
ESP Ghostscript 7.07.1 (2003-07-12)
Copyright 2003 artofcode LLC and Easy Software Products, all rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
-dNOPAUSE no pause after page | -q `quiet', fewer messages
-g<width>x<height> page size in pixels | -r<res> pixels/inch resolution
-sDEVICE=<devname> select device | -dBATCH exit after last file
-sOutputFile=<file> select output file: - for stdout, |command for pipe,
embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PDF
Default output device: x11
Available devices:
alc2000 alc4000 alc8500 alc8600 ap3250 appledmp atx23 atx24 atx38 bbox
bff bit bitcmyk bitrgb bj10e bj10v bj10vh bj200 bjc600 bjc800 bjc880j
bjccmyk bjccolor bjcgray bjcmono bmp16 bmp16m bmp256 bmp32b bmpa16
bmpa16m bmpa256 bmpa32b bmpamono bmpasep1 bmpasep8 bmpgray bmpmono
bmpsep1 bmpsep8 ccr cdeskjet cdj1600 cdj500 cdj550 cdj670 cdj850 cdj880
cdj890 cdj970 cdjcolor cdjmono cfax cgm24 cgm8 cgmmono chp2200 cif cljet5
cljet5c cljet5pr coslw2p coslwxl cp50 cups declj250 deskjet dfaxhigh
dfaxlow dj505j djet500 djet500c djet820c dl2100 dmprt dnj650c epl2050
epl2050p epl2120 epl5800 epl5900 epl6100 eps9high eps9mid epson epsonc
epswrite escp escpage escpc faxg3 faxg32d faxg4 fmlbp fmpr fs600 gdi
hl1240 hl1250 hl7x0 hpdj1120c hpdj310 hpdj320 hpdj340 hpdj400 hpdj500
hpdj500c hpdj510 hpdj520 hpdj540 hpdj550c hpdj560c hpdj600 hpdj660c
hpdj670c hpdj680c hpdj690c hpdj850c hpdj855c hpdj870c hpdj890c hpdjplus
hpdjportable ibmpro ijs imagen inferno iwhi iwlo iwlq jetp3852 jj100 jpeg
jpeggray la50 la70 la75 la75plus laserjet lbp310 lbp320 lbp8 lex2050
lex3200 lex5700 lex7000 lips2p lips3 lips4 lips4v lj250 lj3100sw lj4dith
lj4dithp lj5gray lj5mono ljet2p ljet3 ljet3d ljet4 ljet4d ljet4pjl
ljetplus ln03 lp1800 lp1900 lp2000 lp2200 lp2563 lp3000c lp7700 lp8000
lp8000c lp8100 lp8200c lp8300c lp8300f lp8400f lp8500c lp8600 lp8600f
lp8700 lp8800c lp8900 lp9300 lp9400 lp9600 lp9600s lq850 lx5000 lxm3200
lxm5700m m8510 mag16 mag256 md1xMono md2k md50Eco md50Mono md5k mgr4 mgr8
mgrgray2 mgrgray4 mgrgray8 mgrmono miff24 mj500c mj6000c mj700v2c mj8000c
ml600 necp6 npdl nullpage oce9050 oki182 oki4w okiibm omni paintjet pbm
pbmraw pcl3 pcx16 pcx24b pcx256 pcx2up pcxcmyk pcxgray pcxmono pdfwrite
pgm pgmraw pgnm pgnmraw photoex picty180 pj pjetxl pjxl pjxl300 pkm
pkmraw pksm pksmraw plan9bm png16 png16m png256 pngalpha pnggray pngmono
pnm pnmraw ppm ppmraw pr1000 pr1000_4 pr150 pr201 psgray psmono psrgb
pswrite pxlcolor pxlmono r4081 rpdl samsunggdi sgirgb sj48 st800 stcolor
stp sunhmono sxlcrt t4693d2 t4693d4 t4693d8 tek4696 tiff12nc tiff24nc
tiffcrle tiffg3 tiffg32d tiffg4 tifflzw tiffpack uniprint x11 x11alpha
x11cmyk x11cmyk2 x11cmyk4 x11cmyk8 x11gray2 x11gray4 x11mono x11rg16x
x11rg32x xes
Search path:
. : /usr/share/gs-esp/7.07/lib : /usr/share/gs-esp/fonts :
/var/lib/defoma/gs.d/dirs/fonts : /usr/share/cups/fonts :
/usr/share/ghostscript/fonts : /usr/local/lib/ghostscript/fonts
For more information, see /usr/share/doc/gs-esp/Use.htm.
Report bugs using the form at "http://www.cups.org/str.php".
--
"Statistics are like bikinis. What they reveal is suggestive, but what
they conceal is vital" --Aaron Levenstein
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-AUCTeX] 11.82; package pst-pdf crashes preview-latex,
Patrick Drechsler <=