summaryrefslogtreecommitdiff
path: root/auto/scilab-arduino.el
blob: de10dcd7fb4fa1f526aeeacf9da7bbff3941ebc1 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
(TeX-add-style-hook "scilab-arduino"
 (lambda ()
    (LaTeX-add-bibliographies
     "bibliography.bib")
    (TeX-add-symbols
     '("fnrefp" 1)
     '("fnref" 1)
     '("mypageref" 1)
     '("ardref" 1)
     '("sciref" 1)
     '("pyref" 1)
     '("secref" 1)
     '("chapref" 1)
     '("tabrefp" 1)
     '("tabref" 1)
     '("figrefp" 1)
     '("figref" 1)
     '("ourname" 1)
     '("redcolor" 1)
     '("bluecolor" 1)
     "Origin"
     "Home"
     "portcmd"
     "codclr"
     "scilab"
     "arduino"
     "python"
     "ie"
     "tnfig"
     "smfig"
     "smfigp"
     "lgfig"
     "hgfig")
    (TeX-run-style-hooks
     "seqsplit"
     "beramono"
     "fontenc"
     "T1"
     "varioref"
     "listings"
     "subfig"
     "cite"
     "url"
     "fancybox"
     "makeidx"
     "graphicx"
     "amsmath"
     "fancyhdr"
     "chngcntr"
     "paralist"
     "morefloats"
     "cclicenses"
     "layouts"
     "color"
     "latex2e"
     "bk11"
     "book"
     "a4paper"
     "11pt"
     "suppl/acr"
     "suppl/intro"
     "user-code/hw-env/hw-env"
     "user-code/sw-env/sw-env"
     "user-code/led/led"
     "user-code/push/push"
     "user-code/ldr/ldr"
     "user-code/dcmotor/dcmotor"
     "user-code/pot/pot"
     "user-code/thermistor/thermistor"
     "user-code/servo/servo"
     "user-code/modbus/modbus")))