[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex dc5e90e 66/80: Add new style/multitoc.el
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex dc5e90e 66/80: Add new style/multitoc.el |
Date: |
Wed, 16 Oct 2019 11:07:19 -0400 (EDT) |
branch: externals/auctex
commit dc5e90e18ee2084ac71f18d7b6627dca3210ac80
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>
Add new style/multitoc.el
* Makefile.in (STYLESRC): Add new style.
* style/multitoc.el: New file
---
Makefile.in | 3 ++-
style/multitoc.el | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 70bd71c..bee090e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -169,7 +169,8 @@ STYLESRC = style/prosper.el \
style/xltabular.el style/marginnote.el style/thmtools.el \
style/ocg-p.el style/ocgx.el style/thm-restate.el \
style/pythontex.el style/dashundergaps.el style/beamerarticle.el \
- style/changelog.el style/ltugboat.el style/beamerswitch.el
+ style/changelog.el style/ltugboat.el style/beamerswitch.el \
+ style/multitoc.el
STYLEELC = $(STYLESRC:.el=.elc)
diff --git a/style/multitoc.el b/style/multitoc.el
new file mode 100644
index 0000000..43fa817
--- /dev/null
+++ b/style/multitoc.el
@@ -0,0 +1,48 @@
+;;; multitoc.el --- AUCTeX style for `multitoc.sty' (v2.01)
+
+;; Copyright (C) 2019 Free Software Foundation, Inc.
+
+;; Author: Arash Esbati <address@hidden>
+;; Maintainer: address@hidden
+;; Created: 2019-09-07
+;; Keywords: tex
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 3, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING. If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
+;;; Commentary:
+
+;; This file adds support for `multitoc.sty' (v2.01) from 1999/06/08.
+;; `multitoc.sty' is part of TeXLive.
+
+;;; Code:
+
+(TeX-add-style-hook
+ "multitoc"
+ (lambda ()
+ (TeX-run-style-hooks "multicol" "ifthen")
+ (TeX-add-symbols
+ "multicolumntoc"
+ "multicolumnlot"
+ "multicolumnlof"))
+ LaTeX-dialect)
+
+(defvar LaTeX-multitoc-package-options
+ '("toc" "lof" "lot")
+ "Package options for the multitoc package.")
+
+;;; multitoc.el ends here
- [elpa] externals/auctex dac5503 64/80: Add new style/ltugboat.el, (continued)
- [elpa] externals/auctex dac5503 64/80: Add new style/ltugboat.el, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 52e0dac 68/80: Improve detecting of rejected optional arguments, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 9127647 69/80: Update style/varioref.el to package version 1.6b, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex eafb114 75/80: Fix preview-latex for TeXLive 2019 update, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex cdb98c6 34/80: Fix last commit, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 0fd9848 35/80: Improve style/mflogo.el, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 1b88eda 38/80: Fix autoload generation code (bug#35758), Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 90fcbd4 41/80: Make navigation function robust, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex c07e4bf 49/80: Update style/AnonymousPro.el to package version 2.2, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex a9b5eb1 67/80: ; * style/changelog.el (font-latex-add-keywords): Silence the compiler., Tassilo Horn, 2019/10/16
- [elpa] externals/auctex dc5e90e 66/80: Add new style/multitoc.el,
Tassilo Horn <=
- [elpa] externals/auctex c5e47f8 80/80: ; Recompile using GNUMakefile after merge from origin/master, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex ff688b9 33/80: Stop depreciated usage of undeclared dynamic variable, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 3e179f8 53/80: Update style/fvextra.el to package version 1.4, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 3542a23 70/80: Update style/subcaption.el to package version 1.3, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 7cb6c19 59/80: Fix lisp example for `TeX-electric-math', Tassilo Horn, 2019/10/16
- [elpa] externals/auctex a033c30 43/80: ; Use `LaTeX-extract-key-value-label', Tassilo Horn, 2019/10/16
- [elpa] externals/auctex aa17420 46/80: ; Silence the compiler, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 01dc048 78/80: Change default for new Ghostscript, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 799c844 63/80: Add new style/changelog.el, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex dc2c2d6 65/80: Make "PDF Tools" viewer available under Windows and macOS, Tassilo Horn, 2019/10/16