el-get/recipes/auctex.rcp

11 lines
626 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)."
:type cvs
:module "auctex"
:url ":pserver:anonymous@cvs.sv.gnu.org:/sources/auctex"
2011-02-01 03:10:33 +08:00
:build `("./autogen.sh" ,(concat "./configure --with-lispdir=`pwd` --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")