summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/stex/stex-logo.sty.ltxml
blob: 4426caac2e4b0172ec7d8cef6836894aa2f40963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;

DefConstructor('\stex',
	       "<omdoc:phrase>sTeX</omdoc:phrase>");
RawTeX('\def\sTeX{\stex}');
1;