Open GoogleCodeExporter opened 9 years ago
Original comment by xah...@gmail.com
on 24 Sep 2009 at 11:28
for now, see:
https://groups.google.com/group/ergoemacs/browse_thread/thread/100139f16cbbc682
here's the content:
Xavier Gomes Pinho
View profile
More options Nov 24, 3:49 pm
Since issue 20 mentions it, here is how I installed AUCTeX 11.86 on
Emacs 24.2 on Windows 8 Pro 64-bit, today.
Software:
* MikTeX 2.9
* Emacs 24.2
* libpng14.dll, zlib1.dll
* gswin32c.exe, gsdll32.dll (Ghostscript 9.06 32-bit)
Procedure:
* Installing MikTeX should be straightforward
* To grab those DLLs and EXEs, follow the rationale in
http://code.google.com/p/ergoemacs/wiki/CreatingErgoEmacsWindowsInsta... and
copy them to emacs' /bin folder
* Install AUCTeX via emacs' package manager
* Edit you init.el:
; exclude "-dSAFER" from the default settings
(setq preview-gs-options '("-q" "-dNOPAUSE" "-DNOPLATFONTS"
"-dPrinted" "-dTextAlphaBits=4" "-dGraphicsAlphaBits=4"))
To test-run:
* Open any LaTeX file (in LaTeX mode)
* Preview: C-c C-p C-d
Notes:
* My PATH environment variable contains "C:\Program Files\MiKTeX
2.9\miktex\bin\x64\"
* MikTeX may need to install some packages, e.g. preview.sty
I hope I didn't forget anything.
Kind regards,
Xavier Pinho
Original comment by xah...@gmail.com
on 14 Dec 2012 at 10:20
Original issue reported on code.google.com by
xah...@gmail.com
on 15 Sep 2009 at 7:32