rel-0-8-1; C-c C-p C-p produces error with babelbib

Joachim Schlosser <[email protected]> Tue, 15 Feb 2005 14:05:01 +0100
Newsgroups gmane.emacs.latex.preview.devel
Message-ID <4211F37D.4000601__8508.61675940013$1108475490$gmane$org@schlosser.info>
To: [email protected]
Subject: rel-0-8-1; C-c C-p C-p produces error with babelbib
X-Reporter-Void-Vars-Found: image-types
--text follows this line--
Hi there,

I have a problem regarding the toggle-point command. I am writing a
multi-file document (linked by \include).
When toggling e.g. a formula with C-c C-p C-p, I get error messages
like this:

(4) (error/warning) Error in process sentinel: (error LaTeX found no 
preview images)

C-c C-p C-b produces the same result.

C-c C-p C-d works like intended.

Minimal example:

\documentclass{article}
\usepackage[english,german]{babel} %% Deutsch als Sprache
\usepackage{babelbib} %% Mehrsprachiges Literaturverzeichnis
\begin{document}
$M \rightarrow N$
\end{document}

Comment out babelbib and it works with both C-c C-p C-p and C-b.

I did not find anything meaningful (to me) neither in the web
nor in groups, but I am sure you can give me a hint to track down the 
error.

Thanks a lot
Joachim
(this eMail address is fully replyable)


Emacs  : XEmacs 21.4 (patch 13) "Rational FORTRAN" [Lucid] 
(i586-pc-win32) of Sun May 25 2003 on TSUNAMI
Package: rel-0-8-1

current state:
==============

Output from running `GSWIN32C.EXE -h':
AFPL Ghostscript 8.14 (2004-02-20)
Copyright (C) 2004 artofcode LLC, Benicia, CA.  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 
PostScriptLevel3 PDF
Default output device: display
Available devices:
    bbox bit bitcmyk bitrgb bj10e bj200 bjc600 bjc800 bmp16 bmp16m bmp256
    bmp32b bmpgray bmpmono bmpsep1 bmpsep8 cdeskjet cdj550 cdjcolor 
cdjmono
    declj250 deskjet devicen display djet500 djet500c eps9high eps9mid 
epson
    epsonc epswrite ibmpro ijs jetp3852 jpeg jpeggray laserjet lbp8 lj250
    ljet2p ljet3 ljet3d ljet4 ljet4d ljetplus m8510 mswindll mswinpr2 
necp6
    nullpage pbm pbmraw pcx16 pcx24b pcx256 pcxcmyk pcxgray pcxmono 
pdfwrite
    pgm pgmraw pgnm pgnmraw pj pjxl pjxl300 pkmraw png16 png16m png256
    pngalpha pnggray pngmono pnm pnmraw ppm ppmraw psdcmyk psdrgb psmono
    pswrite pxlcolor pxlmono r4081 spotcmyk st800 stcolor t4693d2 t4693d4
    t4693d8 tek4696 tiff12nc tiff24nc tiffcrle tiffg3 tiffg32d tiffg4 
tifflzw
    tiffpack uniprint
Search path:
    . ; C:\gs\gs8.14\lib ; C:\gs\fonts ; C:\gs\gs8.14\Resource ;
    c:/gs/gs8.14/lib ; c:/gs/gs8.14/Resource ; c:/gs/fonts
For more information, see c:/gs/gs8.14/doc/Use.htm.
Report bugs to [email protected], using the form in Bug-form.htm.

(setq
  AUC-TeX-version "11.55"
  LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)"))
  preview-image-type 'png
  preview-image-creators '((postscript (open preview-eps-open)
			   (place preview-eps-place))
			  (dvipng (open preview-dvipng-open)
			   (place preview-gs-place)
			   (close preview-dvipng-close))
			  (png (open preview-gs-open png ("-sDEVICE=png16m"))
			   (place preview-gs-place) (close preview-gs-close))
			  (jpeg (open preview-gs-open jpeg ("-sDEVICE=jpeg"))
			   (place preview-gs-place) (close preview-gs-close))
			  (pnm (open preview-gs-open pbm ("-sDEVICE=pnmraw"))
			   (place preview-gs-place) (close preview-gs-close))
			  (tiff
			   (open preview-gs-open tiff ("-sDEVICE=tiff12nc"))
			   (place preview-gs-place) (close preview-gs-close))
			  )
  preview-gs-command "GSWIN32C.EXE"
  preview-gs-options '("-q" "-dSAFER" "-dDELAYSAFER" "-dNOPAUSE"
		      "-DNOPLATFONTS" "-dPrinted" "-dTextAlphaBits=4"
		      "-dGraphicsAlphaBits=4")
  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\\PassOptionsToPackage{"
			 ("," . preview-required-option-list)
			 "}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined" 
preview-default-preamble "\\fi}\\input{%t}\"")
  preview-required-option-list '("active" "tightpage" "auctex")
  preview-default-option-list '("displaymath" "floats" "graphics" 
"textmath"
			       "showlabels")
  preview-default-preamble '("\\RequirePackage["
			    ("," . preview-default-option-list) "]{preview}")
  preview-LaTeX-command-replacements nil
  preview-dump-replacements '(preview-LaTeX-command-replacements
			     ("\\`\\(e?\\(pdf\\)?e?\\(la\\)?tex\\)\\(\\( -\\([^ 
\"]\\|\"[^\"]*\"\\)*\\)*\\)\\(.*\\)\\'" "\\1 -ini \"&\\1\" " 
preview-format-name ".ini \\7")
			     )
  preview-undump-replacements 
'(("\\`\\(e?\\(pdf\\)?e?\\(la\\)?tex\\)\\(\\( -\\([^ 
\"]\\|\"[^\"]*\"\\)*\\)*\\).*\\input{\\([^}]*\\)}.*\\'" "\\1 \"&" 
preview-format-name "\" \\7")
			       )
  preview-auto-cache-preamble t
  )


-- 
Joachim Schlosser
FYI: Dies ist eine gültige und replyfähige Adresse.
http://schlosser.info


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
preview-latex-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click