el-get/recipes/auctex.rcp
2013-09-25 18:51:55 -08:00

18 lines
808 B
Plaintext

(:name auctex
:website "http://www.gnu.org/software/auctex/"
:description "AUCTeX is an extensible package for writing and formatting TeX files in GNU Emacs and XEmacs. It supports many different TeX macro packages, including AMS-TeX, LaTeX, Texinfo, ConTeXt, and docTeX (dtx files)."
:type git
:module "auctex"
:url "git://git.savannah.gnu.org/auctex.git"
:build `(("./autogen.sh")
("./configure"
"--without-texmf-dir"
,(cond
((eq system-type 'darwin) "--with-lispdir=`pwd`")
(t ""))
,(concat "--with-emacs=" el-get-emacs))
"make")
:load-path ("." "preview")
:load ("tex-site.el" "preview/preview-latex.el")
:info "doc")