From b69ac2bddddfcce6748b3c1ce6142f0d64b81ff5 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 16 Apr 2021 17:27:08 +0200 Subject: new command \teidirect to insert code in the TEI xml file only --- ekdosis.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ekdosis.el') diff --git a/ekdosis.el b/ekdosis.el index f1d40b0..5b627d4 100644 --- a/ekdosis.el +++ b/ekdosis.el @@ -127,6 +127,9 @@ (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) '("{{1}}" ("surplus")) t) + (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) + '("[t]" ("teidirect")) + t) ;; This package relies on lualatex, so check for it: (TeX-check-engine-add-engines 'luatex) (TeX-add-symbols -- cgit v1.2.3