summaryrefslogtreecommitdiff
path: root/suppl/auto/styles.el
blob: 1d7faa338dd73139f4cee451782dbe3d59194df8 (plain)
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
26
(TeX-add-style-hook "styles"
 (lambda ()
    (LaTeX-add-environments
     "codemass"
     "scicode"
     "ardmass"
     "ardcode"
     "pycode"
     "pymass"
     "indented"
     "thmenumerate"
     "egmass"
     "exercise")
    (TeX-add-symbols
     '("acaption" 1)
     '("ccaption" 1)
     "listofcode"
     "l"
     "listofard"
     "item"
     "eop"
     "qed")
    (TeX-run-style-hooks
     "theorem"
     "ntheorem")))