aboutsummaryrefslogtreecommitdiff
path: root/doc/auto/documentation.el
blob: f29a6c240d4817aae2e5429bdf35c244a7d6b578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(TeX-add-style-hook "documentation"
 (function
  (lambda ()
    (LaTeX-add-labels
     "sec:aux")
    (TeX-run-style-hooks
     "latex2e"
     "art10"
     "article"
     "interface"
     "param"
     "schedule"))))