blob: 34e906a8cde565ba4b93cdef4e3b9e15b9223b17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE files [
<!ELEMENT files (file)*>
<!ATTLIST files destination CDATA #REQUIRED>
<!ELEMENT file (title?, author*, date?, description?)>
<!ATTLIST file name CDATA #REQUIRED
mark (normal|beta) "normal">
<!ELEMENT title (#PCDATA)>
<!ELEMENT author (#PCDATA)>
<!ELEMENT date (#PCDATA)>
<!ELEMENT description (#PCDATA)>
]>
<files destination="test">
<file name="Makefile">
<author>Sebastian Rahtz</author>
</file>
<file name="bit.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="hog.eps">
<author>Sebastian Rahtz</author>
</file>
<file name="hog.pdf">
<author>Sebastian Rahtz</author>
</file>
<file name="phys1.jpg">
<author>Sebastian Rahtz</author>
</file>
<file name="phys2.jpg">
<author>Sebastian Rahtz</author>
</file>
<file name="picture.eps">
<author>Sebastian Rahtz</author>
</file>
<file name="picture.pdf">
<author>Sebastian Rahtz</author>
</file>
<file name="picture.png">
<author>Sebastian Rahtz</author>
</file>
<file name="test0.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="test1.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="test2.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="test3.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="test4.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="test6.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="test7.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="test8.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="testams.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="testbib.bbl">
<author>Sebastian Rahtz</author>
</file>
<file name="testbib.bib">
<author>Sebastian Rahtz</author>
</file>
<file name="testbib.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="testbmgl.tex">
<title>Test bookmark glyphs (PDFDocEncoding)</title>
<author>Heiko Oberdiek</author>
</file>
<file name="test-bm-pu-licr.tex">
<title>Test bookmark glyphs with LICR list (Unicode)</title>
<author>Heiko Oberdiek</author>
</file>
<file name="testbmu.tex">
<title>Test bookmark glyphs (Unicode)</title>
<author>Heiko Oberdiek</author>
</file>
<file name="testbookmark.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="testfor2.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="testform.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="testinfo.tex">
<author>Heiko Oberdiek</author>
</file>
<file name="testnb.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="testoz.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="testslide.tex">
<author>Sebastian Rahtz</author>
</file>
<file name="testurl.bbl">
<author>Sebastian Rahtz</author>
</file>
<file name="testurl.bib">
<author>Sebastian Rahtz</author>
</file>
<file name="testurl.tex">
<author>Sebastian Rahtz</author>
</file>
</files>
|