bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-AUCTeX] preview-1.287; preview latex fails part way through documen


From: Joseph Mingrone
Subject: [Bug-AUCTeX] preview-1.287; preview latex fails part way through document
Date: Wed, 03 Sep 2014 23:25:58 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix)

I believe the problem started after upgrading to texlive-2014.  Now,
part way through the document, the previewing fails and I see the
"no entry" error symbols on all remaining LaTeX code.  Also, some code
simply stays as code instead of being rendered.

I've noticed two curious things.  First, the errors begin on a new
paragraph and sometimes, if I move that first paragraph with the errors
up and join it with the previous paragraph the errors in the paragraph
that moved up go away.  Second, if have \usepackage{tikz} in the
preamble, the errors are more frequent.  When I mouse click on one of
the errors I see

-----------------------------
gs -dOutputFile\=\(bootstrap_paper.prv/tmp31288PUv/pr11-1.png\) -q -dDELAYSAFER 
-dNOPAUSE -DNOPLATFONTS -dPrinted -dTextAlphaBits\=4 -dGraphicsAlphaBits\=4 
-sDEVICE\=png16m -r115.334x115.313
GS>{<</PermitFileReading[(bootstrap_paper.prv/tmp31288PUv/preview.ps)]>> 
setuserparams .locksafe} stopped pop {DELAYSAFER{.setsafe}if}stopped 
pop/.preview-BP currentpagedevice/BeginPage get dup null eq{pop{pop}bind}if 
def<</BeginPage{currentpagedevice/PageSize get dup 0 get 1 ne exch 1 get 1 ne 
or{.preview-BP 0 0 0 setrgbcolor clippath fill 1 1 1 
setrgbcolor}{pop}ifelse}bind/PageSize[1 1]>>setpagedevice/preview-do{[count 3 
roll save]3 1 roll dup length 0 eq{pop}{setpagedevice}{ifelse 
.runandhide}stopped{handleerror quit}if aload pop restore}bind def 
[(bootstrap_paper.prv/tmp31288PUv/preview.ps)(r)file]aload exch dup 0 
setfileposition 369084()/SubFileDecode filter cvx .runandhide aload pop dup dup 
373557 setfileposition 136()/SubFileDecode filter cvx<<>>preview-do
Error: /typecheck in --div--
Operand stack:
   10   10   0.0   TeXcolorgray   65781.8
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
%loop_continue   --nostringval--   --nostringval--   false   1   %stopped_push  
 .runexec2   --nostringval--   --nostringval--   --nostringval--   2   
%stopped_push   --nostringval--   --nostringval--   false   1   %stopped_push   
1148   --nostringval--   %end_runandhide   --nostringval--   --nostringval--   
--nostringval--   --nostringval--   5   --nostringval--   %repeat_continue   
--nostringval--
Dictionary stack:
   --dict:1174/1684(ro)(G)--   --dict:0/20(G)--   --dict:97/200(L)--   
--dict:195/300(L)--
Current allocation mode is local
Last OS error: No such file or directory

Preview-Ghostscript finished
-----------------------------

When I look in the bootstrap_paper.prv/tmp31288PUv/ directory there are
a bunch of pr*.png files and preview.ps, but no pr11-1.png.

Is there any information I'm missing?

Joseph

Emacs  : GNU Emacs 24.3.1 (i386-portbld-freebsd9.3, X toolkit)
 of 2014-09-03 on gly.ftfl.ca
Package: preview-1.287

current state:
==============
(setq
 AUCTeX-version "11.87.2012-12-04"
 LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)"))
 image-types '(svg imagemagick png gif tiff jpeg xpm xbm pbm postscript)
 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" "-dDELAYSAFER" "-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 1.2
 preview-LaTeX-command '("%`%l \"\\nonstopmode\\nofiles\\PassOptionsToPackage{" 
("," . preview-required-option-list)
                         
"}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined" 
preview-default-preamble "\\fi}\"%' %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 -interaction=nonstopmode \"&\\1\" " 
preview-format-name ".ini \\5")
                             )
 preview-undump-replacements '(("\\`\\([^ ]+\\) .*? \"\\\\input\" \\(.*\\)\\'" 
"\\1 -interaction=nonstopmode \"&" preview-format-name "\" \\2"))
 preview-auto-cache-preamble 'ask
 preview-TeX-style-dir "/home/jrm/.emacs.d/elpa/auctex-11.87.7/latex"
 )

