summaryrefslogtreecommitdiff
path: root/user-code/sw-env/auto/env.el
blob: e1b39828633eb55b1f7bf00d8ca0682cee4b99d3 (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
27
28
29
30
31
32
33
34
(TeX-add-style-hook "env"
 (lambda ()
    (LaTeX-add-labels
     "sec:env"
     "scilab-installation"
     "linux-cd"
     "scilab-cd"
     "scilab-browse"
     "builder"
     "loader"
     "dev-mgr"
     "com"
     "linux-port"
     "test-code"
     "test-console"
     "func"
     "palette"
     "untitled"
     "sine-blk"
     "plot-blk"
     "clk-blk"
     "sine-gen"
     "sine-output"
     "cscope-config"
     "sim-setup"
     "arduino-palette"
     "blk-help")
    (TeX-add-symbols
     "LocENVfig"
     "LocENVscicode"
     "LocENVscibrief"
     "LocENVardcode"
     "LocENVardbrief")))