el-get/recipes/auctex.rcp

16 lines
727 B
Plaintext
Raw Normal View History

(: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)."
2013-04-20 22:53:23 +08:00
:type git
:module "auctex"
2013-04-20 22:53:23 +08:00
:url "git://git.savannah.gnu.org/auctex.git"
:build `(("./autogen.sh")
("./configure"
"--without-texmf-dir"
"--with-lispdir=`pwd`"
,(concat "--with-emacs=" el-get-emacs))
"make")
:load-path ("." "preview")
2010-12-19 05:10:42 +08:00
:load ("tex-site.el" "preview/preview-latex.el")
:info "doc")