summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tablor/auto/tablor-xetex.el
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tablor/auto/tablor-xetex.el')
-rw-r--r--macros/latex/contrib/tablor/auto/tablor-xetex.el51
1 files changed, 51 insertions, 0 deletions
diff --git a/macros/latex/contrib/tablor/auto/tablor-xetex.el b/macros/latex/contrib/tablor/auto/tablor-xetex.el
new file mode 100644
index 0000000000..2c7fbf4252
--- /dev/null
+++ b/macros/latex/contrib/tablor/auto/tablor-xetex.el
@@ -0,0 +1,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")))
+