>From be230c7eb8cced4e6b041f657e483b3894973fdf Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Sat, 24 Oct 2015 16:24:44 +0200 Subject: [PATCH 2/4] Remove SmallCaps font declaration command. * style/AlegreyaSans.el ("AlegreyaSans"): Remove SmallCaps font declaration command. * style/Alegreya.el ("Alegreya"): Remove SmallCaps font declaration command. --- ChangeLog | 6 ++++++ style/Alegreya.el | 6 ++---- style/AlegreyaSans.el | 6 ++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f7ac31..df6b60e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2015-10-24 Arash Esbati + * style/AlegreyaSans.el ("AlegreyaSans"): Remove SmallCaps + font declaration command. + + * style/Alegreya.el ("Alegreya"): Remove SmallCaps + font declaration command. + * style/caption.el (LaTeX-arg-caption-captionbox): Fix doctring. * style/subcaption.el (LaTeX-arg-subcaption-subcaption): Fix diff --git a/style/Alegreya.el b/style/Alegreya.el index e2a444f..70e69e0 100644 --- a/style/Alegreya.el +++ b/style/Alegreya.el @@ -1,4 +1,4 @@ -;;; Alegreya.el --- AUCTeX style for `Alegreya.sty' (v2015/09/02) +;;; Alegreya.el --- AUCTeX style for `Alegreya.sty' (v2015/10/22) ;; Copyright (C) 2015 Free Software Foundation, Inc. @@ -26,7 +26,7 @@ ;;; Commentary: -;; This file adds support for `Alegreya.sty' (v2015/09/02). +;; This file adds support for `Alegreya.sty' (v2015/10/22). ;; `Alegreya.sty' is part of TeXLive. ;;; Code: @@ -49,7 +49,6 @@ '("useosf") ;; Text commands '("Alegreya" -1) - '("AlegreyaSC" -1) '("AlegreyaBlack" -1) '("AlegreyaLF" -1) '("AlegreyaOsF" -1) @@ -67,7 +66,6 @@ ("textin" "{")) 'type-command) (font-latex-add-keywords '(("Alegreya" "") - ("AlegreyaSC" "") ("AlegreyaBlack" "") ("AlegreyaLF" "") ("AlegreyaOsF" "") diff --git a/style/AlegreyaSans.el b/style/AlegreyaSans.el index 4d9b497..494890d 100644 --- a/style/AlegreyaSans.el +++ b/style/AlegreyaSans.el @@ -1,4 +1,4 @@ -;;; AlegreyaSans.el --- AUCTeX style for `AlegreyaSans.sty' (v2015/09/02) +;;; AlegreyaSans.el --- AUCTeX style for `AlegreyaSans.sty' (v2015/10/22) ;; Copyright (C) 2015 Free Software Foundation, Inc. @@ -26,7 +26,7 @@ ;;; Commentary: -;; This file adds support for `AlegreyaSans.sty' (v2015/09/02). +;; This file adds support for `AlegreyaSans.sty' (v2015/10/22). ;; `AlegreyaSans.sty' is part of TeXLive. ;;; Code: @@ -58,7 +58,6 @@ '("AlegreyaSansMedium" -1) '("AlegreyaSansExtraBold" -1) '("AlegreyaSansBlack" -1) - '("AlegreyaSansSC" -1) '("textsu" t) ; superior figures '("sufigures" -1) ; '("textin" t) ; inferior figures @@ -79,7 +78,6 @@ ("AlegreyaSansMedium" "") ("AlegreyaSansExtraBold" "") ("AlegreyaSansBlack" "") - ("AlegreyaSansSC" "") ("sufigures" "") ("infigures" "")) 'type-declaration))) -- 2.6.2