Should \maketitle be previewed?
Erik Frisk <[email protected]> Wed, 23 Feb 2005 16:38:32 +0100
| Newsgroups | gmane.emacs.latex.preview.devel |
|---|---|
| Message-ID | <421CA378.9080302__47722.6897412494$1109196332$gmane$org@isy.liu.se> |
If I do C-c C-p C-b (preview buffer) for the following small document:
\documentclass{article}
\begin{document}
\author{Hejhopp}
\maketitle
Hello world.
\begin{equation}
x^2+y^2=3Dz^2
\end{equation}
\end{document}
I get a preview for the equation as expected but I also get a preview=20
(rather invisible) for the maketitle macro which looks like bug (or a=20
misconfiguration on my part).
I also managed to get emacs to core dump when trying to remove the=20
preview but this does not happen every time so I am not sure who's to=20
blame (although this is the one and only situation where I have core=20
dumped emacs).
Regards,
/Erik
Emacs : GNU Emacs 21.3.50.1 (sparc-sun-solaris2.9, X toolkit, Xaw3d=20
scroll bars)
of 2005-02-08 on alfa.isy.liu.se
Package: CVS-1.222
current state:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Output from running `gs -h':
AFPL Ghostscript 8.50 (2004-12-10)
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 =3D)
-dNOPAUSE no pause after page | -q `quiet', fewer=20
messages
-g<width>x<height> page size in pixels | -r<res> pixels/inch=20
resolution
-sDEVICE=3D<devname> select device | -dBATCH exit after last =
file
-sOutputFile=3D<file> select output file: - for stdout, |command for pi=
pe,
embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2=20
PostScriptLevel3 PDF
Default output device: x11
Available devices:
bbox bit bitcmyk bitrgb bj10e bj200 bjc600 bjc800 bmp16 bmp16m bmp256
bmp32b bmpgray bmpmono bmpsep1 bmpsep8 cdeskjet cdj550 cdjcolor cdjmo=
no
cljet5 cljet5c deskjet devicen djet500 epswrite faxg3 faxg32d faxg4 i=
js
jpeg jpeggray laserjet lj5gray lj5mono ljet2p ljet3 ljet3d ljet4 ljet=
4d
ljetplus nullpage pbm pbmraw pcx16 pcx24b pcx256 pcxcmyk pcxgray pcxm=
ono
pdfwrite pgm pgmraw pgnm pgnmraw pj pjxl pjxl300 pkm pkmraw pksm pksm=
raw
png16 png16m png256 pngalpha pnggray pngmono pnm pnmraw ppm ppmraw
psdcmyk psdrgb psgray psmono psrgb pswrite pxlcolor pxlmono spotcmyk
tiff12nc tiff24nc tiff32nc tiffcrle tiffg3 tiffg32d tiffg4 tiffgray
tifflzw tiffpack tiffsep uniprint x11 x11alpha x11cmyk x11gray2 x11gr=
ay4
x11mono xcf
Search path:
. : /home/fs/frisk/.kde/share/fonts :
/sw/unsupported/ghostscript/afpl-8.50/share/ghostscript/8.50/lib :
/sw/unsupported/ghostscript/afpl-8.50/share/ghostscript/8.50/Resource=
:
/sw/unsupported/ghostscript/afpl-8.50/share/ghostscript/fonts
For more information, see=20
/sw/unsupported/ghostscript/afpl-8.50/share/ghostscript/8.50/doc/Use.htm.
Report bugs to [email protected], using the form in Bug-form.htm.
(setq
AUC-TeX-version "CVS-5.482"
LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)"))
image-types '(png gif tiff jpeg xpm xbm pbm postscript)
preview-image-type 'png
preview-image-creators '((dvipng (open preview-gs-open=20
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=20
\"%m/prev%%03d.png\""
preview-pdf2dsc-command "pdf2dsc %s.pdf %m/preview.dsc"
preview-gs-command "gs"
preview-gs-options '("-q" "-dSAFER" "-dDELAYSAFER" "-dNOPAUSE"=20
"-DNOPLATFONTS" "-dPrinted"
"-dTextAlphaBits=3D4" "-dGraphicsAlphaBits=3D4")
preview-gs-image-type-alist '((png png "-sDEVICE=3Dpng16m") (dvipng png=
=20
"-sDEVICE=3Dpng16m")
(jpeg jpeg "-sDEVICE=3Djpeg") (pnm pbm "-sDEVICE=3Dpnmraw")
(tiff tiff "-sDEVICE=3Dtiff12nc"))
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.1
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")
preview-default-preamble '("\\RequirePackage[" ("," .=20
preview-default-option-list) "]{preview}"
"\\PreviewEnvironment{tabular}" "\\PreviewEnvironment{picture}")
preview-LaTeX-command-replacements nil
preview-dump-replacements '(preview-LaTeX-command-replacements
("\\`\\([^ ]+\\)\\(\\( -\\([^=20
\"]\\|\"[^\"]*\"\\)*\\)*\\)\\(.*\\)\\'"
"\\1 -ini \"&\\1\" " preview-format-name ".ini \\5")
)
preview-undump-replacements '(("\\`\\([^ ]+\\)\\(\\( -\\([^=20
\"]\\|\"[^\"]*\"\\)*\\)*\\).*\\input{\\([^}]*\\)}.*\\'" "\\1 \"&"=20
preview-format-name "\" \\5")
)
preview-auto-cache-preamble 'ask
)
--=20
---------------------------------------------------------------------
Erik Frisk email: [email protected]
Dept. of Electrical Engineering tel: +46 13 285714
Link=F6ping University fax: +46 13 282035
S-581 83 Link=F6ping
SWEDEN http://www.fs.isy.liu.se/~frisk/
---------------------------------------------------------------------
-------------------------------------------------------
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_id=6595&alloc_id=14396&op=click