[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 3543e45 06/80: New styles for beamerarticle & be
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 3543e45 06/80: New styles for beamerarticle & beamerswitch triggering beamer |
Date: |
Wed, 16 Oct 2019 11:07:06 -0400 (EDT) |
branch: externals/auctex
commit 3543e45b30558f112a14f148ba631138da13dcfe
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>
New styles for beamerarticle & beamerswitch triggering beamer
* style/beamerarticle.el: New style.
* style/beamerswitch.el: New style.
* Makefile.in (STYLESRC): Enable them.
---
Makefile.in | 3 ++-
style/beamerarticle.el | 33 +++++++++++++++++++++++++++++++++
style/beamerswitch.el | 33 +++++++++++++++++++++++++++++++++
3 files changed, 68 insertions(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 3c07c16..822eea9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -165,7 +165,8 @@ STYLESRC = style/prosper.el \
style/arabxetex.el style/australian.el style/newzealand.el \
style/xltabular.el style/marginnote.el style/thmtools.el \
style/ocg-p.el style/ocgx.el style/thm-restate.el \
- style/pythontex.el style/dashundergaps.el
+ style/pythontex.el style/dashundergaps.el style/beamerarticle.el \
+ style/beamerswitch.el
STYLEELC = $(STYLESRC:.el=.elc)
diff --git a/style/beamerarticle.el b/style/beamerarticle.el
new file mode 100644
index 0000000..2c5cff0
--- /dev/null
+++ b/style/beamerarticle.el
@@ -0,0 +1,33 @@
+;;; beamerarticle.el --- AUCTeX style for the latex-beamerarticle class
+
+;; Copyright (C) 2019 Free Software Foundation
+
+;; Keywords: tex
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 3, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING. If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
+;;; Commentary:
+
+;; Triggers the beamer style when using the beamerarticle style.
+
+;;; Code:
+
+(TeX-add-style-hook
+ "beamerarticle"
+ (lambda ()
+ (TeX-run-style-hooks "beamer")))
diff --git a/style/beamerswitch.el b/style/beamerswitch.el
new file mode 100644
index 0000000..716d16d
--- /dev/null
+++ b/style/beamerswitch.el
@@ -0,0 +1,33 @@
+;;; beamerswitch.el --- AUCTeX style for the latex-beamerswitch class
+
+;; Copyright (C) 2019 Free Software Foundation
+
+;; Keywords: tex
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 3, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING. If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
+;;; Commentary:
+
+;; Triggers the beamer style when using the beamerswitch style.
+
+;;; Code:
+
+(TeX-add-style-hook
+ "beamerswitch"
+ (lambda ()
+ (TeX-run-style-hooks "beamer")))
- [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, 2019/10/16
- [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 <=
- [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
- [elpa] externals/auctex 23b3405 23/80: ; Fix typos, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 3b3c224 26/80: Remove compatibility code for xemacs, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 2a642a4 19/80: Add support for ChangeLog entries for LaTeX files, Tassilo Horn, 2019/10/16