Output from running `gs -h':
GPL Ghostscript 9.06 (2012-08-08)
Copyright (C) 2012 Artifex Software, Inc.  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: x11alpha
Available devices:
   alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 ap3250 appledmp atx23
   atx24 atx38 bbox bit bitcmyk bitrgb bj10e bj10v bj10vh bj200 bjc600
   bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono bmp16 bmp16m bmp256
   bmp32b bmpgray bmpmono bmpsep1 bmpsep8 ccr cdeskjet cdj1600 cdj500 cdj550
   cdj670 cdj850 cdj880 cdj890 cdj970 cdjcolor cdjmono cdnj500 cfax chp2200
   cif cljet5 cljet5c cljet5pr coslw2p coslwxl cp50 declj250 deskjet devicen
   dfaxhigh dfaxlow display dj505j djet500 djet500c dl2100 dmprt dnj650c
   epag epl2050 epl2050p epl2120 epl2500 epl2750 epl5800 epl5900 epl6100
   eplcolor eplmono eps9high eps9mid epson epsonc epswrite escpage faxg3
   faxg32d faxg4 fmlbp fmpr fs600 gdi hl1240 hl1250 hl7x0 ibmpro ijs imagen
   inferno inkcov iwhi iwlo iwlq jetp3852 jj100 jpeg jpeggray la50 la70 la75
   la75plus laserjet lbp310 lbp320 lbp8 lex2050 lex3200 lex5700 lex7000
   lips2p lips3 lips4 lips4v lj250 lj4dith lj4dithp lj5gray lj5mono ljet2p
   ljet3 ljet3d ljet4 ljet4d ljet4pjl ljetplus ln03 lp1800 lp1900 lp2000
   lp2200 lp2400 lp2500 lp2563 lp3000c lp7500 lp7700 lp7900 lp8000 lp8000c
   lp8100 lp8200c lp8300c lp8300f lp8400f lp8500c lp8600 lp8600f lp8700
   lp8800c lp8900 lp9000b lp9000c lp9100 lp9300 lp9400 lp9500c lp9600
   lp9600s lp9800c lq850 lvga256 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 oprp opvp paintjet pam pbm pbmraw pcl3
   pcx16 pcx24b pcx256 pcxcmyk pcxgray pcxmono pdfwrite pdfwrite permute pgm
   pgmraw pgnm pgnmraw photoex picty180 pj pjetxl pjxl pjxl300 pkm pkmraw
   pksm pksmraw plan plan9bm planc plang plank planm plib plibc plibg plibk
   plibm png16 png16m png256 png48 pngalpha pnggray pngmono pnm pnmraw ppm
   ppmraw pr1000 pr1000_4 pr150 pr201 ps2write psdcmyk psdrgb psgray psmono
   psrgb pswrite pxlcolor pxlmono r4081 rpdl sgirgb sj48 spotcmyk st800
   stcolor sunhmono svg t4693d2 t4693d4 t4693d8 tek4696 tiff12nc tiff24nc
   tiff32nc tiffcrle tiffg3 tiffg32d tiffg4 tiffgray tifflzw tiffpack
   tiffsep uniprint vgalib x11 x11 x11alpha x11alpha x11cmyk x11cmyk
   x11cmyk2 x11cmyk2 x11cmyk4 x11cmyk4 x11cmyk8 x11cmyk8 x11gray2 x11gray2
   x11gray4 x11gray4 x11mono x11mono x11rg16x x11rg32x xcf xcfcmyk xes
Search path:
   /usr/local/share/ghostscript/9.06/Resource/Init :
   /usr/local/share/ghostscript/9.06/lib :
   /usr/local/share/ghostscript/9.06/Resource/Font :
   /usr/local/share/ghostscript/fonts :
   /usr/local/share/fonts/default/ghostscript :
   /usr/local/share/fonts/default/Type1 :
   /usr/local/share/fonts/default/TrueType : /usr/lib/DPS/outline/base :
   /usr/openwin/lib/X11/fonts/Type1 : /usr/openwin/lib/X11/fonts/TrueType
For more information, see /usr/local/share/ghostscript/9.06/doc/Use.htm.
Please report bugs to bugs.ghostscript.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]