From cdfe96a3444a4d0664b9702c4ff6fe6622257834 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 20 Jul 2010 22:30:22 +0000 Subject: stex update once more git-svn-id: svn://tug.org/texlive/trunk@19548 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/stex/sref/sref.sty.ltxml | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/stex/sref/sref.sty.ltxml (limited to 'Master/texmf-dist/tex/latex/stex/sref/sref.sty.ltxml') diff --git a/Master/texmf-dist/tex/latex/stex/sref/sref.sty.ltxml b/Master/texmf-dist/tex/latex/stex/sref/sref.sty.ltxml new file mode 100644 index 00000000000..2157be90a8a --- /dev/null +++ b/Master/texmf-dist/tex/latex/stex/sref/sref.sty.ltxml @@ -0,0 +1,33 @@ +package LaTeXML::Package::Pool; +use strict; +use LaTeXML::Package; +DeclareOption('extrefs',''); +RequirePackage('omd'); +DefConstructor('\sref[]{}', + "Section "); +DefConstructor('\srefs[]{}', + "Section "); +DefConstructor('\srefl[]{}', + "Section "); +DefConstructor('\spageref[]{}', + "Section "); +DefConstructor('\makeextrefs{}',''); +DefConstructor('\extref[]{}', + "Section "); +DefConstructor('\theextref',''); +DefConstructor('\extrefstyle{}{}',""); +DefConstructor('\inputrefs{}{}',''); +DefEnvironment('{sequation} OptionalKeyVals', + "" + . "" + . "#body" + . "" + . "", + mode=>'display_math', + properties=> sub { RefStepCounter('equation') }, + locked=>1); +DefMacro('\seqnarray OptionalKeyVals','\begin{eqnarray*}'); +DefMacro('\endseqnarray','\end{eqnarray*}'); +1; -- cgit v1.2.3