diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/stex/reqdoc/reqdoc.sty.ltxml')
-rw-r--r-- | Master/texmf-dist/tex/latex/stex/reqdoc/reqdoc.sty.ltxml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Master/texmf-dist/tex/latex/stex/reqdoc/reqdoc.sty.ltxml b/Master/texmf-dist/tex/latex/stex/reqdoc/reqdoc.sty.ltxml deleted file mode 100644 index f7b9edf4d8a..00000000000 --- a/Master/texmf-dist/tex/latex/stex/reqdoc/reqdoc.sty.ltxml +++ /dev/null @@ -1,23 +0,0 @@ -package LaTeXML::Package::Pool; -use strict; -use LaTeXML::Package; -RegisterNamespace('r'=>"http://omdoc.org/ontology/requirements#"); -RegisterDocumentNamespace('r'=>"http://omdoc.org/ontology/requirements#"); -DefEnvironment('{requirements} OptionalKeyVals:reqs', - "<omdoc:omgroup type='itemize'>#body</omdoc:omgroup>"); -DefCMPEnvironment('{requirement} OptionalKeyVals:req', - "<omdoc:omtext ?&KeyVal(#1,'id')(xml:id='&KeyVal(#1,'id')')() r:dummy='to ensure the namespace'>" - . "<omdoc:meta property='texttype' content='r:requirement'/>" - . "?&KeyVal(#1,'refs')(<omdoc:link rel='r:dependsOn' href='#&KeyVal(#1,'refs')'/>)()" - . "#body" - ."</omdoc:omtext>"); -DefConstructor('\reqnote{}', - "<omdoc:note type='requirement'>#1</omdoc:note>"); -DefEnvironment('{reqtable} OptionalKeyVals:reqs', - "<omdoc:omgroup type='itemize'>#body</omdoc:omgroup>"); -DefCMPConstructor('\reqline OptionalKeyVals:req{}{}', - "<omdoc:omtext type='requirement'><omdoc:CMP>#2</omdoc:CMP></omdoc:omtext>" - ."<omdoc:omtext type='note'><omdoc:CMP>#3</omdoc:CMP></omdoc:omtext>"); -DefConstructor('\importreqs {}',"<omdoc:imports from='#1'/>"); -DefMacro('\rinput','\input'); -1; |