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. b43ec94b22aa8d240ad78


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. b43ec94b22aa8d240ad78d632ea141db85cee837
Date: Fri, 11 Aug 2017 16:12:29 -0400 (EDT)

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  b43ec94b22aa8d240ad78d632ea141db85cee837 (commit)
      from  f73ccfe7ff0278f66b431bb372284bea37c9304b (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 b43ec94b22aa8d240ad78d632ea141db85cee837
Author: Arash Esbati <address@hidden>
Date:   Fri Aug 11 22:11:17 2017 +0200

    * style/XCharter.el ("XCharter"): Update to package v1.094 from 2017/08/08.

diff --git a/style/XCharter.el b/style/XCharter.el
index 5ff866d..d1e71a9 100644
--- a/style/XCharter.el
+++ b/style/XCharter.el
@@ -1,6 +1,6 @@
-;;; XCharter.el --- AUCTeX style for `XCharter.sty' (v1.05)
+;;; XCharter.el --- AUCTeX style for `XCharter.sty' (v1.094)
 
-;; Copyright (C) 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2017 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <address@hidden>
 ;; Maintainer: address@hidden
@@ -26,7 +26,7 @@
 
 ;;; Commentary:
 
-;; This file adds support for `XCharter.sty' (v1.05) from 2014/07/03.
+;; This file adds support for `XCharter.sty' (v1.094) from 2017/08/08.
 ;; `XCharter.sty' is part of TeXLive.
 
 ;;; Code:
@@ -48,21 +48,35 @@
     ;; Text commands
     '("textsu"     t)   ; superior figures
     '("sustyle"   -1)   ;
+    '("textin"     t)   ; inferior figures
+    '("instyle"   -1)   ;
     '("textlf"     t)   ; lining figures
     '("lfstyle"   -1)   ;
     '("textosf"    t)   ; oldstyle figures
     '("textosfI"   t)   ; oldstyle figures alternate
-    '("osfstyle"  -1))  ; whatever oldstyle option is in force
+    '("osfstyle"  -1)   ; whatever oldstyle option is in force
+    '("textnumerator"   t) ; numerators
+    '("textnu"          t) ;
+    '("textdenominator" t) ; denominators
+    '("textde"          t) ;
+    '("textfrac"        2))
 
    ;; Fontification
    (when (and (featurep 'font-latex)
               (eq TeX-install-font-lock 'font-latex-setup))
      (font-latex-add-keywords '(("textsu"    "{")
+                               ("textin"    "{")
                                 ("textlf"    "{")
                                 ("textosf"   "{")
-                                ("textosfI"  "{"))
+                                ("textosfI"  "{")
+                               ("textnumerator"   "{")
+                               ("textnu"          "{")
+                               ("textdenominator" "{")
+                               ("textde"          "{")
+                               ("textfrac"        "{{"))
                               'type-command)
      (font-latex-add-keywords '(("sustyle"   "")
+                               ("instyle"   "")
                                 ("lfstyle"   "")
                                 ("osfstyle"  ""))
                               'type-declaration)))
@@ -70,7 +84,7 @@
 
 (defvar LaTeX-XCharter-package-options
   '("lining" "lf" "oldstyle" "osf" "oldstyleI" "osfI"
-    "scaled" "sups")
+    "scaled" "sups" "scosf")
   "Package options for the XCharter package.")
 
 ;;; XCharter.el ends here

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

Summary of changes:
 style/XCharter.el | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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