~dinda/+junk/dt_test_error

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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<?xml version="1.0"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->

<!-- 
  This file was copied from Apache samples and modified by Kyle Nitzsche
  <kyle.nitzsche@canonical.com>
  Such modifications: Copyright 2009-2011 Kyle Nitzsche.
-->

<!-- NOTE: This is the version of the configuration -->
<fop version="1.0">

  <!-- Base URL for resolving relative URLs -->
  <base>file:///usr/share/doctemplate/lib/apache</base>
  
  <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
  <source-resolution>72</source-resolution>
  <!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi -->
  <target-resolution>72</target-resolution>
  
  <!-- Default page-height and page-width, in case
       value is specified as auto -->
  <default-page-settings height="11in" width="8.26in"/>
  
  <!-- Information for specific renderers -->
  <!-- Uses renderer mime type for renderers -->
  <renderers>
    <renderer mime="application/pdf">
      <filterList>
        <!-- provides compression using zlib flate (default is on) -->
        <value>flate</value>
  
        <!-- encodes binary data into printable ascii characters (default off)
             This provides about a 4:5 expansion of data size -->
        <!-- <value>ascii-85</value> -->
  
        <!-- encodes binary data with hex representation (default off)
             This filter is not recommended as it doubles the data size -->
        <!-- <value>ascii-hex</value> -->
      </filterList>

      <fonts>
        <auto-detect/>

        <font metrics-url="wqy-zenhei.xml" embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc" kerning="true">
            <font-triplet name="sans-serif" style="normal" weight="normal" />
        </font>
        <font metrics-url="wqy-zenhei.xml" embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc" kerning="true">
            <font-triplet name="sans-serif" style="normal" weight="bold" />
        </font>
        <font metrics-url="wqy-zenhei.xml" embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc" kerning="true">
            <font-triplet name="sans-serif" style="italic" weight="normal" />
        </font>
        <font metrics-url="wqy-zenhei.xml" embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc" kerning="true">
            <font-triplet name="sans-serif" style="italic" weight="bold" />
        </font>

        <font metrics-url="wqy-zenhei.xml" embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc" kerning="true">
            <font-triplet name="serif" style="normal" weight="normal" />
        </font>
        <font metrics-url="wqy-zenhei.xml" embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc" kerning="true">
            <font-triplet name="serif" style="normal" weight="bold" />
        </font>
        <font metrics-url="wqy-zenhei.xml" embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc" kerning="true">
            <font-triplet name="serif" style="italic" weight="normal" />
        </font>
        <font metrics-url="wqy-zenhei.xml" embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc" kerning="true">
            <font-triplet name="serif" style="italic" weight="bold" />
        </font>

        <font metrics-url="wqy-zenhei.xml" embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc" kerning="true">
            <font-triplet name="monospace" style="normal" weight="normal" />
        </font>
        <font metrics-url="wqy-zenhei.xml" embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc" kerning="true">
            <font-triplet name="monospace" style="normal" weight="bold" />
        </font>
        <font metrics-url="wqy-zenhei.xml" embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc" kerning="true">
            <font-triplet name="monospace" style="italic" weight="normal" />
        </font>
        <font metrics-url="wqy-zenhei.xml" embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc" kerning="true">
            <font-triplet name="monospace" style="italic" weight="bold" />
        </font>







