summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pstool/example.run.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstool/example.run.xml')
-rw-r--r--Master/texmf-dist/doc/latex/pstool/example.run.xml90
1 files changed, 0 insertions, 90 deletions
diff --git a/Master/texmf-dist/doc/latex/pstool/example.run.xml b/Master/texmf-dist/doc/latex/pstool/example.run.xml
deleted file mode 100644
index 9d2bab5f589..00000000000
--- a/Master/texmf-dist/doc/latex/pstool/example.run.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?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>example.aux</file>
- <file>example-blx.bib</file>
- </provides>
- <requires type="dynamic">
- <file>example.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>example</infile>
- </cmdline>
- <input>
- <file>example.aux</file>
- </input>
- <output>
- <file>example.bbl</file>
- </output>
- <provides type="dynamic">
- <file>example.bbl</file>
- </provides>
- <requires type="dynamic">
- <file>example.aux</file>
- <file>example-blx.bib</file>
- </requires>
- <requires type="editable">
- <file>xampl.bib</file>
- </requires>
- <requires type="static">
- <file>biblatex.bst</file>
- </requires>
- </external>
-</requests>