diff options
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/lualatex-math/lualatex-math.el')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/lualatex-math/lualatex-math.el | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/lualatex/lualatex-math/lualatex-math.el b/Master/texmf-dist/doc/lualatex/lualatex-math/lualatex-math.el deleted file mode 100644 index c451f22671b..00000000000 --- a/Master/texmf-dist/doc/lualatex/lualatex-math/lualatex-math.el +++ /dev/null @@ -1,17 +0,0 @@ -;; Copyright 2011 by Philipp Stephani -;; -;; This file may be distributed and/or modified under the -;; conditions of the LaTeX Project Public License, either -;; version 1.3c of this license or (at your option) any later -;; version. The latest version of this license is in: -;; -;; http://www.latex-project.org/lppl.txt -;; -;; and version 1.3c or later is part of all distributions of -;; LaTeX version 2009/09/24 or later. - -(TeX-add-style-hook - "lualatex-math" - (function - (lambda () - (TeX-run-style-hooks "expl3" "etoolbox" "luatexbase" "filehook")))) |