From 3aa99304d95d768fc1d95c23e7fa3d1df09defa2 Mon Sep 17 00:00:00 2001 From: Paolo Marinelli Date: Thu, 13 Mar 2003 17:44:48 +0000 Subject: [PATCH] This xslt transforms the TML tree in TeX using a particular syntax: every node having the attribute Id, will be transformed in {\id{id value}{expansion of its children}}. --- helm/DEVEL/mathml_editor/xsl/tml-texid.xsl | 123 +++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 helm/DEVEL/mathml_editor/xsl/tml-texid.xsl diff --git a/helm/DEVEL/mathml_editor/xsl/tml-texid.xsl b/helm/DEVEL/mathml_editor/xsl/tml-texid.xsl new file mode 100644 index 000000000..20de507a4 --- /dev/null +++ b/helm/DEVEL/mathml_editor/xsl/tml-texid.xsl @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + {\id{}{}} + + + + + + + + + + $${\id{}{}}$$ + ${\id{}{}}$ + + + + + + $$$$ + $$ + + + + + + \ + + + + + + + + + \ + + + + + + + + + \ + + + + + + + + + + + + + + __ + + + _ + + + + + + + + ^^ + + + ^ + + + + + {} + + + \cr + + + + & + + + + + + \ + + + + + \ + + + + + + -- 2.39.2