summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/stex/stex-logo.sty.ltxml
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-30 23:23:02 +0000
committerKarl Berry <karl@freefriends.org>2012-03-30 23:23:02 +0000
commit849996eca72af498b48b10fbea7f14c4b9d21b8f (patch)
tree2d40d42dfc9fc0b0622212cc220868f98345305f /Master/texmf-dist/tex/latex/stex/stex-logo.sty.ltxml
parentd82e1c23973fd0271f93686f487bd1cee8dcd947 (diff)
restore stex (ca. 28jan12)
git-svn-id: svn://tug.org/texlive/trunk@25792 c570f23f-e606-0410-a88d-b1316a301751
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..cd3ed6d0df4
--- /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;
+RequirePackage('xspace');
+DefConstructor('\stex',
+ "<ltx:text>sTeX</ltx:text>");
+RawTeX('\def\sTeX{\stex}');
+1;