diff options
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.ltxml | 18 |
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; |