summaryrefslogtreecommitdiff
path: root/user-code/push/auto/push.el
blob: 4819a434ec6090c5e4d7ffaf2ef3f7d3202e03ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(TeX-add-style-hook "push"
 (lambda ()
    (LaTeX-add-labels
     "pushbutton"
     "fig:pushbuttonconn"
     "sec:push-xcos"
     "fig:push-button-status"
     "tab:push-button-status"
     "fig:led-push-button"
     "tab:led-push-button"
     "sec:push-arduino-code"
     "ard:push-100"
     "ard:push-200"
     "sec:push-scilab-code"
     "sci:push-100"
     "sci:push-200")
    (TeX-add-symbols
     '("LocPushardbrief" 1)
     '("LocPushscibrief" 1)
     "LocPushfig"
     "LocPushscicode"
     "LocPushardcode")))