------------------------------------------------------------------------ Emacs : XEmacs 21.4 (patch 22) "Instant Classic" [Lucid] (i386-apple-darwin14.0.0, Mule) of Mon Nov 3 2014 on AroberiMac.local Package: 11.88 current state: ============== (setq AUCTeX-date "2014-10-29" window-system 'x LaTeX-version "2e" TeX-style-path '("/usr/local/var/auctex/" "/opt/local/lib/xemacs-21.4.22/xemacs-packages/etc/auctex/style" "/Users/arober/.emacs.d/auctex/auto" "/Users/arober/.emacs.d/auctex/style" "auto" "style") TeX-auto-save nil TeX-parse-self nil TeX-master t TeX-command-list '(("TeX" "%(PDF)%(tex) %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (plain-tex-mode texinfo-mode ams-tex-mode) :help "Run plain TeX") ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX t (latex-mode doctex-mode) :help "Run LaTeX") ("Makeinfo" "makeinfo %(extraopts) %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with Info output") ("Makeinfo HTML" "makeinfo %(extraopts) --html %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with HTML output") ("AmSTeX" "%(PDF)amstex %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX t (ams-tex-mode) :help "Run AMSTeX") ("ConTeXt" "texexec --once --texutil %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt once") ("ConTeXt Full" "texexec %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt until completion") ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run BibTeX") ("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber") ("pdflatex" "pdflatex %t" TeX-run-command t t) ("milatex" "latex -src-specials %t" TeX-run-command t t) ("mipdf" "dvips %d -o %f |ps2pdf %f" TeX-run-command t t) ("dvips" "dvips %d -o %f" TeX-run-command t t) ("ps2pdf" "ps2pdf %f" TeX-run-command t t) ("View" "%V" TeX-run-discard-or-function t t :help "Run Viewer") ("xdvi" "xdvi %d" TeX-run-command t t) ("Preview" "open -a Preview %s.pdf" TeX-run-command t t) ("Skim" "open -a Skim %s.pdf" TeX-run-command t t) ("Print" "%p" TeX-run-command t t :help "Print the file") ("Queue" "%q" TeX-run-background nil t :help "View the printer queue" :visible TeX-queue-command) ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help "Generate PostScript file") ("Index" "makeindex %s" TeX-run-command nil t :help "Create index file") ("Xindy" "texindy %s" TeX-run-command nil t :help "Run xindy to create index file") ("dos2unix" "dos2unix %t" TeX-run-command t t) ("Check" "lacheck %s" TeX-run-compile t (latex-mode) :help "Check LaTeX file for correctness") ("ChkTeX" "chktex -v6 %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for common mistakes") ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil t :help "Spell-check the document") ("Clean" "TeX-clean" TeX-run-function nil t :help "Delete generated intermediate files") ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help "Delete generated intermediate and output files") ("Other" "" TeX-run-command t t :help "Run an arbitrary command")) )