blob: c451f22671b360bb268a8adb06b43733574f237d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
;; 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"))))
|