summaryrefslogtreecommitdiff
path: root/Build/source/texk/windvi/Examples/auto/wtest.el
blob: 758cb5e3aadea08b0fb416de90038d66dde8cd55 (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 "wtest"
 (function
  (lambda ()
    (LaTeX-add-labels
     "fig:f7")
    (TeX-add-symbols
     '("XX" 2)
     "WDVI"
     "HR")
    (TeX-run-style-hooks
     "xy"
     "graphicx"
     "pstcol"
     "pst-node"
     "pst-tree"
     "graphics"
     "pspicture"
     "epic"
     "eepic"
     "color"
     "latex2e"
     "art11"
     "article"
     "a4paper"
     "11pt"))))