emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 4e84c98 04/28: Add subtitle to slide-title class


From: Tassilo Horn
Subject: [elpa] externals/auctex 4e84c98 04/28: Add subtitle to slide-title class
Date: Fri, 07 Aug 2015 15:59:16 +0000

branch: externals/auctex
commit 4e84c987657edf349e76396145a2f2dbdb5ed244
Author: Orlando Iovino <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Add subtitle to slide-title class
    
    * style/beamer.el ("beamer"): Add `subtitle' to the `slide-title'
    class.
    
    Signed-off-by: Tassilo Horn <address@hidden>
---
 ChangeLog       |    5 +++++
 style/beamer.el |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

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)



reply via email to

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