package LaTeXML::Package::Pool; use strict; use LaTeXML::Package; DeclareOption('extrefs',''); RequirePackage('metakeys'); DefConstructor('\sref[]{}', "Section "); DefConstructor('\srefs[]{}', "Section "); DefConstructor('\srefl[]{}', "Section "); DefConstructor('\spageref[]{}', "Section "); DefConstructor('\makeextrefs{}',''); DefConstructor('\extref[]{}{}', ""); 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;