[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 3424aae 15/43: Update style/fbox.el to package v
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 3424aae 15/43: Update style/fbox.el to package version 0.04 |
Date: |
Sat, 11 Apr 2020 15:05:20 -0400 (EDT) |
branch: externals/auctex
commit 3424aaecb127833df475809d815932267cf9c097
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>
Update style/fbox.el to package version 0.04
* style/fbox.el: Add support for \fparbox macro.
---
style/fbox.el | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/style/fbox.el b/style/fbox.el
index 07abb81..1ff1b69 100644
--- a/style/fbox.el
+++ b/style/fbox.el
@@ -1,6 +1,6 @@
-;;; fbox.el --- AUCTeX style for `fbox.sty' (v0.03)
+;;; fbox.el --- AUCTeX style for `fbox.sty' (v0.04)
-;; Copyright (C) 2019 Free Software Foundation, Inc.
+;; Copyright (C) 2019--2020 Free Software Foundation, Inc.
;; Author: Arash Esbati <address@hidden>
;; Maintainer: address@hidden
@@ -26,7 +26,7 @@
;;; Commentary:
-;; This file adds support for `fbox.sty' (v0.03) from 2019/11/04.
+;; This file adds support for `fbox.sty' (v0.04) from 2020/01/03.
;; `fbox.sty' is part of TeXLive.
;; Silence the compiler:
@@ -38,13 +38,16 @@
"fbox"
(lambda ()
(TeX-add-symbols
- '("fbox" [ "Frame parts (combination of lrtb)" ] t)
- '("fbox*" [ "Frame parts (combination of lrtb)" ] t))
+ '("fbox" [ "Frame parts (combination of lrtb)" ] t)
+ '("fbox*" [ "Frame parts (combination of lrtb)" ] t)
+ '("fparbox" [ "Frame parts (combination of lrtb)" ] t)
+ '("fparbox*" [ "Frame parts (combination of lrtb)" ] t))
;; Fontification
(when (and (featurep 'font-latex)
(eq TeX-install-font-lock 'font-latex-setup))
- (font-latex-add-keywords '(("fbox" "*[{"))
+ (font-latex-add-keywords '(("fbox" "*[{")
+ ("fparbox" "*[{"))
'function)))
LaTeX-dialect)
- [elpa] externals/auctex 8a2cdac 02/43: Add new style/fbox.el, (continued)
- [elpa] externals/auctex 8a2cdac 02/43: Add new style/fbox.el, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 8927ed6 04/43: Update style/ltugboat.el to class version 2.22, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 7f60ef7 12/43: Update Pygments styles to version 2.5.2, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 486650b 05/43: Update menu in proper timing (bug#38058), Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 13e6746 13/43: Delete insertion of wrong dollar sign, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 8cd9db3 17/43: Add changelog for my previous bug fix, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex f700ec0 16/43: Support extended NFSS shapes with 2020-02-02 LaTeX kernel, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 45f0298 07/43: * font-latex.el (font-latex-setup): Remove XEmacs compat code., Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 6c25ffe 08/43: Adjust Makefile clean targets, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 1d72a5c 21/43: Remove compatibility code for older emacsen, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 3424aae 15/43: Update style/fbox.el to package version 0.04,
Tassilo Horn <=
- [elpa] externals/auctex c1e0419 23/43: Adjust style/fontaxes.el to LaTeX kernel, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 0bc0ff5 29/43: Add fontification support \textnormal macro, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 07efee4 31/43: Add new style/ltxguide.el, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 0d6271f 33/43: Add new style/overpic.el, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex 54cb9c0 37/43: Load caption style before asking for package options, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex aa85918 24/43: Add new style/revtex4-2.el, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex dab40b7 38/43: Load caption style when asking for bicaption package options, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex fb1fdc4 41/43: Fix y-or-n-p query prompts, Tassilo Horn, 2020/04/11
- [elpa] externals/auctex f2bac9d 11/43: Improve environment insertion (bug#35284), Tassilo Horn, 2020/04/11
- [elpa] externals/auctex e35f85a 06/43: Update style/caption.el to package version 3.4a, Tassilo Horn, 2020/04/11