summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/stex/tex/etc/stex.sty.ltxml
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/stex/tex/etc/stex.sty.ltxml')
-rw-r--r--macros/latex/contrib/stex/tex/etc/stex.sty.ltxml23
1 files changed, 0 insertions, 23 deletions
diff --git a/macros/latex/contrib/stex/tex/etc/stex.sty.ltxml b/macros/latex/contrib/stex/tex/etc/stex.sty.ltxml
deleted file mode 100644
index 44e30b44c5..0000000000
--- a/macros/latex/contrib/stex/tex/etc/stex.sty.ltxml
+++ /dev/null
@@ -1,23 +0,0 @@
-package LaTeXML::Package::Pool;
-use strict;
-use warnings;
-use LaTeXML::Package;
-
-RequirePackage('xparse');
-
-DefPrimitive('\csname stex_kpsewhich:Nn\endcsname Token {}',sub {
- my ($stomach, $target, $value) = @_;
- $value = ToString(Expand($value));
- my $out = ToString(`kpsewhich $value`);
- $out =~ s/^\s+//;
- $out =~ s/\s+$//;
- Note("Here: $value => $out");
- my @ret = Explode($out);
- DefMacroI($target, undef, Tokens(@ret));
-},locked=>1);
-
-\DefMacroI('\stex@backend',undef,Explode("latexml"));
-
-InputDefinitions('stex', type => 'sty', noltxml => 1);
-
-1; \ No newline at end of file