[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 5b97c38 01/80: Add dependencies file auctex-pkg.
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 5b97c38 01/80: Add dependencies file auctex-pkg.el |
Date: |
Wed, 16 Oct 2019 11:07:05 -0400 (EDT) |
branch: externals/auctex
commit 5b97c3881a6ecd2481dc20594faee11a4ef32943
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>
Add dependencies file auctex-pkg.el
* auctex-pkg.el: Add new file containing AUCTeX's dependencies for
ELPA releases.
---
auctex-pkg.el | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/auctex-pkg.el b/auctex-pkg.el
new file mode 100644
index 0000000..58cc6ef
--- /dev/null
+++ b/auctex-pkg.el
@@ -0,0 +1,9 @@
+;; -*- no-byte-compile: t -*-
+
+(define-package "auctex" "12.1.1" "Integrated environment for *TeX*"
+ '((emacs "24.1") (cl-lib "0.5"))
+ :url "https://www.gnu.org/software/auctex/"
+ :keywords '("TeX" "LaTeX" "Texinfo" "ConTeXt" "docTeX"
+ "preview-latex"))
+
+(setq byte-compile-warnings '(not unresolved))
- [elpa] externals/auctex updated (0c8d670 -> c5e47f8), Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 5b97c38 01/80: Add dependencies file auctex-pkg.el,
Tassilo Horn <=
- [elpa] externals/auctex c8177fd 05/80: * style/listings.el: Require tex.el., Tassilo Horn, 2019/10/16
- [elpa] externals/auctex c531148 04/80: ; Improve previous change in auctex.el.in, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 3543e45 06/80: New styles for beamerarticle & beamerswitch triggering beamer, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 78c0f09 07/80: Fix fontification of simple macros, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 083964b 02/80: Delete auctex-pkg.el which is not needed for ELPA releases, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex b82ab0c 08/80: Support up to 12 command arguments., Tassilo Horn, 2019/10/16
- [elpa] externals/auctex cd39966 14/80: ; Fix typos, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 686a8ed 13/80: Elaborate LaTeX math insertion command, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 8a36595 12/80: Fix handling of function entries in `TeX-complete-list', Tassilo Horn, 2019/10/16
- [elpa] externals/auctex fcaef6b 11/80: Improve fontification of \href macro, Tassilo Horn, 2019/10/16