-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodernmath.el
More file actions
25 lines (24 loc) · 786 Bytes
/
modernmath.el
File metadata and controls
25 lines (24 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
;; Copyright (C) 2010, 2012 by Philipp Stephani <p.stephani2@gmail.com>
;;
;; 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
"modernmath"
(function
(lambda ()
(TeX-run-style-hooks
"etex" "expl3" "l3keys2e" "fixltx2e"
"lmodern" "cfr-lm" "fontenc" "textcomp"
"polyglossia"
"babel"
"amsmath" "amsfonts" "amssymb" "mathtools"
"isomath"
"fontspec" "microtype" "unicode-math"
"inputenc"))))