summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/stex/stex-logo.sty.ltxml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/stex/stex-logo.sty.ltxml')
-rw-r--r--Master/texmf-dist/tex/latex/stex/stex-logo.sty.ltxml18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/stex/stex-logo.sty.ltxml b/Master/texmf-dist/tex/latex/stex/stex-logo.sty.ltxml
new file mode 100644
index 00000000000..4426caac2e4
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/stex/stex-logo.sty.ltxml
@@ -0,0 +1,18 @@
+# -*- CPERL -*-
+# /=======================================================\ #
+# | stex.sty - Implementation for LaTeXML | #
+# | | #
+# |=======================================================| #
+# | Not Part of LaTeXML : http://dlmf.nist.gov/LaTeXML/ | #
+# | Copyright (c) 2006 arXMLiv group | #
+# | Released under the GNU Public License | #
+# \=======================================================/ #
+
+package LaTeXML::Package::Pool;
+use strict;
+use LaTeXML::Package;
+
+DefConstructor('\stex',
+ "<omdoc:phrase>sTeX</omdoc:phrase>");
+RawTeX('\def\sTeX{\stex}');
+1;