summaryrefslogtreecommitdiff
path: root/user-code/thermistor/auto/thermistor.el
blob: 5910b4a4e9af7c041a3d897a0953223762420c9a (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
(TeX-add-style-hook "thermistor"
 (lambda ()
    (LaTeX-add-labels
     "fig:therm"
     "fig:thermsym"
     "fig:therm-conn"
     "fig:buzzer-conn"
     "therm-abc"
     "therm-beta"
     "fig:therm-read"
     "tab:therm-read"
     "fig:therm-read-output"
     "fig:therm-buzzer"
     "tab:ldr-led"
     "fig:therm-buzzer-output"
     "sec:therm-arduino-code"
     "ard:therm-read"
     "ard:therm-buzzer"
     "sec:therm-scilab-code"
     "sci:therm-read"
     "sci:therm-buzzer")
    (TeX-add-symbols
     '("LocTHERMardbrief" 1)
     '("LocTHERMscibrief" 1)
     "LocTHERMfig"
     "LocTHERMscicode"
     "LocTHERMardcode")))