<!--        <font metrics-url="apache/liberationsans-bold.xml" embed-url="file:///usr/share/fonts/truetype/ttf-liberation/LiberationSans-Bold.ttf" kerning="true">-->
<!--            <font-triplet name="sans-serif" style="normal" weight="bold" />-->
<!--        </font>-->
<!--        <font metrics-url="apache/liberationsans-italic.xml" embed-url="file:///usr/share/fonts/truetype/ttf-liberation/LiberationSans-Italic.ttf" kerning="true">-->
<!--            <font-triplet name="sans-serif" style="italic" weight="normal" />-->
<!--        </font>-->
<!--        <font metrics-url="apache/liberationserif-regular.xml" embed-url="file:///usr/share/fonts/truetype/ttf-liberation/LiberationSerif-Regular.ttf" kerning="true">-->
<!--            <font-triplet name="serif" style="normal" weight="normal" />-->
<!--        </font>-->
<!--        <font metrics-url="apache/liberationserif-bold.xml" embed-url="file:///usr/share/fonts/truetype/ttf-liberation/LiberationSerif-Bold.ttf" kerning="true">-->
<!--            <font-triplet name="serif" style="normal" weight="bold" />-->
<!--        </font>-->
<!--        <font metrics-url="apache/liberationserif-italic.xml" embed-url="file:///usr/share/fonts/truetype/ttf-liberation/LiberationSerif-Italic.ttf" kerning="true">-->
<!--            <font-triplet name="serif" style="italic" weight="normal" />-->
<!--        </font>-->
<!--        <font metrics-url="apache/liberationserif-bolditalic.xml" embed-url="file:///usr/share/fonts/truetype/ttf-liberation/LiberationSerif-BoldItalic.ttf" kerning="true">-->
<!--            <font-triplet name="serif" style="italic" weight="bold" />-->
<!--        </font>-->
<!--        <font metrics-url="apache/liberationmono-regular.xml" embed-url="file:///usr/share/fonts/truetype/ttf-liberation/LiberationMono-Regular.ttf" kerning="true">-->
<!--            <font-triplet name="monospace" style="normal" weight="normal" />-->
<!--        </font>-->
<!--        <font metrics-url="apache/liberationmono-bold.xml" embed-url="file:///usr/share/fonts/truetype/ttf-liberation/LiberationMono-Bold.ttf" kerning="true">-->
<!--            <font-triplet name="monospace" style="normal" weight="bold" />-->
<!--        </font>-->
<!--        <font metrics-url="apache/liberationmono-italic.xml" embed-url="file:///usr/share/fonts/truetype/ttf-liberation/LiberationMono-Italic.ttf" kerning="true">-->
<!--            <font-triplet name="monospace" style="italic" weight="normal" />-->
<!--        </font>-->
<!--        <font metrics-url="apache/liberationmono-bolditalic.xml" embed-url="file:///usr/share/fonts/truetype/ttf-liberation/LiberationMono-BoldItalic.ttf" kerning="true">-->
<!--            <font-triplet name="monospace" style="italic" weight="bold" />-->
<!--        </font>-->
        <!-- embedded fonts -->
        <!--
        This information must exactly match the font specified
        in the fo file. Otherwise it will use a default font.

        For example,
        <fo:inline font-family="Arial" font-weight="bold" font-style="normal">
            Arial-normal-normal font
        </fo:inline>
        for the font triplet specified by:
        <font-triplet name="Arial" style="normal" weight="bold"/>

        If you do not want to embed the font in the pdf document
        then do not include the "embed-url" attribute.
        The font will be needed where the document is viewed
        for it to be displayed properly.

        possible styles: normal | italic | oblique | backslant
        possible weights: normal | bold | 100 | 200 | 300 | 400
                          | 500 | 600 | 700 | 800 | 900
        (normal = 400, bold = 700)
        -->

        
<!--        <font metrics-url="/home/knitzsche/apache_fop/conf/arial.xml" kerning="yes" embed-url="arial.ttf">-->
<!--          <font-triplet name="Arial" style="normal" weight="normal"/>-->
<!--          <font-triplet name="ArialMT" style="normal" weight="normal"/>-->
<!--        </font>-->
<!--        <font metrics-url="/home/knitzsche/apache_fop/conf/arialb.xml" kerning="yes" embed-url="arialb.ttf">-->
<!--          <font-triplet name="Arial" style="normal" weight="bold"/>-->
<!--          <font-triplet name="ArialMT" style="normal" weight="bold"/>-->
<!--        </font>-->
      </fonts>

      <!-- This option lets you specify additional options on an XML handler -->
      <!--xml-handler namespace="http://www.w3.org/2000/svg">
        <stroke-text>false</stroke-text>
      </xml-handler-->

    </renderer>

    <renderer mime="application/postscript">
      <!-- This option forces the PS renderer to rotate landscape pages -->
      <!--auto-rotate-landscape>true</auto-rotate-landscape-->
      
      <!-- This option lets you specify additional options on an XML handler -->
      <!--xml-handler namespace="http://www.w3.org/2000/svg">
        <stroke-text>false</stroke-text>
      </xml-handler-->
    </renderer>

    <renderer mime="application/vnd.hp-PCL">
    </renderer>

    <!-- MIF does not have a renderer
    <renderer mime="application/vnd.mif">
    </renderer>
    -->

    <renderer mime="image/svg+xml">
      <format type="paginated"/>
      <link value="true"/>
      <strokeText value="false"/>
    </renderer>

    <renderer mime="application/awt">
    </renderer>

    <renderer mime="image/png">
      <!--transparent-page-background>true</transparent-page-background-->
    </renderer>

    <renderer mime="image/tiff">
      <!--transparent-page-background>true</transparent-page-background-->
      <!--compression>CCITT T.6</compression-->
    </renderer>

    <renderer mime="text/xml">
    </renderer>

    <!-- RTF does not have a renderer
    <renderer mime="text/rtf">
    </renderer>
    -->

    <renderer mime="text/plain">
      <pageSize columns="80"/>
    </renderer>

  </renderers>

</fop>