auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3543e45b30558f112a14f


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3543e45b30558f112a14f148ba631138da13dcfe
Date: Sun, 24 Feb 2019 04:55:59 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  3543e45b30558f112a14f148ba631138da13dcfe (commit)
      from  c8177fd0bcac1bb7a918295871a73944799199ee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3543e45b30558f112a14f148ba631138da13dcfe
Author: Tassilo Horn <address@hidden>
Date:   Sun Feb 24 10:54:48 2019 +0100

    New styles for beamerarticle & beamerswitch triggering beamer
    
    * style/beamerarticle.el: New style.
    * style/beamerswitch.el: New style.
    * Makefile.in (STYLESRC): Enable them.

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")))

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in                         |  3 ++-
 style/{jura.el => beamerarticle.el} | 17 +++++------------
 style/{jura.el => beamerswitch.el}  | 17 +++++------------
 3 files changed, 12 insertions(+), 25 deletions(-)
 copy style/{jura.el => beamerarticle.el} (71%)
 copy style/{jura.el => beamerswitch.el} (71%)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]