diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tablor')
-rw-r--r-- | Master/texmf-dist/doc/latex/tablor/auto/tablor-xetex.el | 51 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tablor/auto/tablor.el | 40 |
2 files changed, 91 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tablor/auto/tablor-xetex.el b/Master/texmf-dist/doc/latex/tablor/auto/tablor-xetex.el new file mode 100644 index 00000000000..2c7fbf4252e --- /dev/null +++ b/Master/texmf-dist/doc/latex/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"))) + diff --git a/Master/texmf-dist/doc/latex/tablor/auto/tablor.el b/Master/texmf-dist/doc/latex/tablor/auto/tablor.el new file mode 100644 index 00000000000..e9cbdd41434 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tablor/auto/tablor.el @@ -0,0 +1,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"))) + |