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, 0 insertions, 18 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
deleted file mode 100644
index cd3ed6d0df4..00000000000
--- a/Master/texmf-dist/tex/latex/stex/stex-logo.sty.ltxml
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- 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;