summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/rtsched/auto/rtexample.el
blob: 44adab821dec59c9cde85fa5097a1b84b49bddeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(TeX-add-style-hook "rtexample"
 (lambda ()
    (LaTeX-add-labels
     "fig:ex1"
     "fig:ex1a"
     "fig:ex1b"
     "fig:ex1c"
     "fig:ex2"
     "fig:ex2a"
     "fig:ex2b"
     "fig:ex2c"
     "fig:ex3a")
    (TeX-run-style-hooks
     "url"
     "rtsched"
     "latex2e"
     "art10"
     "article")))