blob: e9cbdd41434ef594b060f128a31404073d6b0907 (
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 "tablor"
(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
"ifpdf"
"fancyvrb"
"ifthen"
"filecontents")))
|