branch: externals/auctex commit 497847f1931013b40755bd033f29e95c8cc74b67 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
Update footmisc package options to v6.0a * style/footmisc.el (LaTeX-footmisc-package-options): Add new package options. --- style/footmisc.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/style/footmisc.el b/style/footmisc.el index 7069e89bf2..46380ccb54 100644 --- a/style/footmisc.el +++ b/style/footmisc.el @@ -1,6 +1,6 @@ ;;; footmisc.el --- AUCTeX style for `footmisc.sty' -*- lexical-binding: t; -*- -;; Copyright (C) 2011, 2018--2021 Free Software Foundation, Inc. +;; Copyright (C) 2011, 2018--2022 Free Software Foundation, Inc. ;; Author: Mads Jensen <m...@inducks.org> ;; Created: 2011-04-08 @@ -25,7 +25,7 @@ ;;; Commentary: -;; This file adds support for `footmisc.sty' (v5.5b) from 2011/06/06. +;; This file adds support for `footmisc.sty' (v6.0a) from 2021/02/10. ;;; Code: @@ -120,7 +120,10 @@ "para" "symbol" "symbol*" "marginal" "flushmargin" "hang" "norule" "splitrule" "stable" - "multiple") + "multiple" + "abovefloats" "belowfloats" + "bottom" + "bottomfloats" "bottomfootnotes") "Package options for the footmisc package.") ;;; footmisc.el ends here