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

[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)
 



reply via email to

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