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

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

[elpa] externals/auctex c4feba1 17/36: Add new `luatextra.el' style


From: Stefan Monnier
Subject: [elpa] externals/auctex c4feba1 17/36: Add new `luatextra.el' style
Date: Fri, 28 Nov 2014 17:25:45 +0000

branch: externals/auctex
commit c4feba19e7f459d3f708d256a150f2bea427380a
Author: Davide G. M. Salvetti <address@hidden>
Date:   Sat Nov 15 15:37:24 2014 +0100

    Add new `luatextra.el' style
---
 ChangeLog          |    2 ++
 style/luatextra.el |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f017e87..18c181c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-11-15  Davide G. M. Salvetti  <address@hidden>
 
+        * style/luatextra.el: New style.
+
         * style/ifluatex.el: New style.
 
         * doc/faq.texi: Update the `Why does 'TeX-next-error' ('C-c `')
diff --git a/style/luatextra.el b/style/luatextra.el
new file mode 100644
index 0000000..6dda102
--- /dev/null
+++ b/style/luatextra.el
@@ -0,0 +1,44 @@
+;;; luatextra.el --- AUCTeX style for `luatextra.sty' version 1.0.
+
+;; Copyright (C) 2014 Free Software Foundation, Inc.
+
+;; Author: Davide G. M. Salvetti <address@hidden>
+;; Maintainer: address@hidden
+;; Created: 2014-11-15
+;; 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, see
+;; <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;; This file adds support for `luatextra.sty' 1.0.
+
+;;; Code:
+
+(TeX-add-style-hook
+    "luatextra"
+  (lambda ()
+    (TeX-run-style-hooks "ifluatex" "fontspec"
+                        ;; FIXME: yet to be written:
+                        ;; "luatexbase"
+                        "metalogo" "luacode"))
+  LaTeX-dialect)
+
+(defvar LaTeX-luatextra-package-options nil
+  "Package options for the ifluatex package.")
+
+;;; luatextra.el ends here



reply via email to

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