You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(90) |
Oct
(106) |
Nov
(87) |
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(30) |
Feb
(131) |
Mar
(209) |
Apr
(694) |
May
(123) |
Jun
(33) |
Jul
(65) |
Aug
(102) |
Sep
(52) |
Oct
(53) |
Nov
(56) |
Dec
(144) |
2003 |
Jan
(122) |
Feb
(41) |
Mar
(37) |
Apr
(12) |
May
(31) |
Jun
(7) |
Jul
(10) |
Aug
(12) |
Sep
(14) |
Oct
(6) |
Nov
(30) |
Dec
(35) |
2004 |
Jan
(60) |
Feb
(8) |
Mar
(57) |
Apr
(124) |
May
(38) |
Jun
(25) |
Jul
(17) |
Aug
(42) |
Sep
(9) |
Oct
(47) |
Nov
(9) |
Dec
(8) |
2005 |
Jan
(18) |
Feb
(111) |
Mar
(34) |
Apr
|
May
(6) |
Jun
(3) |
Jul
(2) |
Aug
(1) |
Sep
(1) |
Oct
(3) |
Nov
(1) |
Dec
(11) |
2006 |
Jan
(7) |
Feb
(4) |
Mar
(4) |
Apr
(1) |
May
(6) |
Jun
(4) |
Jul
(6) |
Aug
(6) |
Sep
(16) |
Oct
(5) |
Nov
|
Dec
|
From: David K. <da...@gn...> - 2005-03-05 10:12:28
|
Frank K.=BCster <fr...@ku...> writes: > emacs -q --no-site-file > M-x toggle-debug-on-error RET > M-x load-library RET tex-site RET > M-x load-library RET preview-latex RET > C-x C-f latex/text/auctex/preview-gs-mini.tex > > ,---- > | \documentclass{book} > |=20 > | \usepackage[textmath]{preview} > |=20 > |=20 > | \begin{document} > |=20 > |=20 > | $a$ > |=20 > | \end{document} > |=20 > | %%% Local Variables:=20 > | %%% mode: latex > | %%% TeX-master: t > | %%% End:=20 > `---- > > C-c C-p C-b y=20 > > I get "Type `C-c C-l' to display results of compilation", but no > change in the file buffer. The image is generated, because in the > buffer of _region_.tex it is displayed. There are two output buffers: > > *~/latex/test/auctex/preview-gs-mini output* and > *~/latex/test/auctex/_region_ output*=20 > > The first contains: I have tracked this down now, but don't know an easy way to fix it. The problem is when caching the preamble only: in that case look at _region_.tex: the \message commands that are essential to tell preview-latex which file the _region_.tex file is actually from appear before \begin{document}, so mylatex.ltx skips them like the rest of the preamble instead of executing them again. The main problem is that AUCTeX should really, when running a region command, pick apart preamble and the rest in case that parts of the preamble appear in the region, and treat them separately, or using mylatex.ltx will not work. If anybody fixed this, I'd be grateful. It would also be an excellent example of why merging preview-latex and AUCTeX is a good idea: the bug reports are for preview-latex, the culprit really is AUCTeX. --=20 David Kastrup, Kriemhildstr. 15, 44793 Bochum ------------------------------------------------------- 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 pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |
From: David K. <da...@gn...> - 2005-03-05 10:12:28
|
Frank K=FCster <fr...@ku...> writes: > Remember to cover the basics. Including a minimal LaTeX example > file exhibiting the problem might help. > > The INSTALL file says: > > ,---- > | For GNU Emacs, the recommended way to activate preview-latex is to > | copy the file `preview-latex.el' (which is generated during the > | installation) to a place where your installation keeps automatically > | loaded startup files. Alternatively, you can copy it to some place on > | your `load-path' and load it with > |=20 > | (load "preview-latex.el" nil t t) > |=20 > | That is all. > `---- And it is nonsense. I have overlooked that part of the installation instructions seemingly. preview-latex.el gets installed automatically, and the process is described detailedly earlier in the INSTALL file. Sorry for that. > However, preview-latex.el contains these lines: > > (add-to-list 'load-path (expand-file-name "preview" (file-name-directory = load-file-name))) > (defvar preview-icondir (expand-file-name "preview/images" (file-name-dir= ectory load-file-name))) > > As far as my understanding of Emacs lisp goes, file-name-directory > load-file-name will be /etc/emacs/site-start.d/ if I copy > preview-latex.el to that directory, which is "a place where my > installation keeps automatically loaded startup files". Yes. I am sorry this passage remained in the INSTALL file. It is very confusing. The passages before that should clarify most of the stuff. You are not supposed to copy preview-latex.el anywhere yourself, even though the load statement might still apply. This will get fixed, but I'll not commit anything in the next days until I see what Savannah is up to. I already tried sending them the repo, but the mail bounced because of the size. But I guess I'll be hearing from them. Uh, Frank? Could you _please_ declare the coding system of your mails? It is a nuisance to clean them up by hand. --=20 David Kastrup, Kriemhildstr. 15, 44793 Bochum ------------------------------------------------------- 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 pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |
From: David K. <da...@gn...> - 2005-03-05 10:12:15
|
"Adam Johnson" <th...@ho...> writes: > To: pre...@li... > Subject: rel-0-9; Installation of preview-latex 0.9 under MS Windows XP > --text follows this line-- > > Remember to cover the basics. Including a minimal LaTeX example > file exhibiting the problem might help. > > ************************* > When I install the preview-latex package 0.9 under MS Windows XP using > the instruction, > why it cannot automatically copy the file "preview-latex.el" to Emacs > site-lisp folder? I have no idea. That is exactly what it is supposed to do. What is the output from make install ? -- David Kastrup, Kriemhildstr. 15, 44793 Bochum ------------------------------------------------------- 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 pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |
From: Jan-Ake L. <ja...@ma...> - 2005-03-04 20:27:00
|
David Kastrup wrote: > > If $prefix is NONE, it is set to $ac_default_prefix now. May I sugges= t > > > > AC_DEFUN(EMACS_SET_PREFIX,[ > > if test "${prefix}" =3D NONE -o -z "${prefix}"; then > > AC_MSG_CHECKING([for prefix of $EMACS_FLAVOR]) > > EMACS_LISP(prefix,[(expand-file-name \"..\" invocation-directory)= ]) > > AC_MSG_RESULT([$prefix]) > > fi > > ]) >=20 > It's not really an idea I'm overly comfortable with. Because it means > that using an Emacs in a nonstandard location will stop making an > installation work on an otherwise standard system. In essence, the old configure script set prefix locally for the emacs-lisp test and used another prefix for the tex tests. Some time ago you decided to set the prefix script-wide. I am not overly satisfied with this choice. > In particular, the TeX directories are also looked for > prefix-relative. Yes. And here, the prefixes are different. The code I had written handled this gracefully. This does not work anymore. There has been no reports on the list on strange install problems with the old code that I can recall. Perhaps you have got them privately. Anyway, I really like the new code better, and I think this can be fixed. > > Well, you do check that it is the last in the path string. >=20 > I do? Since when? I cannot look at the code at the moment, but I got the impression that an entry in the first list needed to be last in the path found for the path to be accepted. Perhaps this was wrong? > Anyway, a warning to all people: I have decided that the current > situation appears to hold up people fixing what I have started. The > active participation of preview-latex developers on the CVS is mostly > restricted to myself at the moment, of course not counting the dvipng > involvement. >=20 > I want our AUCTeX developers to be able to take a pick at what is > intended to become the procedure for AUCTeX, anyway. >=20 > So I am packaging the nightly snapshot of preview-latex this night and > am sending it to the Savannah hackers. I don't know how long it will > take them to place it in the archive: I have not preannounced > anything. I will tell them to place everything for now, and that > dvipng is possibly intended as a separate non-GNU project on > Savannah. If doing otherwise would cause work, I don't mind if the > anonymous and web access reflect dvipng until this has been decided > and sorted out and dvipng either moved or removed on Savannah. dvipng is a non-GNU project already at Savannah, and I would not mind if the dvipng portion of the preview-latex CVS tree got put in the CVS repository of the dvipng project. Not that I'd mind having it inside the AUCTeX cvs tree, but perhaps there will be less confusion this way. > _If_ Jan-=C5ke decides to switch (he has been pondering it at one time)= , > it will probably make things a tiny bit easier.=20 I take it you mean switch to Savannah, right? > If he doesn't, > removing dvipng again will not make much work. I'll ask to get > everything placed into a subdirectory "preview" for starters. Perhaps you could ask if dvipng could be put in its own repository? After this is finished, the people that devel access to dvipng will need to drop me a note. /J=C5 --=20 C Code. C code run. Run, code, run! (please?) |
From: David K. <da...@gn...> - 2005-03-04 20:00:07
|
Jan-Ake Larsson <ja...@ma...> writes: > David Kastrup wrote: >> > Agreed. It was based on a "this seems to work" test. libdir was >> > there for xemacs sake, and is no more. Does this work on xemacs? >>=20 >> Did here. Where do you think the XEmacs RPM was coming from? But >> of course I have had not much feedback to rely on, and given the >> resonance on the group in the last month or so, it would have been >> very optimistic to hope that this would improve without a bad >> release. >>=20 >> I did not hope it to be bad, but I now we are at least getting >> feedback. > > Lunch hour. I hope I get some food too.=20 > > If $prefix is NONE, it is set to $ac_default_prefix now. May I suggest > > AC_DEFUN(EMACS_SET_PREFIX,[ > if test "${prefix}" =3D NONE -o -z "${prefix}"; then > AC_MSG_CHECKING([for prefix of $EMACS_FLAVOR]) > EMACS_LISP(prefix,[(expand-file-name \"..\" invocation-directory)]) > AC_MSG_RESULT([$prefix]) > fi > ]) It's not really an idea I'm overly comfortable with. Because it means that using an Emacs in a nonstandard location will stop making an installation work on an otherwise standard system. In particular, the TeX directories are also looked for prefix-relative. >> > What worries me is that the current code seems to pick out the first >> > entry in load-path that matches "site-lisp" or "site-packages". I'm >> > not sure this is very robust either. >>=20 >> Sure, so we have to sort our choice better. Sorry for that. > > Well, you do check that it is the last in the path string. I do? Since when? > What worries me is users who have modified load-path.... but then > again you enforce that $prefix or $datadir is in the start of the > path string. Perhaps that is enough. Well, we could introduce a few heuristics. Like preferring the shortest path (either in characters or in total slashes) at each level we are looking at things. Anyway, a warning to all people: I have decided that the current situation appears to hold up people fixing what I have started. The active participation of preview-latex developers on the CVS is mostly restricted to myself at the moment, of course not counting the dvipng involvement. I want our AUCTeX developers to be able to take a pick at what is intended to become the procedure for AUCTeX, anyway. So I am packaging the nightly snapshot of preview-latex this night and am sending it to the Savannah hackers. I don't know how long it will take them to place it in the archive: I have not preannounced anything. I will tell them to place everything for now, and that dvipng is possibly intended as a separate non-GNU project on Savannah. If doing otherwise would cause work, I don't mind if the anonymous and web access reflect dvipng until this has been decided and sorted out and dvipng either moved or removed on Savannah. _If_ Jan-=C5ke decides to switch (he has been pondering it at one time), it will probably make things a tiny bit easier. If he doesn't, removing dvipng again will not make much work. I'll ask to get everything placed into a subdirectory "preview" for starters. Then we can consolidate installation procedures for both projects in one go. preview-latex developers that want to continue can ask for an account at savannah.gnu.org (reasonably easy to get via the web interface) if they have not done so before. I'll also start reminding people about the copyright assignments soon that we need, in case they have not done so before. --=20 David Kastrup, Kriemhildstr. 15, 44793 Bochum |
From: <fr...@ku...> - 2005-03-04 19:42:56
|
emacs -q --no-site-file M-x toggle-debug-on-error RET M-x load-library RET tex-site RET M-x load-library RET preview-latex RET C-x C-f latex/text/auctex/preview-gs-mini.tex ,---- | \documentclass{book} | | \usepackage[textmath]{preview} | | | \begin{document} | | | $a$ | | \end{document} | | %%% Local Variables: | %%% mode: latex | %%% TeX-master: t | %%% End: `---- C-c C-p C-b y I get "Type `C-c C-l' to display results of compilation", but no change in the file buffer. The image is generated, because in the buffer of _region_.tex it is displayed. There are two output buffers: *~/latex/test/auctex/preview-gs-mini output* and *~/latex/test/auctex/_region_ output* The first contains: ,---- | Running `Preview-LaTeX' on `preview-gs-mini' with ``latex -ini "&latex" prv_preview-gs-mini.ini "\nonstopmode\PassOptionsToPackage{active,tightpage,auctex}{preview}\AtBeginDocument{\ifx\ifPreview\undefined\RequirePackage[displaymath,floats,graphics,textmath,sections,footnotes]{preview}[2004/11/05]\fi}\input{preview-gs-mini.tex}"'' | This is e-TeX, Version 3.14159-2.1 (Web2C 7.4.5) (INITEX) | entering extended mode | (./prv_preview-gs-mini.ini | LaTeX2e <2001/06/01> | [...] | Beginning to dump on file prv_preview-gs-mini.efmt | (format=prv_preview-gs-mini 2005.3.4) | [...] | No pages of output. | Transcript written on prv_preview-gs-mini.log. | | Preview-LaTeX finished at Fri Mar 4 14:20:44 `---- The other one: ,---- | Running `Preview-LaTeX' on `preview-gs-mini' with ``latex -ini "&latex" prv_preview-gs-mini.ini "\nonstopmode\PassOptionsToPackage{active,tightpage,auctex}{preview}\AtBeginDocument{\ifx\ifPreview\undefined\RequirePackage[displaymath,floats,graphics,textmath,sections,footnotes]{preview}[2004/11/05]\fi}\input{preview-gs-mini.tex}"'' | This is e-TeX, Version 3.14159-2.1 (Web2C 7.4.5) (INITEX) | entering extended mode | (./prv_preview-gs-mini.ini | LaTeX2e <2001/06/01> | Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, b | ahasa, basque, catalan, czech, danish, dutch, finnish, greek, icelandic, italia | n, latin, magyar, norsk, norsk, norsk, portuges, romanian, russian, slovak, slo | vene, spanish, turkish, ukrainian, nohyphenation, loaded. | (/usr/share/texmf/tex/latex/carlisle/mylatex.ltx) | (/usr/share/texmf/tex/latex/tools/.tex File ignored)) | (./preview-gs-mini.tex (/usr/share/texmf/tex/latex/base/book.cls | Document Class: book 2001/04/21 v1.4e Standard LaTeX document class | (/usr/share/texmf/tex/latex/base/bk10.clo)) | (/usr/local/share/texmf/tex/latex/preview/preview.sty | (/usr/local/share/texmf/tex/latex/preview/prtightpage.def) | (/usr/local/share/texmf/tex/latex/preview/prauctex.def | (/usr/local/share/texmf/tex/latex/preview/prauctex.cfg)) | No auxiliary output files. | | ) ) | Beginning to dump on file prv_preview-gs-mini.efmt | (format=prv_preview-gs-mini 2005.3.4) | [...] | Preview-LaTeX finished at Fri Mar 4 14:20:44 | Running `Preview-LaTeX' on `_region_' with ``latex "&prv_preview-gs-mini" _region_.tex'' | This is e-TeX, Version 3.14159-2.1 (Web2C 7.4.5) | entering extended mode | (./_region_.tex | LaTeX2e <2001/06/01> | Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, b | ahasa, basque, catalan, czech, danish, dutch, finnish, greek, icelandic, italia | n, latin, magyar, norsk, norsk, norsk, portuges, romanian, russian, slovak, slo | vene, spanish, turkish, ukrainian, nohyphenation, loaded. | CUSTOMISED FORMAT. Preloaded files: | . | preview-gs-mini.tex | book.cls 2001/04/21 v1.4e Standard LaTeX document class | bk10.clo 2001/04/21 v1.4e Standard LaTeX file (size option) | preview.sty 2005/01/29 preview-latex 0.9 | prtightpage.def | prauctex.def | prauctex.cfg | . | No file _region_.aux. | Preview: Fontsize 10pt | ! Preview: Snippet 1 started. | <-><-> | | l.11 $ | a$ | Preview: Tightpage -32891 -32891 32891 32891 | ! Preview: Snippet 1 ended.(282168+0x346416). | <-><-> | | l.11 $a$ | | [1] ) | (see the transcript file for additional information) | Output written on _region_.dvi (1 page, 924 bytes). | Transcript written on _region_.log. | | Preview-LaTeX exited as expected with code 1 at Fri Mar 4 14:20:44 | Running `Preview-DviPS' with ``dvips -Pwww _region_.dvi -o _region_.prv/tmp24119sCG/preview.ps'' | This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com) | ' TeX output 2005.03.04:1420' -> _region_.prv/tmp24119sCG/preview.ps | <texc.pro><aae443f0.enc><texps.pro><special.pro>. <cmmi10.pfb>[1] | | Preview-DviPS finished at Fri Mar 4 14:20:44 | Running `Preview-GhostScript' with ``gs -dOutputFile\=\(_region_.prv/tmp24119sCG/pr1-\%d.png\) -q -dSAFER -dNOPAUSE -DNOPLATFONTS -dPrinted -dTextAlphaBits\=4 -dGraphicsAlphaBits\=4 -sDEVICE\=png16m -r123.035x122.862'' | | Preview-GhostScript finished at Fri Mar 4 14:20:44 `---- $ find ~/latex/test/auctex/ /home/frank/latex/test/auctex/ /home/frank/latex/test/auctex/_region_.log /home/frank/latex/test/auctex/auto /home/frank/latex/test/auctex/beamertest.tex /home/frank/latex/test/auctex/regionfont.tex /home/frank/latex/test/auctex/_region_.tex /home/frank/latex/test/auctex/verbatimcolor.tex /home/frank/latex/test/auctex/prv_preview-gs-mini.log /home/frank/latex/test/auctex/_region_.prv /home/frank/latex/test/auctex/_region_.prv/tmp24119sCG /home/frank/latex/test/auctex/_region_.prv/tmp24119sCG/pr1-1.png /home/frank/latex/test/auctex/preview-section.tex /home/frank/latex/test/auctex/prv_preview-gs-mini.efmt /home/frank/latex/test/auctex/preview-section.rel /home/frank/latex/test/auctex/preview-gs-mini.tex Regards, Frank Emacs : GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2005-02-04 on trouble, modified by Debian Package: rel-0-9 current state: ============== 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". (setq AUC-TeX-version "11.55" LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)")) image-types '(png gif tiff jpeg xpm pbm postscript xbm) 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\\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" "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 t ) ------------------------------------------------------- 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 pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |
From: <fr...@ku...> - 2005-03-04 19:42:54
|
Remember to cover the basics. Including a minimal LaTeX example file exhibiting the problem might help. The INSTALL file says: ,---- | For GNU Emacs, the recommended way to activate preview-latex is to | copy the file `preview-latex.el' (which is generated during the | installation) to a place where your installation keeps automatically | loaded startup files. Alternatively, you can copy it to some place on | your `load-path' and load it with | | (load "preview-latex.el" nil t t) | | That is all. `---- However, preview-latex.el contains these lines: (add-to-list 'load-path (expand-file-name "preview" (file-name-directory load-file-name))) (defvar preview-icondir (expand-file-name "preview/images" (file-name-directory load-file-name))) As far as my understanding of Emacs lisp goes, file-name-directory load-file-name will be /etc/emacs/site-start.d/ if I copy preview-latex.el to that directory, which is "a place where my installation keeps automatically loaded startup files". Creating a file with the load statement in it in that directory seems to work. Regards, Frank Emacs : GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2005-02-04 on trouble, modified by Debian Package: rel-0-9 current state: ============== Output from running `gs -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: x11 Available devices: ap3250 appledmp bbox bit bitcmyk bitrgb bj10e bj200 bjc600 bjc800 bmp16 bmp16m bmp256 bmp32b bmpgray bmpmono bmpsep1 bmpsep8 cdeskjet cdj500 cdj550 cdjcolor cdjmono cfax cif cljet5 cljet5c cljet5pr declj250 deskjet devicen dfaxhigh dfaxlow djet500 djet500c dnj650c eps9high eps9mid epson epsonc epswrite escp faxg3 faxg32d faxg4 hl7x0 ibmpro ijs imagen iwhi iwlo iwlq jetp3852 jpeg jpeggray laserjet lbp8 lips3 lj250 lj3100sw lj4dith lj5gray lj5mono ljet2p ljet3 ljet3d ljet4 ljet4d ljetplus lp2563 lp8000 lq850 m8510 miff24 necp6 nullpage oce9050 oki182 okiibm paintjet pbm pbmraw pcx16 pcx24b pcx256 pcxcmyk pcxgray pcxmono pdfwrite pgm pgmraw pgnm pgnmraw pj pjetxl pjxl pjxl300 pkm pkmraw pksm pksmraw plan9bm png16 png16m png256 pngalpha pnggray pngmono pnm pnmraw ppm ppmraw psdcmyk psdrgb psgray psmono psrgb pswrite pxlcolor pxlmono r4081 sj48 spotcmyk st800 stcolor t4693d2 t4693d4 t4693d8 tek4696 tiff12nc tiff24nc tiffcrle tiffg3 tiffg32d tiffg4 tifflzw tiffpack uniprint x11 x11alpha x11cmyk x11gray2 x11gray4 x11mono xcf Search path: . : /usr/share/gs-afpl/8.14/lib : /usr/share/gs-afpl/8.14/Resource : /usr/share/gs-afpl/fonts : /var/lib/defoma/gs.d/dirs/fonts : /usr/share/fonts/type1 : /usr/share/ghostscript/fonts : /usr/local/lib/ghostscript/fonts For more information, see /usr/share/doc/gs-afpl/Use.htm. Report bugs to bu...@gh..., using the form in Bug-form.htm. (setq AUC-TeX-version "11.55" LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)")) image-types '(png gif tiff jpeg xpm pbm postscript xbm) 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\\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" "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 t ) ------------------------------------------------------- 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 pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |
From: Adam J. <th...@ho...> - 2005-03-04 19:42:54
|
To: pre...@li... Subject: rel-0-9; Installation of preview-latex 0.9 under MS Windows XP --text follows this line-- Remember to cover the basics. Including a minimal LaTeX example file exhibiting the problem might help. ************************* When I install the preview-latex package 0.9 under MS Windows XP using the instruction, why it cannot automatically copy the file "preview-latex.el" to Emacs site-lisp folder? I'm using the following configure options: /configure --prefix=c:/Emacs --with-texmf-dir=c:/texmf ************************* Thanks. Emacs : GNU Emacs 21.3.50.1 (i386-mingw-nt5.1.2600) of 2005-01-30 on NONIQPC Package: rel-0-9 current state: ============== Output from running `GSWIN32C.EXE -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 =) -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 tiff32nc tiffcrle tiffg3 tiffg32d tiffg4 tiffgray tifflzw tiffpack tiffsep uniprint Search path: . ; C:\gs\gs8.50\lib ; C:\gs\fonts ; C:\gs\gs8.50\Resource ; C:/WINDOWS/fonts ; c:/gs/gs8.50/lib ; c:/gs/gs8.50/Resource ; c:/gs/fonts For more information, see c:/gs/gs8.50/doc/Use.htm. Report bugs to bu...@gh..., using the form in Bug-form.htm. (setq AUC-TeX-version "11.55" LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)")) image-types '(png tiff jpeg xpm xbm pbm) preview-image-type 'pnm 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 "GSWIN32C.EXE" 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\\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" "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 ) BTW: I'm using AUCTeX 11.55 MikTeX 2.4 CVS Emacs 21.3.50.1 Windows XP. -------- Best Regards, Adam ------------------------------------------------------- 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 pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |
From: David R. <ro...@ro...> - 2005-03-04 19:42:54
|
I'm trying to build 0.9 on an i686 box, on which emacs-20.4.1 is running. I built 0.8 on the same box and it works. Here the build dies with the error: make[1]: Leaving directory `/home/ronis/preview-latex-0.9/latex' for x in prv-emacs.el preview.el ; do \ echo /usr/local/bin/emacs -batch -q -no-site-file -no-init-file --eval '(setq load-path (cons "." load-path))' -eval '(let ((dir (pop command-line-args-left))) (if (not (string-equal dir "")) (push dir load-path)))' /usr/local/share/emacs/site-lisp -f batch-byte-compile $x ; \ /usr/local/bin/emacs -batch -q -no-site-file -no-init-file --eval '(setq load-path (cons "." load-path))' -eval '(let ((dir (pop command-line-args-left))) (if (not (string-equal dir "")) (push dir load-path)))' /usr/local/share/emacs/site-lisp -f batch-byte-compile $x ; \ done /usr/local/bin/emacs -batch -q -no-site-file -no-init-file --eval (setq load-path (cons "." load-path)) -eval (let ((dir (pop command-line-args-left))) (if (not (string-equal dir "")) (push dir load-path))) /usr/local/share/emacs/site-lisp -f batch-byte-compile prv-emacs.el While compiling toplevel forms in file /home/ronis/preview-latex-0.9/prv-emacs.el: !! Wrong type argument ((listp -129278440)) Done /usr/local/bin/emacs -batch -q -no-site-file -no-init-file --eval (setq load-path (cons "." load-path)) -eval (let ((dir (pop command-line-args-left))) (if (not (string-equal dir "")) (push dir load-path))) /usr/local/share/emacs/site-lisp -f batch-byte-compile preview.el While compiling toplevel forms in file /home/ronis/preview-latex-0.9/preview.el: !! Wrong type argument ((listp -129278440)) Done make: *** [prv-emacs.elc] Error 1 Any suggestions? David ------------------------------------------------------- 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 pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |
From: Jan-Ake L. <ja...@ma...> - 2005-03-04 11:40:10
|
David Kastrup wrote: > > Agreed. It was based on a "this seems to work" test. libdir was > > there for xemacs sake, and is no more. Does this work on xemacs? >=20 > Did here. Where do you think the XEmacs RPM was coming from? But of > course I have had not much feedback to rely on, and given the > resonance on the group in the last month or so, it would have been > very optimistic to hope that this would improve without a bad release. >=20 > I did not hope it to be bad, but I now we are at least getting > feedback. Lunch hour. I hope I get some food too.=20 If $prefix is NONE, it is set to $ac_default_prefix now. May I suggest AC_DEFUN(EMACS_SET_PREFIX,[ if test "${prefix}" =3D NONE -o -z "${prefix}"; then AC_MSG_CHECKING([for prefix of $EMACS_FLAVOR]) EMACS_LISP(prefix,[(expand-file-name \"..\" invocation-directory)]) AC_MSG_RESULT([$prefix]) fi ]) We might as well set prefix to something emacs-relative while we're at it. Then the packagedir test works here too. I think there appeared ../../.. in the file-relative-name output before. > > What worries me is that the current code seems to pick out the first > > entry in load-path that matches "site-lisp" or "site-packages". I'm > > not sure this is very robust either. >=20 > Sure, so we have to sort our choice better. Sorry for that. Well, you do check that it is the last in the path string. What worries me is users who have modified load-path.... but then again you enforce that $prefix or $datadir is in the start of the path string. Perhaps that is enough. > If it is not under prefix... The first thing I want is that we get a > robust installation fitting a site-wide installation, regardless of > what the user has configured for himself. Everything else is asking > for mysteriously failing package builds on some platforms. >=20 > Once we have that in place, we can think about automated fallbacks. Agreed. The EMACS_SET_PREFIX would then be too smart if a user runs his home-compiled emacs in his home directory, and wants to install system-wide. Hmmmmmmmm. On the other hand, the proposed configure test explicitly states the prefix used. /J=C5 --=20 `When you say "I wrote a program that crashed Windows", people just stare= at you blankly and say "Hey, I got those with the system, *for free*".' Linus Torvalds |
From: David K. <da...@gn...> - 2005-03-04 11:05:07
|
Jan-Ake Larsson <ja...@ma...> writes: > David Kastrup wrote: >> I had to get something out, the old stuff was decidedly nonrobust, I >> had to accommodate several new locations and getting it all to work >> reasonably under Windows and stuff would have been too much of chore. > >> The order that was checked including libdir and things) did not seem >> to obey any defensible or at least well-documented rationale. > > Agreed. It was based on a "this seems to work" test. libdir was > there for xemacs sake, and is no more. Does this work on xemacs? Did here. Where do you think the XEmacs RPM was coming from? But of course I have had not much feedback to rely on, and given the resonance on the group in the last month or so, it would have been very optimistic to hope that this would improve without a bad release. I did not hope it to be bad, but I now we are at least getting feedback. > Not here. Additionally, the packagedir test now only looks in > $prefix and $datadir, which does not work when Xemacs is not > installed under $prefix. I'll rather collect enough evidence that this is a problem in practice before doing too many smart things. > It seems like the lispdir test will work under Emacs even if Emacs > is not installed under $prefix. At least that's something. Uh, it does? >> I had several reports were the installation happened into decidedly >> bad trees. Now we are down to bad subtrees. Sorry for that. > > What worries me is that the current code seems to pick out the first > entry in load-path that matches "site-lisp" or "site-packages". I'm > not sure this is very robust either. Sure, so we have to sort our choice better. Sorry for that. > I do like the new approach, but... > And the texmf test cannot find my tetex texmf tree anymore either. If it is not under prefix... The first thing I want is that we get a robust installation fitting a site-wide installation, regardless of what the user has configured for himself. Everything else is asking for mysteriously failing package builds on some platforms. Once we have that in place, we can think about automated fallbacks. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum |
From: Jan-Ake L. <ja...@ma...> - 2005-03-04 10:56:47
|
Jan-Ake Larsson wrote: > What worries me is that the current code seems to pick out the first > entry in load-path that matches "site-lisp" or "site-packages". I'm > not sure this is very robust either. A more thourogh reading suggests that those must be at the _end_ of the path string. Much better. /J=C5 --=20 We are MicroSoft. You will be assimilated. Resistance is futile. |
From: Jan-Ake L. <ja...@ma...> - 2005-03-04 10:43:15
|
David Kastrup wrote: > I had to get something out, the old stuff was decidedly nonrobust, I > had to accommodate several new locations and getting it all to work > reasonably under Windows and stuff would have been too much of chore. Understandible. Sorry that I cannot help more, lack of time, I am afraid. I'll chip in when I can. > The order that was checked including libdir and things) did not seem > to obey any defensible or at least well-documented rationale.=20 Agreed. It was based on a "this seems to work" test. libdir was there for xemacs sake, and is no more. Does this work on xemacs? Not here. Additionally, the packagedir test now only looks in $prefix and $datadir, which does not work when Xemacs is not installed under $prefix.=20 It seems like the lispdir test will work under Emacs even if Emacs is not installed under $prefix. At least that's something. > I had several reports were the installation happened into decidedly > bad trees. Now we are down to bad subtrees. Sorry for that. What worries me is that the current code seems to pick out the first entry in load-path that matches "site-lisp" or "site-packages". I'm not sure this is very robust either. I do like the new approach, but... And the texmf test cannot find my tetex texmf tree anymore either. /J=C5 --=20 Some people, when confronted with a problem, think "I know, I'll use regular expressions." Now they have two problems. |
From: David K. <da...@gn...> - 2005-03-04 09:37:42
|
Jan-Ake Larsson <ja...@ma...> writes: > Ralf Angeli wrote: >> >> Is it supposed to be like this? I was used to get a site-lisp >> directory which is not special to a certain Emacs version. That means >> usually preview-latex was installed into >> /usr/local/share/emacs/site-lisp/preview/. > > I'd agree here. WHOA, what has happened to the lispdir checking? > Previosly there was an explicit list of directories we would like to > install into. Now we seem to be using the contents of > load-path. What is the rationale for this? I had to get something out, the old stuff was decidedly nonrobust, I had to accommodate several new locations and getting it all to work reasonably under Windows and stuff would have been too much of chore. The order that was checked including libdir and things) did not seem to obey any defensible or at least well-documented rationale. I had several reports were the installation happened into decidedly bad trees. Now we are down to bad subtrees. Sorry for that. I am sorry that this looks I throw something half-baked out and people have to clean up behind me, but I needed something to get finished, and it has not looked in the last weeks as if there was much help or interest to be expected. The code is a precursor of things to come in AUCTeX, of course. So we better get it wrinkled out before we unify. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum |
From: David K. <da...@gn...> - 2005-03-04 09:19:21
|
Ralf Angeli <an...@iw...> writes: > * David Kastrup (2005-03-03) writes: > >> Ralf Angeli <an...@iw...> writes: >> >>> Okay, I just made a `cvs up', `make clean', `./autogen.sh' and >>> `./configure'. This is what I got in Makefile: >>> >>> prefix = /usr/local$(null) >>> lispdir = ${datadir}/emacs/22.0.50/site-lisp$(null) > [...] >>> (BTW, I did not use `preview-report-bug' because I haven't installed >>> the new version yet due to this issue.) >> >> What issue? If you want a different path, specify a different path to >> configure. No problem there, is it? > > Okay, fine with me. Now if I use `./configure > --with-lispdir=/usr/local/share/emacs/site-lisp/', I get > > prefix = /usr/local$(null) > lispdir = /usr/local/share/emacs/site-lisp/$(null) > icondir = ${packagelispdir}/images$(null) > datadir = ${prefix}/share$(null) > packagedir = no$(null) > packagelispdir = /usr/local/share/emacs/site-lisp//preview$(null) > auctexdir = /usr/local/share/emacs/site-lisp$(null) > > Notice the double slash? Well, you enter a slash too many, you get a slash too many. But I am pretty sure that the scripts by now are rather robust regarding double slashes (in C they are never really a difference), and I don't think that any double slash makes it into a Lisp startup file: they get all cleaned up with expand-file-name if I am not mistaken. I am more worried about backslashes and spaces in file names. They stuff should work even in their presence, but if you want to give it a run for its money, create a directory "C:\My Stupid Idea" and create things in there. > Oh, and you might want to change "AucTeX" to "AUCTeX" in > Makefile.in. Yes. But it may take a few days until I commit again. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum |
From: Ralf A. <an...@iw...> - 2005-03-04 08:00:14
|
* David Kastrup (2005-03-03) writes: > Ralf Angeli <an...@iw...> writes: > >> Okay, I just made a `cvs up', `make clean', `./autogen.sh' and >> `./configure'. This is what I got in Makefile: >> >> prefix = /usr/local$(null) >> lispdir = ${datadir}/emacs/22.0.50/site-lisp$(null) [...] >> (BTW, I did not use `preview-report-bug' because I haven't installed >> the new version yet due to this issue.) > > What issue? If you want a different path, specify a different path to > configure. No problem there, is it? Okay, fine with me. Now if I use `./configure --with-lispdir=/usr/local/share/emacs/site-lisp/', I get prefix = /usr/local$(null) lispdir = /usr/local/share/emacs/site-lisp/$(null) icondir = ${packagelispdir}/images$(null) datadir = ${prefix}/share$(null) packagedir = no$(null) packagelispdir = /usr/local/share/emacs/site-lisp//preview$(null) auctexdir = /usr/local/share/emacs/site-lisp$(null) Notice the double slash? Oh, and you might want to change "AucTeX" to "AUCTeX" in Makefile.in. -- Ralf |
From: Jan-Ake L. <ja...@ma...> - 2005-03-04 07:42:18
|
Ralf Angeli wrote: > > dvipng (version 1.4 or later: teTeX-3.0 > > works, TeXlive2004 not) >=20 > Ouch! Why is that? In 1.3 and later there is a --picky switch that makes dvipng skip pages with unknown specials and whatnot. Preview-latex uses this to enable a fallback to the usual dvips->gs converter for pages with such content. Earlier versions of dvipng will read --picky as '-p 0' which will prevent it from outputting any pages (there is usually no page 0). If you want to enable earlier versions of dvipng, you need to disable this feature of preview-latex, that is, customize away '-picky' from preview-dvipng-command. Then dvipng 1.1-1.2 will work, but will not have this fallback behaviour. The usual things will work, of course, but things like pstricks, psfrag, and many other packages that use specials I haven't implemented will not work. > Okay, I just made a `cvs up', `make clean', `./autogen.sh' and > `./configure'. This is what I got in Makefile: >=20 > prefix =3D /usr/local$(null) > lispdir =3D ${datadir}/emacs/22.0.50/site-lisp$(null) > icondir =3D ${packagelispdir}/images$(null) > datadir =3D ${prefix}/share$(null) > packagedir =3D no$(null) > packagelispdir =3D ${datadir}/emacs/22.0.50/site-lisp/preview$(null) > auctexdir =3D /usr/local/share/emacs/site-lisp$(null) >=20 > Is it supposed to be like this? I was used to get a site-lisp > directory which is not special to a certain Emacs version. That means > usually preview-latex was installed into > /usr/local/share/emacs/site-lisp/preview/. I'd agree here. WHOA, what has happened to the lispdir checking? Previosly there was an explicit list of directories we would like to install into. Now we seem to be using the contents of load-path. What is the rationale for this? /J=C5 --=20 Death before dishonor. Nothing before coffee! |
From: David K. <da...@gn...> - 2005-03-03 19:56:46
|
Ralf Angeli <an...@iw...> writes: > * David Kastrup (2005-03-03) writes: > >> This is the large update everybody has been waiting for. > > Cool! > >> dvipng (version 1.4 or later: teTeX-3.0 >> works, TeXlive2004 not) > > Ouch! Why is that? > >> The installation procedure has been made more flexible and robust, >> more conservative in the installation choices, and the Lisp startup >> file will now be installed automatically. > > Okay, I just made a `cvs up', `make clean', `./autogen.sh' and > `./configure'. This is what I got in Makefile: > > prefix = /usr/local$(null) > lispdir = ${datadir}/emacs/22.0.50/site-lisp$(null) > icondir = ${packagelispdir}/images$(null) > datadir = ${prefix}/share$(null) > packagedir = no$(null) > packagelispdir = ${datadir}/emacs/22.0.50/site-lisp/preview$(null) > auctexdir = /usr/local/share/emacs/site-lisp$(null) > > Is it supposed to be like this? Depends on the meaning of "supposed". The package selection walks through a set of patterns in load-path. If you think this undesirable, we have several options: a) walk the patterns in load-path back to front. I don't know how much more desirable the results will usually be. b) Go through more special patterns first, relaxing requirements until the first hit registers. That's how the TeX directory selection gets done right now. > I was used to get a site-lisp directory which is not special to a > certain Emacs version. That means usually preview-latex was > installed into /usr/local/share/emacs/site-lisp/preview/. > > (BTW, I did not use `preview-report-bug' because I haven't installed > the new version yet due to this issue.) What issue? If you want a different path, specify a different path to configure. No problem there, is it? If there is: I accept patches. Ok, maybe now is not the best time for them, given that I have two conferences in the next 6 days, but the principle is there. Interestingly, when compiling the Fedora RPM, it picked the "general" site-lisp directory. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum |
From: Ralf A. <an...@iw...> - 2005-03-03 19:43:40
|
* David Kastrup (2005-03-03) writes: > This is the large update everybody has been waiting for. Cool! > dvipng (version 1.4 or later: teTeX-3.0 > works, TeXlive2004 not) Ouch! Why is that? > The installation procedure has been made more flexible and robust, > more conservative in the installation choices, and the Lisp startup > file will now be installed automatically. Okay, I just made a `cvs up', `make clean', `./autogen.sh' and `./configure'. This is what I got in Makefile: prefix = /usr/local$(null) lispdir = ${datadir}/emacs/22.0.50/site-lisp$(null) icondir = ${packagelispdir}/images$(null) datadir = ${prefix}/share$(null) packagedir = no$(null) packagelispdir = ${datadir}/emacs/22.0.50/site-lisp/preview$(null) auctexdir = /usr/local/share/emacs/site-lisp$(null) Is it supposed to be like this? I was used to get a site-lisp directory which is not special to a certain Emacs version. That means usually preview-latex was installed into /usr/local/share/emacs/site-lisp/preview/. (BTW, I did not use `preview-report-bug' because I haven't installed the new version yet due to this issue.) -- Ralf |
From: David K. <da...@gn...> - 2005-03-03 18:41:21
|
The following message is a courtesy copy of an article that has been posted to comp.emacs,comp.text.tex as well. This is the large update everybody has been waiting for. Of course, a few last-minute bugs escaped notice, but they have been there for a while, I guess. Release notes for version 0.9 of the preview-latex package: preview-latex makes LaTeX a tightly integrated component of your editing workflow by visualizing selected source chunks (such as single formulas or graphics) directly as images in the source buffer. You get to have your eye candy and edit it, too. The employed style file `preview.sty' is independently useful for extraction of selected text elements as images. EPS Graphics that were created using dvips can now be used with the `tightpage' option, and some new commands and options are available for selecting previews. The package is released under the GNU Public License (GPL). At the current point of time, at least GNU Emacs-21.3 under the X window system or XEmacs-21 in version 21.4.10 or later, AUCTeX (11.51 or later required for PDF support), a working LaTeX installation and GhostScript are required. dvipng (version 1.4 or later: teTeX-3.0 works, TeXlive2004 not), a very fast dvi converter, can be used to speed up the conversion. For Windows, MacOS Carbon or native GTK+ toolkit support, a developer version of GNU Emacs (to be released as 22.1) is definitely required; for other platforms, use of it is advantageous. This version finally gets rid of all 8bit issues that plagued cooperation with several TeX distributions, and supports utf-8 and other multibyte input. X-Symbol (as of 4.5.1-beta) will still require an 8bit-transparent TeX executable. As a result of a drastic overhaul in image file allocation, all known GhostScript versions should now work for PostScript and PDF in SAFER mode. Icons now come in several sizes, blending better with the text display, and have been redesigned. The installation procedure has been made more flexible and robust, more conservative in the installation choices, and the Lisp startup file will now be installed automatically. It is strongly recommended that you remove a previous installation before installing this version to avoid keeping conflicting or unnecessary files. The `README' file provides adequate information for firing up preinstalled distributions, and pointers how to provide feedback. The `INSTALL' file contains a special section with advice for package providers. There is also a file `INSTALL.windows' detailing instructions for users of that operating system. The home page is <URL:http://preview-latex.sourceforge.net>, the SourceForge project page that among others offers anonymous CVS access is located at <URL:http://sourceforge.net/projects/preview-latex>. However, development and CVS access are scheduled to be folded into the AUCTeX project (located at Savannah) shortly after this release. If you can spare the time, you can also comment on or rate this project at <URL:http://freshmeat.net/projects/preview-latex>. Paypal donations to the maintainer are possible directly or via SourceForge. Additional files can be found at <URL:http://prdownloads.sourceforge.net/preview-latex>: * If you don't have texinfo 4.0 or later installed, prebuilt documentation files can be found there. * Tarballs of preview-latex for all users, alternatively RPMs for RedHat Linux. For the binary RPMs, you will need the preview-latex-common RPM as well as the Emacs-flavor specific RPM. * AUCTeX is now located at <URL:http://www.gnu.org/software/auctex>. The download area should also provide you with RPM files. * dvipng is currently available via its current project page <URL:http://sourceforge.net/projects/dvipng> and from CTAN. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum |
From: David K. <da...@gn...> - 2005-03-03 11:29:18
|
Erik Frisk <fr...@is...> writes: > 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=z^2 > \end{equation} > \end{document} > > I get a preview for the equation as expected but I also get a > preview (rather invisible) for the maketitle macro which looks like > bug (or a misconfiguration on my part). maketitle is not previewed by default. I have seen no indication that it ever was in the CVS log of preview.dtx, but maybe something is missing there: I vaguely remember some \maketitle business. > I also managed to get emacs to core dump when trying to remove the > preview but this does not happen every time so I am not sure who's > to blame (although this is the one and only situation where I have > core dumped emacs). > > Regards, > > /Erik > > > Emacs : GNU Emacs 21.3.50.1 (sparc-sun-solaris2.9, X toolkit, Xaw3d > scroll bars) > of 2005-02-08 on alfa.isy.liu.se Emacs has for several weeks been compiled now with "xassert" enabled in src/dispextern.h. Particular in connection with images, there are currently some nonsensical assertions that get triggered without good reason. For stability and performance, you should disable them again by defining the respective macro as empty or (void)0. This has just been done in the CVS upstream, too. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum ------------------------------------------------------- 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 pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |
From: David K. <da...@gn...> - 2005-03-03 07:50:18
|
fr...@ku... (Frank K=FCster) writes: > David Kastrup <da...@gn...> schrieb: > >> Oh, crap. _ANOTHER_ broken GhostScript version in the wild. > > $ gs --version > 8.01 Should now work in PDF and PS mode on every Ghostscript since 6.51 or so. > Nothing at all in LaTeX mode (not even roadwork signs, at least not > for a time long enough that I can see them). C-c ` brings up the > usual "helpful" error message and places the cursor in _region_.tex > which _does_ show a previewed \alpha! > > Nothing at all in PDFLaTeX mode, not even a roadwork sign visible. C-c > ` brings me a help buffer and point in _region_.tex with the > exclamation mark sign and the following gs output: That would mean that the file does not get identified correctly. This should not happen. It is not the only such report I see, and I find this confusing. > I'm going home now, frustrated. No mail this evening. Thanks for all the testing work. --=20 David Kastrup, Kriemhildstr. 15, 44793 Bochum ------------------------------------------------------- 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 pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |
From: David K. <da...@gn...> - 2005-03-03 07:50:17
|
Christian Gudrian <Chr...@t-...> writes: > Remember to cover the basics. Including a minimal LaTeX example > file exhibiting the problem might help. > > Currently makeinfo fails on preview-dtxdoc.texi in lines 464 and 465 > which should probably look like this: > > @item \PreviewOpen > @item \PreviewClose > > > Emacs : GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) > of 2005-02-22 on APOLLO > Package: CVS-1.233 That's what it looks like here. Probably relevant is the entry RCS file: /cvsroot/preview-latex/preview/doc/preview-dtxdoc.pl,v Working file: preview-dtxdoc.pl ---------------------------- revision 1.7 date: 2005/01/29 00:31:41; author: dakas; state: Exp; lines: +2 -1 2005-01-29 David Kastrup <da...@gn...> * doc/preview-dtxdoc.pl: Convert AUC\TeX reference as well. Convert `\#' to `#'. * latex/preview.dtx: Add `#' and `:' letters and documentation. Make all commands pass on `#' on cleanly. Don't eliminate last `{}' last in argument lists. ---------------------------- On the same date, preview.dtx was changed. Your version is revision 1.233 date: 2005/02/18 19:07:49; author: dakas; state: Exp; lines: +21 -10 which is quite later. It works here, and I don't know what might be wrong at your site. Maybe a line ending problem? This could occur if you converted either Perl script or latex/preview.dtx to a form that appears not "the same" to Perl. When all else fails, the prebuilt documentation should work fine, I believe. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum ------------------------------------------------------- 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 pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |
From: David K. <da...@gn...> - 2005-03-03 07:50:12
|
David Kastrup <da...@gn...> writes: > Peter Dyballa <Pet...@We...> writes: > >> When exactly this conversion is still a bit unreliable why isn't >> configure checking for the right gs and warning about an unusable >> software/recommending usable versions and catching this with not >> obeying the rule to use PDF output? > > But the conversion is not unreliable. You should have pretty much > the same problems when going via Dvips/GhostScript. If there is a > difference between GhostScript's bugs in PDF mode and PS mode, it is > not yet known and/or debugged. Now it is known and debugged. It was an unfortunate security setting in pdf2dsc coming with GhostScript 8.x. I have changed the manner of accessing files completely. As a result, all versions of GhostScript should now work in the CVS version. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum ------------------------------------------------------- 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 pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |
From: <fr...@ku...> - 2005-03-02 18:10:12
|
Remember to cover the basics. Including a minimal LaTeX example file exhibiting the problem might help. To get the installation into proper directories, I used ./configure --prefix=/usr/local/ --with-texmf-dir=/usr/local/share/texmf/ With this installation, I open the usual minimal file: \documentclass{book} \usepackage[textmath]{preview} \begin{document} $a$ \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: Upon pressing C-c C-p C-b y, nothing changes, I only get the usual "Type C-c C-l ..." in the minibuffer. The output buffer is attached as _region_.output. In the _region_.tex buffer, the alpha is graphically displayed as expected. It looks like this, by copy&paste which makes the preview go away: \message{ !name(preview-gs-mini.tex)} \message{ !name(preview-gs-mini.tex) !offset(-2) } \documentclass{book} \usepackage[textmath]{preview} \begin{document} $a$ \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: \message{ !name(preview-gs-mini.tex) !offset(-20) } This is what I get with mouse-3, Copy MIME on the alpha: <#part type="image/png" disposition=inline description="$a$" filename=/home/frank/latex/test/auctex/_region_.prv/tmp13675ype/pv1-1.png> <#/part> From my point of view, exactly the same happens in PDFLaTeX mode; I can send you the output buffer. Regards, Frank Emacs : GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2005-02-04 on trouble, modified by Debian Package: CVS-1.234 current state: ============== 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". (setq AUC-TeX-version "11.55" LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)")) image-types '(png gif tiff jpeg xpm pbm postscript xbm) 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\\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" "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 t ) ------------------------------------------------------- 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 pre...@li... https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs |