blob: 401c0004481a40cb047e0c82e1843166c40f12bd (
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
|
(TeX-add-style-hook "dcmotor"
(lambda ()
(LaTeX-add-index-entries
"H-Bridge circuit DC motor"
"H-Bridge"
"L293D,L298"
"PCB breakout
board"
"pulse width
modulation, PWM")
(LaTeX-add-labels
"fig:motordriverboard"
"fig:dcm-schematic"
"fig:dcmotorconn"
"sec:dcm-ard"
"sec:dcm-sci"
"table:convention"
"tab:dcmotor-init"
"sec:dc-both"
"fig:dcmotor-clock"
"tab:dcmotor-clock"
"fig:dcmotor-both"
"tab:dcmotor-both"
"fig:dcmotor-loop"
"tab:dcmotor-loop"
"sec:dcmotor-arduino-code"
"ard:dcmotor-clock"
"ard:dcmotor-both"
"ard:dcmotor-loop"
"sec:dcmotor-scilab-code"
"sci:dcmotor-clock"
"sci:dcmotor-both"
"sci:dcmotor-loop")
(TeX-add-symbols
'("LocDCMardbrief" 1)
'("LocDCMscibrief" 1)
"LocDCMfig"
"LocDCMscicode"
"LocDCMardcode")))
|