summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tablor/auto/tablor.el
blob: 470756ad0ad56c25fe4d8978d8bd5b13b2fb520e (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
(TeX-add-style-hook "tablor"
 (lambda ()
    (LaTeX-add-environments
     "TSa"
     "TSq"
     "TS"
     "TSc"
     "TV"
     "TVZ"
     "TVapp"
     "TVI"
     "TVIapp")
    (TeX-add-symbols
     '("initablor" ["argument"] 0)
     '("nettoyer" ["argument"] 0)
     '("dressetoile" 1)
     '("dresse" 1)
     '("executGiacmp" 1)
     "rem"
     "cat"
     "cp"
     "Tableaux"
     "tv"
     "tvbis")
    (TeX-run-style-hooks
     "ifpdf"
     "fancyvrb"
     "ifthen"
     "amsmath"
     "fourier"
     "upright"
     "latex2e"
     "art10"
     "article"
     "filecontents")))