~ubuntu-branches/ubuntu/maverick/kubuntu-docs/maverick

« back to all changes in this revision

Viewing changes to libs/pdf/userconfig.xml

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2008-08-18 10:49:14 UTC
  • Revision ID: james.westby@ubuntu.com-20080818104914-83r2er2hsmdp2o0l
Tags: 8.10-2
* Restructured kubuntu documentation package
  - Refer to the NEWS text located in the root directory of the package
* Removed the Firefox start page files
* debian/rules: updated to remove firefox files
* debian/control: removed perl deps due to removal of firefox files, bumped
  version to 3.8.0, updated kdelibs-data dep to kdelibs5-data

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
2
 
<!-- 
3
 
     this file contains templates which allow an user easy 
4
 
     configuration of Fop. Actually normally you don't need this configuration 
5
 
     file, but if you need to change configuration, you should
6
 
     always use this file and *not* config.xml. 
7
 
     Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file
8
 
-->
9
 
 
10
 
 
11
 
<configuration>
12
 
 
13
 
<!--  
14
 
baseDir: normally the base directory is the directory where the fo file is 
15
 
         located. if you want to specify your own, uncomment this entry.
16
 
         This value can also be a URL. Actually, the value is converted to 
17
 
         a URL.
18
 
-->
19
 
<!-- 
20
 
  <entry>
21
 
    <key>baseDir</key>
22
 
    <value></value>
23
 
  </entry>
24
 
-->
25
 
 
26
 
<!--  
27
 
fontBaseDir: Similar to baseDir, except that this value is used for fonts. If
28
 
         it isn't specified, the value from baseDir is used.
29
 
-->
30
 
<!-- 
31
 
  <entry>
32
 
    <key>fontBaseDir</key>
33
 
    <value></value>
34
 
  </entry>
35
 
-->
36
 
 
37
 
<!--
38
 
************************************************************************
39
 
                        HYPHENATION 
40
 
************************************************************************
41
 
-->
42
 
  
43
 
<!--
44
 
   hyphenation directory 
45
 
   if you want to specify your own directory with hyphenation pattern
46
 
   then uncomment the next entry and add the directory name
47
 
-->
48
 
 
49
 
<!--
50
 
  <entry>
51
 
    <key>hyphenation-dir</key>
52
 
    <value>/java/xml-fop/hyph</value>
53
 
  </entry>
54
 
-->
55
 
 
56
 
<!--
57
 
************************************************************************
58
 
  Add fonts here
59
 
************************************************************************
60
 
-->
61
 
 
62
 
<fonts>
63
 
 
64
 
 <font metrics-file="../libs/pdf/fonts/FreeSerif-ttf.xml" kerning="yes" embed-file="/usr/share/fonts/truetype/freefont/FreeSerif.ttf">
65
 
    <font-triplet name="serif" style="normal" weight="normal"/>
66
 
 </font>
67
 
 <font metrics-file="../libs/pdf/fonts/FreeSerifBold-ttf.xml" kerning="yes" embed-file="/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf">
68
 
    <font-triplet name="serif" style="normal" weight="bold"/>
69
 
 </font>
70
 
 <font metrics-file="../libs/pdf/fonts/FreeSerifItalic-ttf.xml" kerning="yes" embed-file="/usr/share/fonts/truetype/freefont/FreeSerifItalic.ttf">
71
 
    <font-triplet name="serif" style="italic" weight="normal"/>
72
 
 </font>
73
 
 <font metrics-file="../libs/pdf/fonts/FreeSerifBoldItalic-ttf.xml" kerning="yes" embed-file="/usr/share/fonts/truetype/freefont/FreeSerifBoldItalic.ttf">
74
 
    <font-triplet name="serif" style="italic" weight="bold"/>
75
 
 </font>
76
 
 <font metrics-file="../libs/pdf/fonts/FreeMono-ttf.xml" kerning="yes" embed-file="/usr/share/fonts/truetype/freefont/FreeMono.ttf">
77
 
    <font-triplet name="monospace" style="normal" weight="normal"/>
78
 
 </font>
79
 
 <font metrics-file="../libs/pdf/fonts/FreeMonoBold-ttf.xml" kerning="yes" embed-file="/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf">
80
 
    <font-triplet name="monospace" style="normal" weight="bold"/>
81
 
 </font>
82
 
 <font metrics-file="../libs/pdf/fonts/FreeMonoOblique-ttf.xml" kerning="yes" embed-file="/usr/share/fonts/truetype/freefont/FreeMonoOblique.ttf">
83
 
    <font-triplet name="monospace" style="italic" weight="normal"/>
84
 
 </font>
85
 
 <font metrics-file="../libs/pdf/fonts/FreeMonoBoldOblique-ttf.xml" kerning="yes" embed-file="/usr/share/fonts/truetype/freefont/FreeMonoBoldOblique.ttf">
86
 
    <font-triplet name="monospace" style="italic" weight="bold"/>
87
 
 </font>
88
 
 
89
 
 <font metrics-file="../libs/pdf/fonts/DejaVuSerif-ttf.xml" kerning="yes" embed-file="/usr/share/fonts/truetype/freefont/DejaVuSerif.ttf">
90
 
    <font-triplet name="dejavuserif" style="normal" weight="normal"/>
91
 
 </font>
92
 
 <font metrics-file="../libs/pdf/fonts/DejaVuSerifBold-ttf.xml" kerning="yes" embed-file="/usr/share/fonts/truetype/freefont/DejaVuSerif.ttf">
93
 
    <font-triplet name="dejavuserif" style="normal" weight="bold"/>
94
 
 </font>
95
 
 <font metrics-file="../libs/pdf/fonts/DejaVuSerifOblique-ttf.xml" kerning="yes" embed-file="/usr/share/fonts/truetype/freefont/DejaVuSerif.ttf">
96
 
    <font-triplet name="dejavuserif" style="italic" weight="normal"/>
97
 
 </font>
98
 
 <font metrics-file="../libs/pdf/fonts/DejaVuSerifBoldOblique-ttf.xml" kerning="yes" embed-file="/usr/share/fonts/truetype/freefont/DejaVuSerif.ttf">
99
 
    <font-triplet name="dejavuserif" style="italic" weight="bold"/>
100
 
 </font>
101
 
 
102
 
 
103
 
 
104
 
</fonts>
105
 
 
106
 
 
107
 
</configuration>
108
 
 
109
 
 
110