Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 29897
1
<?xml version="1.0" standalone="yes"?>
2
<!-- logreq request file -->
3
<!-- logreq version 1.0 / dtd version 1.0 -->
4
<!-- Do not edit this file! -->
5
<!DOCTYPE requests [
6
<!ELEMENT requests (internal | external)*>
7
<!ELEMENT internal (generic, (provides | requires)*)>
8
<!ELEMENT external (generic, cmdline?, input?, output?, (provides | requires)*)>
9
<!ELEMENT cmdline (binary, (option | infile | outfile)*)>
10
<!ELEMENT input (file)+>
11
<!ELEMENT output (file)+>
12
<!ELEMENT provides (file)+>
13
<!ELEMENT requires (file)+>
14
<!ELEMENT generic (#PCDATA)>
15
<!ELEMENT binary (#PCDATA)>
16
<!ELEMENT option (#PCDATA)>
17
<!ELEMENT infile (#PCDATA)>
18
<!ELEMENT outfile (#PCDATA)>
19
<!ELEMENT file (#PCDATA)>
20
<!ATTLIST requests
21
version CDATA #REQUIRED
22
>
23
<!ATTLIST internal
24
package CDATA #REQUIRED
25
priority (9) #REQUIRED
26
active (0 | 1) #REQUIRED
27
>
28
<!ATTLIST external
29
package CDATA #REQUIRED
30
priority (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8) #REQUIRED
31
active (0 | 1) #REQUIRED
32
>
33
<!ATTLIST provides
34
type (static | dynamic | editable) #REQUIRED
35
>
36
<!ATTLIST requires
37
type (static | dynamic | editable) #REQUIRED
38
>
39
<!ATTLIST file
40
type CDATA #IMPLIED
41
>
42
]>
43
<requests version="1.0">
44
<internal package="biblatex" priority="9" active="0">
45
<generic>latex</generic>
46
<provides type="dynamic">
47
<file>master.aux</file>
48
<file>master-blx.bib</file>
49
</provides>
50
<requires type="dynamic">
51
<file>master.bbl</file>
52
</requires>
53
<requires type="static">
54
<file>blx-compat.def</file>
55
<file>biblatex_legacy.def</file>
56
<file>alphabetic.bbx</file>
57
<file>standard.bbx</file>
58
<file>alphabetic.cbx</file>
59
<file>biblatex.cfg</file>
60
<file>USenglish.lbx</file>
61
<file>american.lbx</file>
62
<file>english.lbx</file>
63
</requires>
64
</internal>
65
<external package="biblatex" priority="5" active="0">
66
<generic>bibtex</generic>
67
<cmdline>
68
<binary>bibtex</binary>
69
<option>-min-crossrefs 2</option>
70
<infile>master</infile>
71
</cmdline>
72
<input>
73
<file>master.aux</file>
74
</input>
75
<output>
76
<file>master.bbl</file>
77
</output>
78
<provides type="dynamic">
79
<file>master.bbl</file>
80
</provides>
81
<requires type="dynamic">
82
<file>master.aux</file>
83
<file>master-blx.bib</file>
84
</requires>
85
<requires type="editable">
86
<file>bibliography.bib</file>
87
</requires>
88
<requires type="static">
89
<file>biblatex.bst</file>
90
</requires>
91
</external>
92
</requests>
93
94