diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-11 23:21:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-11 23:21:52 +0000 |
commit | 71010177fbcee3901fdeccfdca55500eaa211b44 (patch) | |
tree | d813b2914855bdcca60934327b0b87a72f993d9a /Master/texmf-dist/doc/latex/pstool/trial2-pstool.run.xml | |
parent | 43501b14c11da09f8e269e70521b541c3a606848 (diff) |
pstool (11mar13)
git-svn-id: svn://tug.org/texlive/trunk@29343 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstool/trial2-pstool.run.xml')
-rw-r--r-- | Master/texmf-dist/doc/latex/pstool/trial2-pstool.run.xml | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pstool/trial2-pstool.run.xml b/Master/texmf-dist/doc/latex/pstool/trial2-pstool.run.xml new file mode 100644 index 00000000000..08a5461efac --- /dev/null +++ b/Master/texmf-dist/doc/latex/pstool/trial2-pstool.run.xml @@ -0,0 +1,90 @@ +<?xml version="1.0" standalone="yes"?> +<!-- logreq request file --> +<!-- logreq version 1.0 / dtd version 1.0 --> +<!-- Do not edit this file! --> +<!DOCTYPE requests [ + <!ELEMENT requests (internal | external)*> + <!ELEMENT internal (generic, (provides | requires)*)> + <!ELEMENT external (generic, cmdline?, input?, output?, (provides | requires)*)> + <!ELEMENT cmdline (binary, (option | infile | outfile)*)> + <!ELEMENT input (file)+> + <!ELEMENT output (file)+> + <!ELEMENT provides (file)+> + <!ELEMENT requires (file)+> + <!ELEMENT generic (#PCDATA)> + <!ELEMENT binary (#PCDATA)> + <!ELEMENT option (#PCDATA)> + <!ELEMENT infile (#PCDATA)> + <!ELEMENT outfile (#PCDATA)> + <!ELEMENT file (#PCDATA)> + <!ATTLIST requests + version CDATA #REQUIRED + > + <!ATTLIST internal + package CDATA #REQUIRED + priority (9) #REQUIRED + active (0 | 1) #REQUIRED + > + <!ATTLIST external + package CDATA #REQUIRED + priority (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8) #REQUIRED + active (0 | 1) #REQUIRED + > + <!ATTLIST provides + type (static | dynamic | editable) #REQUIRED + > + <!ATTLIST requires + type (static | dynamic | editable) #REQUIRED + > + <!ATTLIST file + type CDATA #IMPLIED + > +]> +<requests version="1.0"> + <internal package="biblatex" priority="9" active="0"> + <generic>latex</generic> + <provides type="dynamic"> + <file>trial2-pstool.aux</file> + <file>trial2-pstool-blx.bib</file> + </provides> + <requires type="dynamic"> + <file>trial2-pstool.bbl</file> + </requires> + <requires type="static"> + <file>blx-compat.def</file> + <file>biblatex.def</file> + <file>numeric.bbx</file> + <file>standard.bbx</file> + <file>numeric.cbx</file> + <file>biblatex.cfg</file> + <file>english.lbx</file> + </requires> + </internal> + <external package="biblatex" priority="5" active="0"> + <generic>bibtex</generic> + <cmdline> + <binary>bibtex</binary> + <option>-min-crossrefs 2</option> + <infile>trial2-pstool</infile> + </cmdline> + <input> + <file>trial2-pstool.aux</file> + </input> + <output> + <file>trial2-pstool.bbl</file> + </output> + <provides type="dynamic"> + <file>trial2-pstool.bbl</file> + </provides> + <requires type="dynamic"> + <file>trial2-pstool.aux</file> + <file>trial2-pstool-blx.bib</file> + </requires> + <requires type="editable"> + <file>xampl.bib</file> + </requires> + <requires type="static"> + <file>biblatex.bst</file> + </requires> + </external> +</requests> |