summaryrefslogtreecommitdiffstats
path: root/yaac-another-awesome-cv/example/cv.run.xml
diff options
context:
space:
mode:
Diffstat (limited to 'yaac-another-awesome-cv/example/cv.run.xml')
-rw-r--r--yaac-another-awesome-cv/example/cv.run.xml86
1 files changed, 86 insertions, 0 deletions
diff --git a/yaac-another-awesome-cv/example/cv.run.xml b/yaac-another-awesome-cv/example/cv.run.xml
new file mode 100644
index 0000000..082eb10
--- /dev/null
+++ b/yaac-another-awesome-cv/example/cv.run.xml
@@ -0,0 +1,86 @@
+<?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>cv.bcf</file>
+ </provides>
+ <requires type="dynamic">
+ <file>cv.bbl</file>
+ </requires>
+ <requires type="static">
+ <file>blx-dm.def</file>
+ <file>blx-compat.def</file>
+ <file>biblatex.def</file>
+ <file>authoryear.bbx</file>
+ <file>standard.bbx</file>
+ <file>authoryear.cbx</file>
+ <file>biblatex.cfg</file>
+ <file>french.lbx</file>
+ <file>english.lbx</file>
+ </requires>
+ </internal>
+ <external package="biblatex" priority="5" active="0">
+ <generic>biber</generic>
+ <cmdline>
+ <binary>biber</binary>
+ <infile>cv</infile>
+ </cmdline>
+ <input>
+ <file>cv.bcf</file>
+ </input>
+ <output>
+ <file>cv.bbl</file>
+ </output>
+ <provides type="dynamic">
+ <file>cv.bbl</file>
+ </provides>
+ <requires type="dynamic">
+ <file>cv.bcf</file>
+ </requires>
+ <requires type="editable">
+ <file>sample.bib</file>
+ </requires>
+ </external>
+</requests>