[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] [elpa] externals/auctex c1e0419 23/43: Adjust style/fonta
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] [elpa] externals/auctex c1e0419 23/43: Adjust style/fontaxes.el to LaTeX kernel |
Date: |
Sat, 11 Apr 2020 15:05:22 -0400 (EDT) |
branch: externals/auctex
commit c1e0419194c632999d4c3e2eb427082614da9aae
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>
Adjust style/fontaxes.el to LaTeX kernel
* style/fontaxes.el ("fontaxes"): Comment out entries for macros
which are now provided by LaTeX kernel. Also remove fontification
support.
---
style/fontaxes.el | 31 +++++++++++++------------------
1 file changed, 13 insertions(+), 18 deletions(-)
diff --git a/style/fontaxes.el b/style/fontaxes.el
index 6524a5a..232dd18 100644
--- a/style/fontaxes.el
+++ b/style/fontaxes.el
@@ -1,6 +1,6 @@
;;; fontaxes.el --- AUCTeX style for `fontaxes.sty' version v1.0d
-;; Copyright (C) 2014, 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2018, 2020 Free Software Foundation, Inc.
;; Author: Arash Esbati <address@hidden>
;; Maintainer: address@hidden
@@ -43,18 +43,19 @@
"fontaxes"
(lambda ()
(TeX-add-symbols
- ;; Various font shapes
- '("swshape" -1) ; swash shape
- '("sscshape" -1) ; spaced small caps
+ ;; Various font shapes:
+ ;; These macros are now part of LaTeX kernel 2020-02-02
+ ;; '("swshape" -1) ; swash shape
+ ;; '("sscshape" -1) ; spaced small caps
+ ;; '("swdefault" 0)
+ ;; '("sscdefault" 0)
+ ;; '("ulcdefault" 0)
'("fontprimaryshape" t)
'("fontsecondaryshape" t)
- '("swdefault" t)
- '("sscdefault" t)
- '("ulcdefault" t)
;; Figure versions
'("figureversion"
- (TeX-arg-eval mapconcat 'identity
+ (TeX-arg-eval mapconcat #'identity
(TeX-completing-read-multiple
"Style, alignment: "
'(("text") ("osf")
@@ -86,9 +87,10 @@
'(("tabular") ("proportional"))))
;; Additional commands
- '("textsw" t)
- '("textssc" t)
- '("textulc" t)
+ ;; These macros are now part of LaTeX kernel 2020-02-02
+ ;; '("textsw" t)
+ ;; '("textssc" t)
+ ;; '("textulc" t)
'("textfigures" t)
'("liningfigures" t)
'("tabularfigures" t)
@@ -102,13 +104,6 @@
("tabularfigures" "{")
("proportionalfigures" "{"))
'type-command)
- (font-latex-add-keywords '(("textsw" "{")
- ("textssc" "{")
- ("textulc" "{"))
- 'bold-command)
- (font-latex-add-keywords '(("swshape" "")
- ("sscshape" ""))
- 'bold-declaration)
(font-latex-add-keywords '(("figureversion" "{"))
'variable)))
LaTeX-dialect)
- [AUCTeX-diffs] [elpa] externals/auctex e35f85a 06/43: Update style/caption.el to package version 3.4a, (continued)
- [AUCTeX-diffs] [elpa] externals/auctex e35f85a 06/43: Update style/caption.el to package version 3.4a, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 6c25ffe 08/43: Adjust Makefile clean targets, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex d308a1e 14/43: Fix handling of LaTeX font declaration macros, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 68247ff 18/43: Delete obsolete comment, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex f2bac9d 11/43: Improve environment insertion (bug#35284), Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 8cd9db3 17/43: Add changelog for my previous bug fix, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 3424aae 15/43: Update style/fbox.el to package version 0.04, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 7565d7c 19/43: Remove compatibility code for older emacsen, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 8979812 20/43: Don't use obsolete variable, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 88edbf8 22/43: Improve support for extended NFSS macros, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex c1e0419 23/43: Adjust style/fontaxes.el to LaTeX kernel,
Tassilo Horn <=
- [AUCTeX-diffs] [elpa] externals/auctex 0bc0ff5 29/43: Add fontification support \textnormal macro, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 1d2e61d 26/43: Add new font macros in the related menus, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex cc3f860 32/43: Fix regexp for parsing optional arguments, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 0d3393d 36/43: * preview.el.in (preview-gs-open): Use wrapper function., Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 811c52a 34/43: Update style/listings.el, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 520585a 25/43: ; * style/revtex4-2.el: Silence the compiler., Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex ae89690 28/43: * doc/auctex.texi (Font Specifiers): Document new font macros., Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 54cb9c0 37/43: Load caption style before asking for package options, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 4894e78 27/43: Move customizable variable into tex-style.el, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 0d6271f 33/43: Add new style/overpic.el, Tassilo Horn, 2020/04/11