diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/stex/sref/sref.sty.ltxml')
-rw-r--r-- | Master/texmf-dist/tex/latex/stex/sref/sref.sty.ltxml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/stex/sref/sref.sty.ltxml b/Master/texmf-dist/tex/latex/stex/sref/sref.sty.ltxml index 2157be90a8a..557ec67bd64 100644 --- a/Master/texmf-dist/tex/latex/stex/sref/sref.sty.ltxml +++ b/Master/texmf-dist/tex/latex/stex/sref/sref.sty.ltxml @@ -2,7 +2,7 @@ package LaTeXML::Package::Pool; use strict; use LaTeXML::Package; DeclareOption('extrefs',''); -RequirePackage('omd'); +RequirePackage('metakeys'); DefConstructor('\sref[]{}', "Section <omdoc:ref type='cite' xref='#2'/>"); DefConstructor('\srefs[]{}', @@ -12,8 +12,8 @@ DefConstructor('\srefl[]{}', DefConstructor('\spageref[]{}', "Section <omdoc:ref type='cite' xref='#2'/>"); DefConstructor('\makeextrefs{}',''); -DefConstructor('\extref[]{}', - "Section <omdoc:ref type='cite' xref='#2'/>"); +DefConstructor('\extref[]{}{}', + "<omdoc:ref type='cite' xref='#2@#3'/>"); DefConstructor('\theextref',''); DefConstructor('\extrefstyle{}{}',""); DefConstructor('\inputrefs{}{}',''); |