summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tablor/auto/tablor-xetex.el
blob: 2c7fbf4252e7bf393ba27896fdbe3f1554b11a03 (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
(TeX-add-style-hook "tablor-xetex"
 (lambda ()
    (LaTeX-add-environments
     "TSa"
     "TSq"
     "TS"
     "TSc"
     "TV"
     "TVP"
     "TVZ"
     "TVapp"
     "TVI"
     "TVIex"
     "TVIapp"
     "TVPC"
     "TVS")
    (TeX-add-symbols
     '("initablor" ["argument"] 0)
     '("nettoyer" ["argument"] 0)
     '("dressetoile" 2)
     '("dresse" 2)
     '("coultab" 1)
     '("ech" 1)
     '("executGiacmp" 1)
     "rem"
     "cat"
     "cp"
     "echod"
     "echof"
     "nomtravail"
     "tv"
     "tvbis"
     "echelle"
     "couleurtab")
    (TeX-run-style-hooks
     "pst-eps"
     "graphicx"
     "babel"
     "frenchb"
     "fontenc"
     "T1"
     "latex2e"
     "art10"
     "article"
     "ifxetex"
     "ifpdf"
     "fancyvrb"
     "ifthen"
     "filecontents"
     "tablor")))