summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/stex/stex.sty.ltxml
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-09 22:43:47 +0000
committerKarl Berry <karl@freefriends.org>2012-01-09 22:43:47 +0000
commit66a28e0c48dbe5e98f85c13320d4c1aa27deed16 (patch)
tree1ca760c6b187045518083dfbdd4d75f12c54d2fe /Master/texmf-dist/tex/latex/stex/stex.sty.ltxml
parent2038d0a63142b83600256230a480cfc39a984c63 (diff)
rm stex, cannot get right: bin programs, xml, etc.
git-svn-id: svn://tug.org/texlive/trunk@25063 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/stex/stex.sty.ltxml')
-rw-r--r--Master/texmf-dist/tex/latex/stex/stex.sty.ltxml23
1 files changed, 0 insertions, 23 deletions
diff --git a/Master/texmf-dist/tex/latex/stex/stex.sty.ltxml b/Master/texmf-dist/tex/latex/stex/stex.sty.ltxml
deleted file mode 100644
index 497f48fe576..00000000000
--- a/Master/texmf-dist/tex/latex/stex/stex.sty.ltxml
+++ /dev/null
@@ -1,23 +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('stex-logo');
-RequirePackage('modules');
-RequirePackage('statements');
-RequirePackage('sproof');
-RequirePackage('omdoc');
-RequirePackage('presentation');
-RequirePackage('dcm');
-
-1;