el-get/recipes/auctex.rcp
2014-11-29 23:49:40 -08:00

20 lines
886 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"
"--with-packagelispdir=$(pwd)"
"--with-packagedatadir=$(pwd)"
,(cond
((eq system-type 'darwin) "--with-lispdir=`pwd`")
(t ""))
,(concat "--with-emacs=" el-get-emacs))
"make")
:load-path (".")
:load ("tex-site.el" "preview-latex.el")
:info "doc")