[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4e84c987657edf349e763
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4e84c987657edf349e76396145a2f2dbdb5ed244 |
Date: |
Mon, 18 May 2015 15:07:57 +0000 |
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 4e84c987657edf349e76396145a2f2dbdb5ed244 (commit)
from 0e3f3ac8d24e92741228ddb6cfe67207ca2c2a1e (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 4e84c987657edf349e76396145a2f2dbdb5ed244
Author: Orlando Iovino <address@hidden>
Date: Mon May 18 17:06:59 2015 +0200
Add subtitle to slide-title class
* style/beamer.el ("beamer"): Add `subtitle' to the `slide-title'
class.
Signed-off-by: Tassilo Horn <address@hidden>
diff --git a/ChangeLog b/ChangeLog
index 10bcfdf..6458c8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-18 Orlando Iovino <address@hidden> (tiny change)
+
+ * style/beamer.el ("beamer"): Add `subtitle' to the `slide-title'
+ class.
+
2015-05-16 Arash Esbati <address@hidden>
* Makefile.in (STYLESRC): Add new styles.
diff --git a/style/beamer.el b/style/beamer.el
index 58bef38..30cb328 100644
--- a/style/beamer.el
+++ b/style/beamer.el
@@ -178,6 +178,7 @@
(when (and (featurep 'font-latex)
(eq TeX-install-font-lock 'font-latex-setup))
(font-latex-add-keywords '(("title" "[{")
+ ("subtitle" "[{")
("author" "[{")
("date" "[{")
("frametitle" "<[{")) 'slide-title)
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
style/beamer.el | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4e84c987657edf349e76396145a2f2dbdb5ed244,
Tassilo Horn <=