diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-26 11:31:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-26 11:31:34 +0000 |
commit | 882e9cd2affb773eec8b1d387ab4e3b5cbdc0994 (patch) | |
tree | f023b2ce9abf3b894a81986e0a00e23d77b55e66 /handbook/poky-doc-tools | |
parent | 7197110f46511492a48cd359b3ddf75b60ea47c8 (diff) | |
download | poky-882e9cd2affb773eec8b1d387ab4e3b5cbdc0994.tar.gz |
Add Poky handbook
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3865 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'handbook/poky-doc-tools')
24 files changed, 2056 insertions, 0 deletions
diff --git a/handbook/poky-doc-tools/AUTHORS b/handbook/poky-doc-tools/AUTHORS new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/handbook/poky-doc-tools/AUTHORS | |||
diff --git a/handbook/poky-doc-tools/COPYING b/handbook/poky-doc-tools/COPYING new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/handbook/poky-doc-tools/COPYING | |||
diff --git a/handbook/poky-doc-tools/ChangeLog b/handbook/poky-doc-tools/ChangeLog new file mode 100644 index 0000000000..beee6791ed --- /dev/null +++ b/handbook/poky-doc-tools/ChangeLog | |||
@@ -0,0 +1,30 @@ | |||
1 | 2008-02-15 Matthew Allum <mallum@openedhand.com> | ||
2 | |||
3 | * common/Makefile.am: | ||
4 | * common/poky-handbook.png: | ||
5 | Add a PNG image for the manual. Seems our logo SVG | ||
6 | is too complex/transparent for PDF | ||
7 | |||
8 | 2008-02-14 Matthew Allum <mallum@openedhand.com> | ||
9 | |||
10 | * common/Makefile.am: | ||
11 | * common/fop-config.xml.in: | ||
12 | * common/poky-db-pdf.xsl: | ||
13 | * poky-docbook-to-pdf.in: | ||
14 | Font tweakage. | ||
15 | |||
16 | 2008-01-27 Matthew Allum <mallum@openedhand.com> | ||
17 | |||
18 | * INSTALL: | ||
19 | * Makefile.am: | ||
20 | * README: | ||
21 | * autogen.sh: | ||
22 | * common/Makefile.am: | ||
23 | * common/fop-config.xml.in: | ||
24 | * common/ohand-color.svg: | ||
25 | * common/poky-db-pdf.xsl: | ||
26 | * common/poky.svg: | ||
27 | * common/titlepage.templates.xml: | ||
28 | * configure.ac: | ||
29 | * poky-docbook-to-pdf.in: | ||
30 | Initial import. | ||
diff --git a/handbook/poky-doc-tools/INSTALL b/handbook/poky-doc-tools/INSTALL new file mode 100644 index 0000000000..23e5f25d0e --- /dev/null +++ b/handbook/poky-doc-tools/INSTALL | |||
@@ -0,0 +1,236 @@ | |||
1 | Installation Instructions | ||
2 | ************************* | ||
3 | |||
4 | Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free | ||
5 | Software Foundation, Inc. | ||
6 | |||
7 | This file is free documentation; the Free Software Foundation gives | ||
8 | unlimited permission to copy, distribute and modify it. | ||
9 | |||
10 | Basic Installation | ||
11 | ================== | ||
12 | |||
13 | These are generic installation instructions. | ||
14 | |||
15 | The `configure' shell script attempts to guess correct values for | ||
16 | various system-dependent variables used during compilation. It uses | ||
17 | those values to create a `Makefile' in each directory of the package. | ||
18 | It may also create one or more `.h' files containing system-dependent | ||
19 | definitions. Finally, it creates a shell script `config.status' that | ||
20 | you can run in the future to recreate the current configuration, and a | ||
21 | file `config.log' containing compiler output (useful mainly for | ||
22 | debugging `configure'). | ||
23 | |||
24 | It can also use an optional file (typically called `config.cache' | ||
25 | and enabled with `--cache-file=config.cache' or simply `-C') that saves | ||
26 | the results of its tests to speed up reconfiguring. (Caching is | ||
27 | disabled by default to prevent problems with accidental use of stale | ||
28 | cache files.) | ||
29 | |||
30 | If you need to do unusual things to compile the package, please try | ||
31 | to figure out how `configure' could check whether to do them, and mail | ||
32 | diffs or instructions to the address given in the `README' so they can | ||
33 | be considered for the next release. If you are using the cache, and at | ||
34 | some point `config.cache' contains results you don't want to keep, you | ||
35 | may remove or edit it. | ||
36 | |||
37 | The file `configure.ac' (or `configure.in') is used to create | ||
38 | `configure' by a program called `autoconf'. You only need | ||
39 | `configure.ac' if you want to change it or regenerate `configure' using | ||
40 | a newer version of `autoconf'. | ||
41 | |||
42 | The simplest way to compile this package is: | ||
43 | |||
44 | 1. `cd' to the directory containing the package's source code and type | ||
45 | `./configure' to configure the package for your system. If you're | ||
46 | using `csh' on an old version of System V, you might need to type | ||
47 | `sh ./configure' instead to prevent `csh' from trying to execute | ||
48 | `configure' itself. | ||
49 | |||
50 | Running `configure' takes awhile. While running, it prints some | ||
51 | messages telling which features it is checking for. | ||
52 | |||
53 | 2. Type `make' to compile the package. | ||
54 | |||
55 | 3. Optionally, type `make check' to run any self-tests that come with | ||
56 | the package. | ||
57 | |||
58 | 4. Type `make install' to install the programs and any data files and | ||
59 | documentation. | ||
60 | |||
61 | 5. You can remove the program binaries and object files from the | ||
62 | source code directory by typing `make clean'. To also remove the | ||
63 | files that `configure' created (so you can compile the package for | ||
64 | a different kind of computer), type `make distclean'. There is | ||
65 | also a `make maintainer-clean' target, but that is intended mainly | ||
66 | for the package's developers. If you use it, you may have to get | ||
67 | all sorts of other programs in order to regenerate files that came | ||
68 | with the distribution. | ||
69 | |||
70 | Compilers and Options | ||
71 | ===================== | ||
72 | |||
73 | Some systems require unusual options for compilation or linking that the | ||
74 | `configure' script does not know about. Run `./configure --help' for | ||
75 | details on some of the pertinent environment variables. | ||
76 | |||
77 | You can give `configure' initial values for configuration parameters | ||
78 | by setting variables in the command line or in the environment. Here | ||
79 | is an example: | ||
80 | |||
81 | ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix | ||
82 | |||
83 | *Note Defining Variables::, for more details. | ||
84 | |||
85 | Compiling For Multiple Architectures | ||
86 | ==================================== | ||
87 | |||
88 | You can compile the package for more than one kind of computer at the | ||
89 | same time, by placing the object files for each architecture in their | ||
90 | own directory. To do this, you must use a version of `make' that | ||
91 | supports the `VPATH' variable, such as GNU `make'. `cd' to the | ||
92 | directory where you want the object files and executables to go and run | ||
93 | the `configure' script. `configure' automatically checks for the | ||
94 | source code in the directory that `configure' is in and in `..'. | ||
95 | |||
96 | If you have to use a `make' that does not support the `VPATH' | ||
97 | variable, you have to compile the package for one architecture at a | ||
98 | time in the source code directory. After you have installed the | ||
99 | package for one architecture, use `make distclean' before reconfiguring | ||
100 | for another architecture. | ||
101 | |||
102 | Installation Names | ||
103 | ================== | ||
104 | |||
105 | By default, `make install' installs the package's commands under | ||
106 | `/usr/local/bin', include files under `/usr/local/include', etc. You | ||
107 | can specify an installation prefix other than `/usr/local' by giving | ||
108 | `configure' the option `--prefix=PREFIX'. | ||
109 | |||
110 | You can specify separate installation prefixes for | ||
111 | architecture-specific files and architecture-independent files. If you | ||
112 | pass the option `--exec-prefix=PREFIX' to `configure', the package uses | ||
113 | PREFIX as the prefix for installing programs and libraries. | ||
114 | Documentation and other data files still use the regular prefix. | ||
115 | |||
116 | In addition, if you use an unusual directory layout you can give | ||
117 | options like `--bindir=DIR' to specify different values for particular | ||
118 | kinds of files. Run `configure --help' for a list of the directories | ||
119 | you can set and what kinds of files go in them. | ||
120 | |||
121 | If the package supports it, you can cause programs to be installed | ||
122 | with an extra prefix or suffix on their names by giving `configure' the | ||
123 | option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. | ||
124 | |||
125 | Optional Features | ||
126 | ================= | ||
127 | |||
128 | Some packages pay attention to `--enable-FEATURE' options to | ||
129 | `configure', where FEATURE indicates an optional part of the package. | ||
130 | They may also pay attention to `--with-PACKAGE' options, where PACKAGE | ||
131 | is something like `gnu-as' or `x' (for the X Window System). The | ||
132 | `README' should mention any `--enable-' and `--with-' options that the | ||
133 | package recognizes. | ||
134 | |||
135 | For packages that use the X Window System, `configure' can usually | ||
136 | find the X include and library files automatically, but if it doesn't, | ||
137 | you can use the `configure' options `--x-includes=DIR' and | ||
138 | `--x-libraries=DIR' to specify their locations. | ||
139 | |||
140 | Specifying the System Type | ||
141 | ========================== | ||
142 | |||
143 | There may be some features `configure' cannot figure out automatically, | ||
144 | but needs to determine by the type of machine the package will run on. | ||
145 | Usually, assuming the package is built to be run on the _same_ | ||
146 | architectures, `configure' can figure that out, but if it prints a | ||
147 | message saying it cannot guess the machine type, give it the | ||
148 | `--build=TYPE' option. TYPE can either be a short name for the system | ||
149 | type, such as `sun4', or a canonical name which has the form: | ||
150 | |||
151 | CPU-COMPANY-SYSTEM | ||
152 | |||
153 | where SYSTEM can have one of these forms: | ||
154 | |||
155 | OS KERNEL-OS | ||
156 | |||
157 | See the file `config.sub' for the possible values of each field. If | ||
158 | `config.sub' isn't included in this package, then this package doesn't | ||
159 | need to know the machine type. | ||
160 | |||
161 | If you are _building_ compiler tools for cross-compiling, you should | ||
162 | use the option `--target=TYPE' to select the type of system they will | ||
163 | produce code for. | ||
164 | |||
165 | If you want to _use_ a cross compiler, that generates code for a | ||
166 | platform different from the build platform, you should specify the | ||
167 | "host" platform (i.e., that on which the generated programs will | ||
168 | eventually be run) with `--host=TYPE'. | ||
169 | |||
170 | Sharing Defaults | ||
171 | ================ | ||
172 | |||
173 | If you want to set default values for `configure' scripts to share, you | ||
174 | can create a site shell script called `config.site' that gives default | ||
175 | values for variables like `CC', `cache_file', and `prefix'. | ||
176 | `configure' looks for `PREFIX/share/config.site' if it exists, then | ||
177 | `PREFIX/etc/config.site' if it exists. Or, you can set the | ||
178 | `CONFIG_SITE' environment variable to the location of the site script. | ||
179 | A warning: not all `configure' scripts look for a site script. | ||
180 | |||
181 | Defining Variables | ||
182 | ================== | ||
183 | |||
184 | Variables not defined in a site shell script can be set in the | ||
185 | environment passed to `configure'. However, some packages may run | ||
186 | configure again during the build, and the customized values of these | ||
187 | variables may be lost. In order to avoid this problem, you should set | ||
188 | them in the `configure' command line, using `VAR=value'. For example: | ||
189 | |||
190 | ./configure CC=/usr/local2/bin/gcc | ||
191 | |||
192 | causes the specified `gcc' to be used as the C compiler (unless it is | ||
193 | overridden in the site shell script). Here is a another example: | ||
194 | |||
195 | /bin/bash ./configure CONFIG_SHELL=/bin/bash | ||
196 | |||
197 | Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent | ||
198 | configuration-related scripts to be executed by `/bin/bash'. | ||
199 | |||
200 | `configure' Invocation | ||
201 | ====================== | ||
202 | |||
203 | `configure' recognizes the following options to control how it operates. | ||
204 | |||
205 | `--help' | ||
206 | `-h' | ||
207 | Print a summary of the options to `configure', and exit. | ||
208 | |||
209 | `--version' | ||
210 | `-V' | ||
211 | Print the version of Autoconf used to generate the `configure' | ||
212 | script, and exit. | ||
213 | |||
214 | `--cache-file=FILE' | ||
215 | Enable the cache: use and save the results of the tests in FILE, | ||
216 | traditionally `config.cache'. FILE defaults to `/dev/null' to | ||
217 | disable caching. | ||
218 | |||
219 | `--config-cache' | ||
220 | `-C' | ||
221 | Alias for `--cache-file=config.cache'. | ||
222 | |||
223 | `--quiet' | ||
224 | `--silent' | ||
225 | `-q' | ||
226 | Do not print messages saying which checks are being made. To | ||
227 | suppress all normal output, redirect it to `/dev/null' (any error | ||
228 | messages will still be shown). | ||
229 | |||
230 | `--srcdir=DIR' | ||
231 | Look for the package's source code in directory DIR. Usually | ||
232 | `configure' can determine that directory automatically. | ||
233 | |||
234 | `configure' also accepts some other, not widely useful, options. Run | ||
235 | `configure --help' for more details. | ||
236 | |||
diff --git a/handbook/poky-doc-tools/Makefile.am b/handbook/poky-doc-tools/Makefile.am new file mode 100644 index 0000000000..ca92ae714c --- /dev/null +++ b/handbook/poky-doc-tools/Makefile.am | |||
@@ -0,0 +1,18 @@ | |||
1 | SUBDIRS = common | ||
2 | |||
3 | EXTRA_DIST = poky-docbook-to-pdf.in | ||
4 | |||
5 | bin_SCRIPTS = poky-docbook-to-pdf | ||
6 | |||
7 | edit = sed \ | ||
8 | -e 's,@datadir\@,$(pkgdatadir),g' \ | ||
9 | -e 's,@prefix\@,$(prefix),g' \ | ||
10 | -e 's,@version\@,@VERSION@,g' | ||
11 | |||
12 | poky-docbook-to-pdf: poky-docbook-to-pdf.in | ||
13 | rm -f poky-docbook-to-pdf | ||
14 | $(edit) poky-docbook-to-pdf.in > poky-docbook-to-pdf | ||
15 | |||
16 | clean-local: | ||
17 | rm -fr poky-docbook-to-pdf | ||
18 | rm -fr poky-pr-docbook-to-pdf \ No newline at end of file | ||
diff --git a/handbook/poky-doc-tools/NEWS b/handbook/poky-doc-tools/NEWS new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/handbook/poky-doc-tools/NEWS | |||
diff --git a/handbook/poky-doc-tools/README b/handbook/poky-doc-tools/README new file mode 100644 index 0000000000..7f6cb87f07 --- /dev/null +++ b/handbook/poky-doc-tools/README | |||
@@ -0,0 +1,24 @@ | |||
1 | poky-doc-tools | ||
2 | ============== | ||
3 | |||
4 | Simple tools to wrap fop to create oh branded PDF's from docbook sources. | ||
5 | (based on OH doc tools) | ||
6 | |||
7 | Dependencies | ||
8 | ============ | ||
9 | |||
10 | Sun Java, make sure the java in your path is the *sun* java. | ||
11 | |||
12 | xlstproc, nwalsh style sheets. | ||
13 | |||
14 | FOP, installed - see http://www.sagehill.net/docbookxsl/InstallingAnFO.html. | ||
15 | Also a 'fop' binary, eg I have; | ||
16 | |||
17 | % cat ~/bin/fop | ||
18 | #!/bin/sh | ||
19 | java org.apache.fop.apps.Fop "$@" | ||
20 | |||
21 | |||
22 | |||
23 | |||
24 | |||
diff --git a/handbook/poky-doc-tools/autogen.sh b/handbook/poky-doc-tools/autogen.sh new file mode 100755 index 0000000000..5daa935608 --- /dev/null +++ b/handbook/poky-doc-tools/autogen.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #! /bin/sh | ||
2 | autoreconf -v --install || exit 1 | ||
3 | ./configure --enable-maintainer-mode --enable-debug "$@" | ||
diff --git a/handbook/poky-doc-tools/common/Makefile.am b/handbook/poky-doc-tools/common/Makefile.am new file mode 100644 index 0000000000..c6b154b144 --- /dev/null +++ b/handbook/poky-doc-tools/common/Makefile.am | |||
@@ -0,0 +1,21 @@ | |||
1 | SUPPORT_FILES = VeraMoBd.ttf VeraMoBd.xml \ | ||
2 | VeraMono.ttf VeraMono.xml \ | ||
3 | Vera.ttf Vera.xml \ | ||
4 | draft.png titlepage.templates.xml \ | ||
5 | poky-db-pdf.xsl poky.svg \ | ||
6 | ohand-color.svg poky-handbook.png | ||
7 | |||
8 | commondir = $(pkgdatadir)/common | ||
9 | common_DATA = $(SUPPORT_FILES) fop-config.xml | ||
10 | |||
11 | EXTRA_DIST = $(SUPPORT_FILES) fop-config.xml.in | ||
12 | |||
13 | edit = sed -e 's,@datadir\@,$(pkgdatadir),g' | ||
14 | |||
15 | fop-config.xml: fop-config.xml.in | ||
16 | rm -f fop-config.xml | ||
17 | $(edit) fop-config.xml.in > fop-config.xml | ||
18 | |||
19 | |||
20 | clean-local: | ||
21 | rm -fr fop-config.xml \ No newline at end of file | ||
diff --git a/handbook/poky-doc-tools/common/Vera.ttf b/handbook/poky-doc-tools/common/Vera.ttf new file mode 100644 index 0000000000..58cd6b5e61 --- /dev/null +++ b/handbook/poky-doc-tools/common/Vera.ttf | |||
Binary files differ | |||
diff --git a/handbook/poky-doc-tools/common/Vera.xml b/handbook/poky-doc-tools/common/Vera.xml new file mode 100644 index 0000000000..3c82043e35 --- /dev/null +++ b/handbook/poky-doc-tools/common/Vera.xml | |||
@@ -0,0 +1 @@ | |||
<?xml version="1.0" encoding="UTF-8"?><font-metrics type="TYPE0"><font-name>BitstreamVeraSans</font-name><embed/><cap-height>729</cap-height><x-height>546</x-height><ascender>928</ascender><descender>-235</descender><bbox><left>-183</left><bottom>-235</bottom><right>1287</right><top>928</top></bbox><flags>32</flags><stemv>0</stemv><italicangle>0</italicangle><subtype>TYPE0</subtype><multibyte-extras><cid-type>CIDFontType2</cid-type><default-width>0</default-width><bfranges><bf gi="3" ue="126" us="32"/><bf gi="172" ue="160" us="160"/><bf gi="163" ue="161" us="161"/><bf gi="132" ue="163" us="162"/><bf gi="189" ue="164" us="164"/><bf gi="150" ue="165" us="165"/><bf gi="231" ue="166" us="166"/><bf gi="134" ue="167" us="167"/><bf gi="142" ue="168" us="168"/><bf gi="139" ue="169" us="169"/><bf gi="157" ue="170" us="170"/><bf gi="169" ue="171" us="171"/><bf gi="164" ue="172" us="172"/><bf gi="256" ue="173" us="173"/><bf gi="138" ue="174" us="174"/><bf gi="217" ue="175" us="175"/><bf gi="131" ue="176" us="176"/><bf gi="147" ue="177" us="177"/><bf gi="241" ue="179" us="178"/><bf gi="141" ue="180" us="180"/><bf gi="151" ue="181" us="181"/><bf gi="136" ue="182" us="182"/><bf gi="195" ue="183" us="183"/><bf gi="221" ue="184" us="184"/><bf gi="240" ue="185" us="185"/><bf gi="158" ue="186" us="186"/><bf gi="170" ue="187" us="187"/><bf gi="243" ue="190" us="188"/><bf gi="162" ue="191" us="191"/><bf gi="173" ue="192" us="192"/><bf gi="201" ue="193" us="193"/><bf gi="199" ue="194" us="194"/><bf gi="174" ue="195" us="195"/><bf gi="98" ue="197" us="196"/><bf gi="144" ue="198" us="198"/><bf gi="100" ue="199" us="199"/><bf gi="203" ue="200" us="200"/><bf gi="101" ue="201" us="201"/><bf gi="200" ue="202" us="202"/><bf gi="202" ue="203" us="203"/><bf gi="207" ue="204" us="204"/><bf gi="204" ue="207" us="205"/><bf gi="232" ue="208" us="208"/><bf gi="102" ue="209" us="209"/><bf gi="210" ue="210" us="210"/><bf gi="208" ue="212" us="211"/><bf gi="175" ue="213" us="213"/><bf gi="103" ue="214" us="214"/><bf gi="239" ue="215" us="215"/><bf gi="145" ue="216" us="216"/><bf gi="213" ue="217" us="217"/><bf gi="211" ue="219" us="218"/><bf gi="104" ue="220" us="220"/><bf gi="234" ue="221" us="221"/><bf gi="236" ue="222" us="222"/><bf gi="137" ue="223" us="223"/><bf gi="106" ue="224" us="224"/><bf gi="105" ue="225" us="225"/><bf gi="107" ue="226" us="226"/><bf gi="109" ue="227" us="227"/><bf gi="108" ue="228" us="228"/><bf gi="110" ue="229" us="229"/><bf gi="160" ue="230" us="230"/><bf gi="111" ue="231" us="231"/><bf gi="113" ue="232" us="232"/><bf gi="112" ue="233" us="233"/><bf gi="114" ue="235" us="234"/><bf gi="117" ue="236" us="236"/><bf gi="116" ue="237" us="237"/><bf gi="118" ue="239" us="238"/><bf gi="233" ue="240" us="240"/><bf gi="120" ue="241" us="241"/><bf gi="122" ue="242" us="242"/><bf gi="121" ue="243" us="243"/><bf gi="123" ue="244" us="244"/><bf gi="125" ue="245" us="245"/><bf gi="124" ue="246" us="246"/><bf gi="184" ue="247" us="247"/><bf gi="161" ue="248" us="248"/><bf gi="127" ue="249" us="249"/><bf gi="126" ue="250" us="250"/><bf gi="128" ue="252" us="251"/><bf gi="235" ue="253" us="253"/><bf gi="237" ue="254" us="254"/><bf gi="186" ue="255" us="255"/><bf gi="251" ue="263" us="262"/><bf gi="253" ue="269" us="268"/><bf gi="0" ue="270" us="270"/><bf gi="0" ue="271" us="271"/><bf gi="0" ue="272" us="272"/><bf gi="255" ue="273" us="273"/><bf gi="246" ue="287" us="286"/><bf gi="248" ue="304" us="304"/><bf gi="214" ue="305" us="305"/><bf gi="225" ue="322" us="321"/><bf gi="176" ue="339" us="338"/><bf gi="249" ue="351" us="350"/><bf gi="227" ue="353" us="352"/><bf gi="187" ue="376" us="376"/><bf gi="229" ue="382" us="381"/><bf gi="166" ue="402" us="402"/><bf gi="215" ue="710" us="710"/><bf gi="224" ue="711" us="711"/><bf gi="218" ue="730" us="728"/><bf gi="223" ue="731" us="731"/><bf gi="216" ue="732" us="732"/><bf gi="222" ue="733" us="733"/><bf gi="159" ue="937" us="937"/><bf gi="155" ue="960" us="960"/><bf gi="178" ue="8212" us="8211"/><bf gi="0" ue="8213" us="8213"/><bf gi="0" ue="8214" us="8214"/><bf gi="0" ue="8215" us="8215"/><bf gi="182" ue="8217" us="8216"/><bf gi="196" ue="8218" us="8218"/><bf gi="0" ue="8219" us="8219"/><bf gi="180" ue="8221" us="8220"/><bf gi="197" ue="8222" us="8222"/><bf gi="0" ue="8223" us="8223"/><bf gi="130" ue="8224" us="8224"/><bf gi="194" ue="8225" us="8225"/><bf gi="135" ue="8226" us="8226"/><bf gi="0" ue="8227" us="8227"/><bf gi="0" ue="8228" us="8228"/><bf gi="0" ue="8229" us="8229"/><bf gi="171" ue="8230" us="8230"/><bf gi="198" ue="8240" us="8240"/><bf gi="190" ue="8250" us="8249"/><bf gi="258" ue="8364" us="8364"/><bf gi="140" ue="8482" us="8482"/><bf gi="152" ue="8706" us="8706"/><bf gi="0" ue="8707" us="8707"/><bf gi="0" ue="8708" us="8708"/><bf gi="0" ue="8709" us="8709"/><bf gi="168" ue="8710" us="8710"/><bf gi="154" ue="8719" us="8719"/><bf gi="0" ue="8720" us="8720"/><bf gi="153" ue="8721" us="8721"/><bf gi="238" ue="8722" us="8722"/><bf gi="0" ue="8723" us="8723"/><bf gi="0" ue="8724" us="8724"/><bf gi="188" ue="8725" us="8725"/><bf gi="0" ue="8726" us="8726"/><bf gi="0" ue="8727" us="8727"/><bf gi="0" ue="8728" us="8728"/><bf gi="257" ue="8729" us="8729"/><bf gi="165" ue="8730" us="8730"/><bf gi="0" ue="8731" us="8731"/><bf gi="0" ue="8732" us="8732"/><bf gi="0" ue="8733" us="8733"/><bf gi="146" ue="8734" us="8734"/><bf gi="156" ue="8747" us="8747"/><bf gi="167" ue="8776" us="8776"/><bf gi="143" ue="8800" us="8800"/><bf gi="0" ue="8801" us="8801"/><bf gi="0" ue="8802" us="8802"/><bf gi="0" ue="8803" us="8803"/><bf gi="148" ue="8805" us="8804"/><bf gi="185" ue="9674" us="9674"/><bf gi="192" ue="64258" us="64257"/><bf gi="0" ue="65535" us="65535"/></bfranges><cid-widths start-index="0"><wx w="600"/><wx w="0"/><wx w="317"/><wx w="317"/><wx w="400"/><wx w="459"/><wx w="837"/><wx w="636"/><wx w="950"/><wx w="779"/><wx w="274"/><wx w="390"/><wx w="390"/><wx w="500"/><wx w="837"/><wx w="317"/><wx w="360"/><wx w="317"/><wx w="336"/><wx w="636"/><wx w="636"/><wx w="636"/><wx w="636"/><wx w="636"/><wx w="636"/><wx w="636"/><wx w="636"/><wx w="636"/><wx w="636"/><wx w="336"/><wx w="336"/><wx w="837"/><wx w="837"/><wx w="837"/><wx w="530"/><wx w="1000"/><wx w="684"/><wx w="686"/><wx w="698"/><wx w="770"/><wx w="631"/><wx w="575"/><wx w="774"/><wx w="751"/><wx w="294"/><wx w="294"/><wx w="655"/><wx w="557"/><wx w="862"/><wx w="748"/><wx w="787"/><wx w="603"/><wx w="787"/><wx w="694"/><wx w="634"/><wx w="610"/><wx w="731"/><wx w="684"/><wx w="988"/><wx w="685"/><wx w="610"/><wx w="685"/><wx w="390"/><wx w="336"/><wx w="390"/><wx w="837"/><wx w="500"/><wx w="500"/><wx w="612"/><wx w="634"/><wx w="549"/><wx w="634"/><wx w="615"/><wx w="352"/><wx w="634"/><wx w="633"/><wx w="277"/><wx w="277"/><wx w="579"/><wx w="277"/><wx w="974"/><wx w="633"/><wx w="611"/><wx w="634"/><wx w="634"/><wx w="411"/><wx w="520"/><wx w="392"/><wx w="633"/><wx w="591"/><wx w="817"/><wx w="591"/><wx w="591"/><wx w="524"/><wx w="636"/><wx w="336"/><wx w="636"/><wx w="837"/><wx w="684"/><wx w="684"/><wx w="698"/><wx w="631"/><wx w="748"/><wx w="787"/><wx w="731"/><wx w="612"/><wx w="612"/><wx w="612"/><wx w="612"/><wx w="612"/><wx w="612"/><wx w="549"/><wx w="615"/><wx w="615"/><wx w="615"/><wx w="615"/><wx w="277"/><wx w="277"/><wx w="277"/><wx w="277"/><wx w="633"/><wx w="611"/><wx w="611"/><wx w="611"/><wx w="611"/><wx w="611"/><wx w="633"/><wx w="633"/><wx w="633"/><wx w="633"/><wx w="500"/><wx w="500"/><wx w="636"/><wx w="636"/><wx w="500"/><wx w="589"/><wx w="636"/><wx w="629"/><wx w="1000"/><wx w="1000"/><wx w="1000"/><wx w="500"/><wx w="500"/><wx w="837"/><wx w="974"/><wx w="787"/><wx w="833"/><wx w="837"/><wx w="837"/><wx w="837"/><wx w="636"/><wx w="636"/><wx w="517"/><wx w="673"/><wx w="756"/><wx w="588"/><wx w="520"/><wx w="471"/><wx w="471"/><wx w="764"/><wx w="981"/><wx w="611"/><wx w="530"/><wx w="400"/><wx w="837"/><wx w="637"/><wx w="636"/><wx w="837"/><wx w="668"/><wx w="611"/><wx w="611"/><wx w="1000"/><wx w="636"/><wx w="684"/><wx w="684"/><wx w="787"/><wx w="1069"/><wx w="1022"/><wx w="500"/><wx w="1000"/><wx w="518"/><wx w="518"/><wx w="317"/><wx w="317"/><wx w="837"/><wx w="494"/><wx w="591"/><wx w="610"/><wx w="166"/><wx w="636"/><wx w="399"/><wx w="399"/><wx w="629"/><wx w="629"/><wx w="500"/><wx w="317"/><wx w="317"/><wx w="518"/><wx w="1341"/><wx w="684"/><wx w="631"/><wx w="684"/><wx w="631"/><wx w="631"/><wx w="294"/><wx w="294"/><wx w="294"/><wx w="294"/><wx w="787"/><wx w="787"/><wx w="787"/><wx w="731"/><wx w="731"/><wx w="731"/><wx w="277"/><wx w="500"/><wx w="500"/><wx w="500"/><wx w="500"/><wx w="500"/><wx w="500"/><wx w="500"/><wx w="500"/><wx w="500"/><wx w="500"/><wx w="562"/><wx w="284"/><wx w="634"/><wx w="520"/><wx w="685"/><wx w="524"/><wx w="336"/><wx w="774"/><wx w="611"/><wx w="610"/><wx w="591"/><wx w="604"/><wx w="634"/><wx w="837"/><wx w="837"/><wx w="400"/><wx w="400"/><wx w="400"/><wx w="969"/><wx w="969"/><wx w="969"/><wx w="774"/><wx w="634"/><wx w="294"/><wx w="634"/><wx w="520"/><wx w="698"/><wx w="549"/><wx w="698"/><wx w="549"/><wx w="634"/><wx w="360"/><wx w="317"/><wx w="636"/><wx w="500"/><wx w="500"/><wx w="500"/><wx w="500"/><wx w="500"/><wx w="500"/><wx w="400"/><wx w="500"/><wx w="500"/></cid-widths></multibyte-extras><kerning kpx1="246"><pair kern="-21" kpx2="180"/><pair kern="-17" kpx2="169"/><pair kern="-26" kpx2="197"/><pair kern="-35" kpx2="55"/><pair kern="-49" kpx2="60"/><pair kern="-49" kpx2="187"/><pair kern="-21" kpx2="181"/><pair kern="-17" kpx2="170"/><pair kern="-49" kpx2="234"/></kerning><kerning kpx1="235"><pair kern="-142" kpx2="17"/><pair kern="-17" kpx2="169"/><pair kern="-146" kpx2="197"/><pair kern="-17" kpx2="16"/><pair kern="-72" kpx2="29"/><pair kern="-17" kpx2="170"/></kerning><kerning kpx1="43"><pair kern="-35" kpx2="180"/><pair kern="-17" kpx2="17"/><pair kern="-35" kpx2="197"/><pair kern="-30" kpx2="181"/></kerning><kerning kpx1="16"><pair kern="36" kpx2="246"/><pair kern="-17" kpx2="235"/><pair kern="-21" kpx2="199"/><pair kern="18" kpx2="123"/><pair kern="27" kpx2="208"/><pair kern="-118" kpx2="187"/><pair kern="-49" kpx2="59"/><pair kern="18" kpx2="124"/><pair kern="-21" kpx2="201"/><pair kern="-118" kpx2="60"/><pair kern="36" kpx2="52"/><pair kern="18" kpx2="125"/><pair kern="36" kpx2="42"/><pair kern="-118" kpx2="234"/><pair kern="18" kpx2="122"/><pair kern="27" kpx2="210"/><pair kern="-21" kpx2="36"/><pair kern="18" kpx2="82"/><pair kern="-40" kpx2="58"/><pair kern="-91" kpx2="55"/><pair kern="-17" kpx2="186"/><pair kern="27" kpx2="175"/><pair kern="27" kpx2="50"/><pair kern="27" kpx2="209"/><pair kern="27" kpx2="103"/><pair kern="-21" kpx2="98"/><pair kern="55" kpx2="45"/><pair kern="-21" kpx2="173"/><pair kern="-17" kpx2="92"/><pair kern="-26" kpx2="89"/><pair kern="18" kpx2="121"/><pair kern="-58" kpx2="57"/><pair kern="-35" kpx2="37"/><pair kern="-21" kpx2="174"/></kerning><kerning kpx1="112"><pair kern="-17" kpx2="91"/></kerning><kerning kpx1="123"><pair kern="-72" kpx2="180"/><pair kern="-17" kpx2="17"/><pair kern="-63" kpx2="197"/><pair kern="18" kpx2="16"/><pair kern="-30" kpx2="91"/><pair kern="-35" kpx2="181"/></kerning><kerning kpx1="251"><pair kern="-17" kpx2="169"/><pair kern="-17" kpx2="60"/><pair kern="-17" kpx2="187"/><pair kern="18" kpx2="181"/><pair kern="-17" kpx2="170"/><pair kern="-17" kpx2="234"/></kerning><kerning kpx1="213"><pair kern="-17" kpx2="229"/><pair kern="-17" kpx2="61"/></kerning><kerning kpx1="208"><pair kern="-17" kpx2="36"/><pair kern="-17" kpx2="199"/><pair kern="27" kpx2="16"/><pair kern="-54" kpx2="187"/><pair kern="-17" kpx2="98"/><pair kern="-17" kpx2="181"/><pair kern="-63" kpx2="59"/><pair kern="-40" kpx2="17"/><pair kern="-21" kpx2="180"/><pair kern="-17" kpx2="173"/><pair kern="-17" kpx2="169"/><pair kern="-91" kpx2="197"/><pair kern="-17" kpx2="201"/><pair kern="-54" kpx2="60"/><pair kern="-17" kpx2="29"/><pair kern="-17" kpx2="57"/><pair kern="-17" kpx2="174"/><pair kern="-54" kpx2="234"/></kerning><kerning kpx1="187"><pair kern="-114" kpx2="126"/><pair kern="-137" kpx2="107"/><pair kern="-132" kpx2="72"/><pair kern="-77" kpx2="199"/><pair kern="-118" kpx2="16"/><pair kern="-132" kpx2="123"/><pair kern="-132" kpx2="112"/><pair kern="-54" kpx2="251"/><pair kern="-54" kpx2="208"/><pair kern="-132" kpx2="113"/><pair kern="-54" kpx2="180"/><pair kern="-137" kpx2="105"/><pair kern="-114" kpx2="129"/><pair kern="-132" kpx2="124"/><pair kern="-109" kpx2="169"/><pair kern="-77" kpx2="201"/><pair kern="-54" kpx2="253"/><pair kern="-137" kpx2="106"/><pair kern="-132" kpx2="29"/><pair kern="-132" kpx2="125"/><pair kern="-72" kpx2="170"/><pair kern="-132" kpx2="115"/><pair kern="-114" kpx2="88"/><pair kern="-132" kpx2="122"/><pair kern="-54" kpx2="100"/><pair kern="-137" kpx2="68"/><pair kern="-54" kpx2="210"/><pair kern="-77" kpx2="36"/><pair kern="-132" kpx2="82"/><pair kern="-132" kpx2="114"/><pair kern="-54" kpx2="175"/><pair kern="-114" kpx2="127"/><pair kern="-54" kpx2="50"/><pair kern="-54" kpx2="209"/><pair kern="-54" kpx2="103"/><pair kern="-137" kpx2="108"/><pair kern="-77" kpx2="98"/><pair kern="-35" kpx2="76"/><pair kern="-17" kpx2="181"/><pair kern="-202" kpx2="17"/><pair kern="-114" kpx2="128"/><pair kern="-77" kpx2="173"/><pair kern="-137" kpx2="109"/><pair kern="-128" kpx2="197"/><pair kern="-54" kpx2="38"/><pair kern="-132" kpx2="121"/><pair kern="-137" kpx2="110"/><pair kern="-77" kpx2="174"/></kerning><kerning kpx1="113"><pair kern="-17" kpx2="91"/></kerning><kerning kpx1="144"><pair kern="-40" kpx2="180"/><pair kern="-54" kpx2="197"/><pair kern="-44" kpx2="181"/></kerning><kerning kpx1="59"><pair kern="-72" kpx2="100"/><pair kern="-63" kpx2="210"/><pair kern="-17" kpx2="55"/><pair kern="-44" kpx2="114"/><pair kern="-44" kpx2="72"/><pair kern="-63" kpx2="175"/><pair kern="-49" kpx2="16"/><pair kern="-63" kpx2="50"/><pair kern="-63" kpx2="209"/><pair kern="-44" kpx2="112"/><pair kern="-72" kpx2="251"/><pair kern="-63" kpx2="103"/><pair kern="-63" kpx2="208"/><pair kern="-44" kpx2="113"/><pair kern="-40" kpx2="181"/><pair kern="-77" kpx2="180"/><pair kern="-54" kpx2="169"/><pair kern="-21" kpx2="197"/><pair kern="-72" kpx2="38"/><pair kern="-72" kpx2="253"/><pair kern="-44" kpx2="115"/></kerning><kerning kpx1="73"><pair kern="31" kpx2="180"/><pair kern="-17" kpx2="90"/><pair kern="-72" kpx2="17"/><pair kern="-17" kpx2="235"/><pair kern="-35" kpx2="169"/><pair kern="-114" kpx2="197"/><pair kern="-17" kpx2="186"/><pair kern="-17" kpx2="92"/><pair kern="-17" kpx2="87"/><pair kern="-54" kpx2="16"/><pair kern="-35" kpx2="29"/><pair kern="-17" kpx2="170"/></kerning><kerning kpx1="41"><pair kern="-17" kpx2="227"/><pair kern="-54" kpx2="126"/><pair kern="-91" kpx2="107"/><pair kern="-91" kpx2="235"/><pair kern="-54" kpx2="72"/><pair kern="-91" kpx2="199"/><pair kern="-35" kpx2="123"/><pair kern="-54" kpx2="112"/><pair kern="-54" kpx2="113"/><pair kern="-17" kpx2="54"/><pair kern="-21" kpx2="180"/><pair kern="-91" kpx2="105"/><pair kern="-54" kpx2="129"/><pair kern="-35" kpx2="124"/><pair kern="-91" kpx2="201"/><pair kern="-72" kpx2="85"/><pair kern="-91" kpx2="106"/><pair kern="-77" kpx2="29"/><pair kern="-35" kpx2="125"/><pair kern="-54" kpx2="115"/><pair kern="-54" kpx2="88"/><pair kern="-35" kpx2="122"/><pair kern="-91" kpx2="68"/><pair kern="-91" kpx2="36"/><pair kern="-35" kpx2="82"/><pair kern="-91" kpx2="186"/><pair kern="-17" kpx2="55"/><pair kern="-54" kpx2="114"/><pair kern="-54" kpx2="127"/><pair kern="-91" kpx2="108"/><pair kern="-91" kpx2="98"/><pair kern="-72" kpx2="76"/><pair kern="-160" kpx2="17"/><pair kern="-54" kpx2="128"/><pair kern="-91" kpx2="173"/><pair kern="-91" kpx2="109"/><pair kern="-183" kpx2="197"/><pair kern="-91" kpx2="92"/><pair kern="-35" kpx2="121"/><pair kern="-91" kpx2="110"/><pair kern="-91" kpx2="174"/><pair kern="-17" kpx2="249"/></kerning><kerning kpx1="124"><pair kern="-72" kpx2="180"/><pair kern="-17" kpx2="17"/><pair kern="-63" kpx2="197"/><pair kern="18" kpx2="16"/><pair kern="-30" kpx2="91"/><pair kern="-35" kpx2="181"/></kerning><kerning kpx1="169"><pair kern="-17" kpx2="90"/><pair kern="-17" kpx2="100"/><pair kern="-17" kpx2="246"/><pair kern="-17" kpx2="235"/><pair kern="-17" kpx2="58"/><pair kern="-17" kpx2="186"/><pair kern="-54" kpx2="55"/><pair kern="-17" kpx2="251"/><pair kern="-72" kpx2="187"/><pair kern="-17" kpx2="39"/><pair kern="73" kpx2="144"/><pair kern="-17" kpx2="45"/><pair kern="-17" kpx2="92"/><pair kern="-17" kpx2="38"/><pair kern="-72" kpx2="60"/><pair kern="-17" kpx2="89"/><pair kern="-17" kpx2="253"/><pair kern="-54" kpx2="57"/><pair kern="-17" kpx2="37"/><pair kern="-17" kpx2="42"/><pair kern="-72" kpx2="234"/></kerning><kerning kpx1="201"><pair kern="-17" kpx2="246"/><pair kern="-67" kpx2="235"/><pair kern="-21" kpx2="16"/><pair kern="-17" kpx2="112"/><pair kern="-17" kpx2="123"/><pair kern="-17" kpx2="251"/><pair kern="-17" kpx2="113"/><pair kern="-77" kpx2="187"/><pair kern="-17" kpx2="208"/><pair kern="-35" kpx2="73"/><pair kern="-17" kpx2="124"/><pair kern="-35" kpx2="169"/><pair kern="-17" kpx2="252"/><pair kern="-17" kpx2="70"/><pair kern="-77" kpx2="60"/><pair kern="27" kpx2="201"/><pair kern="-17" kpx2="29"/><pair kern="-77" kpx2="234"/><pair kern="-17" kpx2="100"/><pair kern="-17" kpx2="122"/><pair kern="-17" kpx2="210"/><pair kern="-17" kpx2="82"/><pair kern="-54" kpx2="58"/><pair kern="-67" kpx2="186"/><pair kern="-17" kpx2="175"/><pair kern="-17" kpx2="209"/><pair kern="-17" kpx2="103"/><pair kern="27" kpx2="98"/><pair kern="-123" kpx2="181"/><pair kern="-17" kpx2="17"/><pair kern="-17" kpx2="38"/><pair kern="-17" kpx2="84"/><pair kern="-17" kpx2="121"/><pair kern="-63" kpx2="57"/><pair kern="-17" kpx2="254"/><pair kern="-17" kpx2="87"/><pair kern="-17" kpx2="72"/><pair kern="27" kpx2="199"/><pair kern="-17" kpx2="71"/><pair kern="-128" kpx2="180"/><pair kern="-17" kpx2="253"/><pair kern="-17" kpx2="52"/><pair kern="-17" kpx2="125"/><pair kern="-17" kpx2="42"/><pair kern="-17" kpx2="115"/><pair kern="-40" kpx2="90"/><pair kern="-17" kpx2="111"/><pair kern="27" kpx2="36"/><pair kern="-77" kpx2="55"/><pair kern="-17" kpx2="114"/><pair kern="-17" kpx2="50"/><pair kern="27" kpx2="173"/><pair kern="-67" kpx2="92"/><pair kern="22" kpx2="197"/><pair kern="-58" kpx2="89"/><pair kern="27" kpx2="174"/></kerning><kerning kpx1="60"><pair kern="-114" kpx2="126"/><pair kern="-137" kpx2="107"/><pair kern="-132" kpx2="72"/><pair kern="-77" kpx2="199"/><pair kern="-118" kpx2="16"/><pair kern="-132" kpx2="123"/><pair kern="-132" kpx2="112"/><pair kern="-54" kpx2="251"/><pair kern="-54" kpx2="208"/><pair kern="-132" kpx2="113"/><pair kern="-54" kpx2="180"/><pair kern="-137" kpx2="105"/><pair kern="-114" kpx2="129"/><pair kern="-132" kpx2="124"/><pair kern="-109" kpx2="169"/><pair kern="-77" kpx2="201"/><pair kern="-54" kpx2="253"/><pair kern="-137" kpx2="106"/><pair kern="-132" kpx2="29"/><pair kern="-132" kpx2="125"/><pair kern="-72" kpx2="170"/><pair kern="-132" kpx2="115"/><pair kern="-114" kpx2="88"/><pair kern="-132" kpx2="122"/><pair kern="-54" kpx2="100"/><pair kern="-137" kpx2="68"/><pair kern="-54" kpx2="210"/><pair kern="-77" kpx2="36"/><pair kern="-132" kpx2="82"/><pair kern="-132" kpx2="114"/><pair kern="-54" kpx2="175"/><pair kern="-114" kpx2="127"/><pair kern="-54" kpx2="50"/><pair kern="-54" kpx2="209"/><pair kern="-54" kpx2="103"/><pair kern="-137" kpx2="108"/><pair kern="-77" kpx2="98"/><pair kern="-35" kpx2="76"/><pair kern="-17" kpx2="181"/><pair kern="-202" kpx2="17"/><pair kern="-114" kpx2="128"/><pair kern="-77" kpx2="173"/><pair kern="-137" kpx2="109"/><pair kern="-128" kpx2="197"/><pair kern="-54" kpx2="38"/><pair kern="-132" kpx2="121"/><pair kern="-137" kpx2="110"/><pair kern="-77" kpx2="174"/></kerning><kerning kpx1="85"><pair kern="-21" kpx2="254"/><pair kern="-21" kpx2="72"/><pair kern="-63" kpx2="16"/><pair kern="-21" kpx2="112"/><pair kern="-21" kpx2="123"/><pair kern="-17" kpx2="80"/><pair kern="-21" kpx2="113"/><pair kern="-17" kpx2="71"/><pair kern="-21" kpx2="124"/><pair kern="-35" kpx2="169"/><pair kern="-21" kpx2="252"/><pair kern="-21" kpx2="70"/><pair kern="-17" kpx2="85"/><pair kern="-17" kpx2="29"/><pair kern="-21" kpx2="125"/><pair kern="-21" kpx2="115"/><pair kern="-21" kpx2="111"/><pair kern="-21" kpx2="122"/><pair kern="-21" kpx2="82"/><pair kern="-17" kpx2="75"/><pair kern="-21" kpx2="114"/><pair kern="-26" kpx2="91"/><pair kern="-17" kpx2="81"/><pair kern="41" kpx2="181"/><pair kern="-91" kpx2="17"/><pair kern="-151" kpx2="197"/><pair kern="-17" kpx2="74"/><pair kern="-17" kpx2="84"/><pair kern="-21" kpx2="121"/><pair kern="-17" kpx2="247"/><pair kern="-17" kpx2="120"/></kerning><kerning kpx1="61"><pair kern="-17" kpx2="180"/><pair kern="-17" kpx2="197"/><pair kern="-17" kpx2="16"/><pair kern="-17" kpx2="181"/></kerning><kerning kpx1="234"><pair kern="-114" kpx2="126"/><pair kern="-137" kpx2="107"/><pair kern="-132" kpx2="72"/><pair kern="-77" kpx2="199"/><pair kern="-118" kpx2="16"/><pair kern="-132" kpx2="123"/><pair kern="-132" kpx2="112"/><pair kern="-54" kpx2="251"/><pair kern="-54" kpx2="208"/><pair kern="-132" kpx2="113"/><pair kern="-54" kpx2="180"/><pair kern="-137" kpx2="105"/><pair kern="-114" kpx2="129"/><pair kern="-132" kpx2="124"/><pair kern="-109" kpx2="169"/><pair kern="-77" kpx2="201"/><pair kern="-54" kpx2="253"/><pair kern="-137" kpx2="106"/><pair kern="-132" kpx2="29"/><pair kern="-132" kpx2="125"/><pair kern="-72" kpx2="170"/><pair kern="-132" kpx2="115"/><pair kern="-114" kpx2="88"/><pair kern="-132" kpx2="122"/><pair kern="-54" kpx2="100"/><pair kern="-137" kpx2="68"/><pair kern="-54" kpx2="210"/><pair kern="-77" kpx2="36"/><pair kern="-132" kpx2="82"/><pair kern="-132" kpx2="114"/><pair kern="-54" kpx2="175"/><pair kern="-114" kpx2="127"/><pair kern="-54" kpx2="50"/><pair kern="-54" kpx2="209"/><pair kern="-54" kpx2="103"/><pair kern="-137" kpx2="108"/><pair kern="-77" kpx2="98"/><pair kern="-35" kpx2="76"/><pair kern="-17" kpx2="181"/><pair kern="-202" kpx2="17"/><pair kern="-114" kpx2="128"/><pair kern="-77" kpx2="173"/><pair kern="-137" kpx2="109"/><pair kern="-128" kpx2="197"/><pair kern="-54" kpx2="38"/><pair kern="-132" kpx2="121"/><pair kern="-137" kpx2="110"/><pair kern="-77" kpx2="174"/></kerning><kerning kpx1="100"><pair kern="-17" kpx2="169"/><pair kern="-17" kpx2="60"/><pair kern="-17" kpx2="187"/><pair kern="18" kpx2="181"/><pair kern="-17" kpx2="170"/><pair kern="-17" kpx2="234"/></kerning><kerning kpx1="122"><pair kern="-72" kpx2="180"/><pair kern="-17" kpx2="17"/><pair kern="-63" kpx2="197"/><pair kern="18" kpx2="16"/><pair kern="-30" kpx2="91"/><pair kern="-35" kpx2="181"/></kerning><kerning kpx1="47"><pair kern="-17" kpx2="126"/><pair kern="-91" kpx2="235"/><pair kern="-49" kpx2="104"/><pair kern="-17" kpx2="72"/><pair kern="22" kpx2="199"/><pair kern="-17" kpx2="16"/><pair kern="-17" kpx2="112"/><pair kern="-17" kpx2="123"/><pair kern="-49" kpx2="213"/><pair kern="-35" kpx2="208"/><pair kern="-132" kpx2="187"/><pair kern="-17" kpx2="113"/><pair kern="-202" kpx2="180"/><pair kern="-17" kpx2="129"/><pair kern="-17" kpx2="124"/><pair kern="22" kpx2="201"/><pair kern="-132" kpx2="60"/><pair kern="-49" kpx2="211"/><pair kern="-17" kpx2="125"/><pair kern="-17" kpx2="115"/><pair kern="-132" kpx2="234"/><pair kern="-17" kpx2="88"/><pair kern="-17" kpx2="122"/><pair kern="-35" kpx2="210"/><pair kern="22" kpx2="36"/><pair kern="-17" kpx2="82"/><pair kern="-91" kpx2="58"/><pair kern="-91" kpx2="186"/><pair kern="-137" kpx2="55"/><pair kern="-17" kpx2="114"/><pair kern="-35" kpx2="175"/><pair kern="-17" kpx2="127"/><pair kern="-35" kpx2="50"/><pair kern="-35" kpx2="209"/><pair kern="-35" kpx2="103"/><pair kern="22" kpx2="98"/><pair kern="-262" kpx2="181"/><pair kern="-17" kpx2="128"/><pair kern="22" kpx2="173"/><pair kern="-49" kpx2="212"/><pair kern="-91" kpx2="92"/><pair kern="-17" kpx2="121"/><pair kern="-109" kpx2="57"/><pair kern="22" kpx2="174"/><pair kern="-49" kpx2="56"/></kerning><kerning kpx1="210"><pair kern="-17" kpx2="36"/><pair kern="-17" kpx2="199"/><pair kern="27" kpx2="16"/><pair kern="-54" kpx2="187"/><pair kern="-17" kpx2="98"/><pair kern="-17" kpx2="181"/><pair kern="-63" kpx2="59"/><pair kern="-40" kpx2="17"/><pair kern="-21" kpx2="180"/><pair kern="-17" kpx2="173"/><pair kern="-17" kpx2="169"/><pair kern="-91" kpx2="197"/><pair kern="-17" kpx2="201"/><pair kern="-54" kpx2="60"/><pair kern="-17" kpx2="29"/><pair kern="-17" kpx2="57"/><pair kern="-17" kpx2="174"/><pair kern="-54" kpx2="234"/></kerning><kerning kpx1="58"><pair kern="-35" kpx2="126"/><pair kern="-63" kpx2="107"/><pair kern="-17" kpx2="235"/><pair kern="-58" kpx2="72"/><pair kern="-54" kpx2="199"/><pair kern="-40" kpx2="16"/><pair kern="-58" kpx2="112"/><pair kern="-58" kpx2="123"/><pair kern="-58" kpx2="113"/><pair kern="-17" kpx2="180"/><pair kern="-63" kpx2="105"/><pair kern="-35" kpx2="129"/><pair kern="-58" kpx2="124"/><pair kern="-54" kpx2="169"/><pair kern="-54" kpx2="201"/><pair kern="-44" kpx2="85"/><pair kern="-63" kpx2="106"/><pair kern="-58" kpx2="29"/><pair kern="-58" kpx2="125"/><pair kern="-17" kpx2="170"/><pair kern="-58" kpx2="115"/><pair kern="-35" kpx2="88"/><pair kern="-58" kpx2="122"/><pair kern="-63" kpx2="68"/><pair kern="-54" kpx2="36"/><pair kern="-58" kpx2="82"/><pair kern="-17" kpx2="186"/><pair kern="-58" kpx2="114"/><pair kern="-35" kpx2="127"/><pair kern="-63" kpx2="108"/><pair kern="-54" kpx2="98"/><pair kern="-21" kpx2="76"/><pair kern="-114" kpx2="17"/><pair kern="-35" kpx2="128"/><pair kern="-54" kpx2="173"/><pair kern="-63" kpx2="109"/><pair kern="-128" kpx2="197"/><pair kern="-17" kpx2="92"/><pair kern="-58" kpx2="121"/><pair kern="-63" kpx2="110"/><pair kern="-54" kpx2="174"/></kerning><kerning kpx1="82"><pair kern="-72" kpx2="180"/><pair kern="-17" kpx2="17"/><pair kern="-63" kpx2="197"/><pair kern="18" kpx2="16"/><pair kern="-30" kpx2="91"/><pair kern="-35" kpx2="181"/></kerning><kerning kpx1="186"><pair kern="-142" kpx2="17"/><pair kern="-17" kpx2="169"/><pair kern="-146" kpx2="197"/><pair kern="-17" kpx2="16"/><pair kern="-72" kpx2="29"/><pair kern="-17" kpx2="170"/></kerning><kerning kpx1="175"><pair kern="-17" kpx2="36"/><pair kern="-17" kpx2="199"/><pair kern="27" kpx2="16"/><pair kern="-54" kpx2="187"/><pair kern="-17" kpx2="98"/><pair kern="-17" kpx2="181"/><pair kern="-63" kpx2="59"/><pair kern="-40" kpx2="17"/><pair kern="-21" kpx2="180"/><pair kern="-17" kpx2="173"/><pair kern="-17" kpx2="169"/><pair kern="-91" kpx2="197"/><pair kern="-17" kpx2="201"/><pair kern="-54" kpx2="60"/><pair kern="-17" kpx2="29"/><pair kern="-17" kpx2="57"/><pair kern="-17" kpx2="174"/><pair kern="-54" kpx2="234"/></kerning><kerning kpx1="209"><pair kern="-17" kpx2="36"/><pair kern="-17" kpx2="199"/><pair kern="27" kpx2="16"/><pair kern="-54" kpx2="187"/><pair kern="-17" kpx2="98"/><pair kern="-17" kpx2="181"/><pair kern="-63" kpx2="59"/><pair kern="-40" kpx2="17"/><pair kern="-21" kpx2="180"/><pair kern="-17" kpx2="173"/><pair kern="-17" kpx2="169"/><pair kern="-91" kpx2="197"/><pair kern="-17" kpx2="201"/><pair kern="-54" kpx2="60"/><pair kern="-17" kpx2="29"/><pair kern="-17" kpx2="57"/><pair kern="-17" kpx2="174"/><pair kern="-54" kpx2="234"/></kerning><kerning kpx1="103"><pair kern="-17" kpx2="36"/><pair kern="-17" kpx2="199"/><pair kern="27" kpx2="16"/><pair kern="-54" kpx2="187"/><pair kern="-17" kpx2="98"/><pair kern="-17" kpx2="181"/><pair kern="-63" kpx2="59"/><pair kern="-40" kpx2="17"/><pair kern="-21" kpx2="180"/><pair kern="-17" kpx2="173"/><pair kern="-17" kpx2="169"/><pair kern="-91" kpx2="197"/><pair kern="-17" kpx2="201"/><pair kern="-54" kpx2="60"/><pair kern="-17" kpx2="29"/><pair kern="-17" kpx2="57"/><pair kern="-17" kpx2="174"/><pair kern="-54" kpx2="234"/></kerning><kerning kpx1="81"><pair kern="-72" kpx2="180"/><pair kern="-44" kpx2="197"/><pair kern="-54" kpx2="181"/></kerning><kerning kpx1="98"><pair kern="-17" kpx2="246"/><pair kern="-67" kpx2="235"/><pair kern="-21" kpx2="16"/><pair kern="-17" kpx2="112"/><pair kern="-17" kpx2="123"/><pair kern="-17" kpx2="251"/><pair kern="-17" kpx2="113"/><pair kern="-77" kpx2="187"/><pair kern="-17" kpx2="208"/><pair kern="-35" kpx2="73"/><pair kern="-17" kpx2="124"/><pair kern="-35" kpx2="169"/><pair kern="-17" kpx2="252"/><pair kern="-17" kpx2="70"/><pair kern="-77" kpx2="60"/><pair kern="27" kpx2="201"/><pair kern="-17" kpx2="29"/><pair kern="-77" kpx2="234"/><pair kern="-17" kpx2="100"/><pair kern="-17" kpx2="122"/><pair kern="-17" kpx2="210"/><pair kern="-17" kpx2="82"/><pair kern="-54" kpx2="58"/><pair kern="-67" kpx2="186"/><pair kern="-17" kpx2="175"/><pair kern="-17" kpx2="209"/><pair kern="-17" kpx2="103"/><pair kern="27" kpx2="98"/><pair kern="-123" kpx2="181"/><pair kern="-17" kpx2="17"/><pair kern="-17" kpx2="38"/><pair kern="-17" kpx2="84"/><pair kern="-17" kpx2="121"/><pair kern="-63" kpx2="57"/><pair kern="-17" kpx2="254"/><pair kern="-17" kpx2="87"/><pair kern="-17" kpx2="72"/><pair kern="27" kpx2="199"/><pair kern="-17" kpx2="71"/><pair kern="-128" kpx2="180"/><pair kern="-17" kpx2="253"/><pair kern="-17" kpx2="52"/><pair kern="-17" kpx2="125"/><pair kern="-17" kpx2="42"/><pair kern="-17" kpx2="115"/><pair kern="-40" kpx2="90"/><pair kern="-17" kpx2="111"/><pair kern="27" kpx2="36"/><pair kern="-77" kpx2="55"/><pair kern="-17" kpx2="114"/><pair kern="-17" kpx2="50"/><pair kern="27" kpx2="173"/><pair kern="-67" kpx2="92"/><pair kern="22" kpx2="197"/><pair kern="-58" kpx2="89"/><pair kern="27" kpx2="174"/></kerning><kerning kpx1="212"><pair kern="-17" kpx2="229"/><pair kern="-17" kpx2="61"/></kerning><kerning kpx1="229"><pair kern="-17" kpx2="180"/><pair kern="-17" kpx2="197"/><pair kern="-17" kpx2="16"/><pair kern="-17" kpx2="181"/></kerning><kerning kpx1="38"><pair kern="-17" kpx2="169"/><pair kern="-17" kpx2="60"/><pair kern="-17" kpx2="187"/><pair kern="18" kpx2="181"/><pair kern="-17" kpx2="170"/><pair kern="-17" kpx2="234"/></kerning><kerning kpx1="121"><pair kern="-72" kpx2="180"/><pair kern="-17" kpx2="17"/><pair kern="-63" kpx2="197"/><pair kern="18" kpx2="16"/><pair kern="-30" kpx2="91"/><pair kern="-35" kpx2="181"/></kerning><kerning kpx1="57"><pair kern="-67" kpx2="126"/><pair kern="-77" kpx2="107"/><pair kern="-26" kpx2="235"/><pair kern="-77" kpx2="72"/><pair kern="-63" kpx2="199"/><pair kern="-58" kpx2="16"/><pair kern="-77" kpx2="123"/><pair kern="-77" kpx2="112"/><pair kern="-17" kpx2="208"/><pair kern="-77" kpx2="113"/><pair kern="-77" kpx2="105"/><pair kern="-67" kpx2="129"/><pair kern="-77" kpx2="124"/><pair kern="-86" kpx2="169"/><pair kern="-63" kpx2="201"/><pair kern="-77" kpx2="106"/><pair kern="-81" kpx2="29"/><pair kern="-77" kpx2="125"/><pair kern="-54" kpx2="170"/><pair kern="-77" kpx2="115"/><pair kern="-67" kpx2="88"/><pair kern="-77" kpx2="122"/><pair kern="-77" kpx2="68"/><pair kern="-17" kpx2="210"/><pair kern="-63" kpx2="36"/><pair kern="-77" kpx2="82"/><pair kern="-26" kpx2="186"/><pair kern="-77" kpx2="114"/><pair kern="-17" kpx2="175"/><pair kern="-67" kpx2="127"/><pair kern="-17" kpx2="50"/><pair kern="-17" kpx2="209"/><pair kern="-17" kpx2="103"/><pair kern="-77" kpx2="108"/><pair kern="-63" kpx2="98"/><pair kern="-21" kpx2="76"/><pair kern="-128" kpx2="17"/><pair kern="-67" kpx2="128"/><pair kern="-63" kpx2="173"/><pair kern="-77" kpx2="109"/><pair kern="-137" kpx2="197"/><pair kern="-26" kpx2="92"/><pair kern="-77" kpx2="121"/><pair kern="-77" kpx2="110"/><pair kern="-63" kpx2="174"/></kerning><kerning kpx1="37"><pair kern="-17" kpx2="227"/><pair kern="-17" kpx2="246"/><pair kern="-17" kpx2="251"/><pair kern="-54" kpx2="187"/><pair kern="-17" kpx2="208"/><pair kern="-17" kpx2="54"/><pair kern="-54" kpx2="180"/><pair kern="-30" kpx2="169"/><pair kern="-54" kpx2="60"/><pair kern="-17" kpx2="253"/><pair kern="-17" kpx2="42"/><pair kern="-17" kpx2="170"/><pair kern="-54" kpx2="234"/><pair kern="-17" kpx2="100"/><pair kern="-17" kpx2="210"/><pair kern="-35" kpx2="58"/><pair kern="-17" kpx2="175"/><pair kern="-17" kpx2="50"/><pair kern="-17" kpx2="209"/><pair kern="-17" kpx2="103"/><pair kern="-54" kpx2="181"/><pair kern="-40" kpx2="197"/><pair kern="-17" kpx2="38"/><pair kern="-30" kpx2="57"/><pair kern="-17" kpx2="249"/></kerning><kerning kpx1="120"><pair kern="-72" kpx2="180"/><pair kern="-44" kpx2="197"/><pair kern="-54" kpx2="181"/></kerning><kerning kpx1="249"><pair kern="18" kpx2="173"/><pair kern="18" kpx2="36"/><pair kern="18" kpx2="201"/><pair kern="18" kpx2="199"/><pair kern="18" kpx2="174"/><pair kern="18" kpx2="98"/></kerning><kerning kpx1="227"><pair kern="18" kpx2="173"/><pair kern="18" kpx2="36"/><pair kern="18" kpx2="201"/><pair kern="18" kpx2="199"/><pair kern="18" kpx2="174"/><pair kern="18" kpx2="98"/></kerning><kerning kpx1="51"><pair kern="-17" kpx2="126"/><pair kern="-44" kpx2="107"/><pair kern="-35" kpx2="72"/><pair kern="-63" kpx2="199"/><pair kern="-21" kpx2="16"/><pair kern="-35" kpx2="123"/><pair kern="-35" kpx2="112"/><pair kern="-21" kpx2="187"/><pair kern="-35" kpx2="113"/><pair kern="-17" kpx2="86"/><pair kern="18" kpx2="180"/><pair kern="-44" kpx2="105"/><pair kern="-17" kpx2="129"/><pair kern="-35" kpx2="124"/><pair kern="-17" kpx2="169"/><pair kern="-63" kpx2="201"/><pair kern="-17" kpx2="85"/><pair kern="-21" kpx2="60"/><pair kern="-44" kpx2="106"/><pair kern="-35" kpx2="125"/><pair kern="-35" kpx2="115"/><pair kern="-21" kpx2="234"/><pair kern="-17" kpx2="88"/><pair kern="-35" kpx2="122"/><pair kern="-44" kpx2="68"/><pair kern="-63" kpx2="36"/><pair kern="-35" kpx2="82"/><pair kern="-35" kpx2="114"/><pair kern="-17" kpx2="250"/><pair kern="-17" kpx2="127"/><pair kern="-44" kpx2="108"/><pair kern="-63" kpx2="98"/><pair kern="-17" kpx2="81"/><pair kern="-21" kpx2="76"/><pair kern="18" kpx2="181"/><pair kern="-155" kpx2="17"/><pair kern="-17" kpx2="128"/><pair kern="-63" kpx2="173"/><pair kern="-44" kpx2="109"/><pair kern="-160" kpx2="197"/><pair kern="-35" kpx2="121"/><pair kern="-17" kpx2="228"/><pair kern="-44" kpx2="110"/><pair kern="-63" kpx2="174"/><pair kern="-17" kpx2="120"/></kerning><kerning kpx1="104"><pair kern="-17" kpx2="229"/><pair kern="-17" kpx2="61"/></kerning><kerning kpx1="72"><pair kern="-17" kpx2="91"/></kerning><kerning kpx1="199"><pair kern="-17" kpx2="246"/><pair kern="-67" kpx2="235"/><pair kern="-21" kpx2="16"/><pair kern="-17" kpx2="112"/><pair kern="-17" kpx2="123"/><pair kern="-17" kpx2="251"/><pair kern="-17" kpx2="113"/><pair kern="-77" kpx2="187"/><pair kern="-17" kpx2="208"/><pair kern="-35" kpx2="73"/><pair kern="-17" kpx2="124"/><pair kern="-35" kpx2="169"/><pair kern="-17" kpx2="252"/><pair kern="-17" kpx2="70"/><pair kern="-77" kpx2="60"/><pair kern="27" kpx2="201"/><pair kern="-17" kpx2="29"/><pair kern="-77" kpx2="234"/><pair kern="-17" kpx2="100"/><pair kern="-17" kpx2="122"/><pair kern="-17" kpx2="210"/><pair kern="-17" kpx2="82"/><pair kern="-54" kpx2="58"/><pair kern="-67" kpx2="186"/><pair kern="-17" kpx2="175"/><pair kern="-17" kpx2="209"/><pair kern="-17" kpx2="103"/><pair kern="27" kpx2="98"/><pair kern="-123" kpx2="181"/><pair kern="-17" kpx2="17"/><pair kern="-17" kpx2="38"/><pair kern="-17" kpx2="84"/><pair kern="-17" kpx2="121"/><pair kern="-63" kpx2="57"/><pair kern="-17" kpx2="254"/><pair kern="-17" kpx2="87"/><pair kern="-17" kpx2="72"/><pair kern="27" kpx2="199"/><pair kern="-17" kpx2="71"/><pair kern="-128" kpx2="180"/><pair kern="-17" kpx2="253"/><pair kern="-17" kpx2="52"/><pair kern="-17" kpx2="125"/><pair kern="-17" kpx2="42"/><pair kern="-17" kpx2="115"/><pair kern="-40" kpx2="90"/><pair kern="-17" kpx2="111"/><pair kern="27" kpx2="36"/><pair kern="-77" kpx2="55"/><pair kern="-17" kpx2="114"/><pair kern="-17" kpx2="50"/><pair kern="27" kpx2="173"/><pair kern="-67" kpx2="92"/><pair kern="22" kpx2="197"/><pair kern="-58" kpx2="89"/><pair kern="27" kpx2="174"/></kerning><kerning kpx1="54"><pair kern="18" kpx2="173"/><pair kern="18" kpx2="36"/><pair kern="18" kpx2="201"/><pair kern="18" kpx2="199"/><pair kern="18" kpx2="174"/><pair kern="18" kpx2="98"/></kerning><kerning kpx1="180"><pair kern="-35" kpx2="235"/><pair kern="-35" kpx2="246"/><pair kern="-30" kpx2="43"/><pair kern="-72" kpx2="123"/><pair kern="-35" kpx2="251"/><pair kern="-35" kpx2="208"/><pair kern="-188" kpx2="144"/><pair kern="-58" kpx2="59"/><pair kern="-35" kpx2="73"/><pair kern="-30" kpx2="41"/><pair kern="-72" kpx2="124"/><pair kern="-54" kpx2="85"/><pair kern="-128" kpx2="201"/><pair kern="-17" kpx2="61"/><pair kern="-35" kpx2="100"/><pair kern="-72" kpx2="122"/><pair kern="-30" kpx2="47"/><pair kern="-35" kpx2="210"/><pair kern="-72" kpx2="82"/><pair kern="-35" kpx2="186"/><pair kern="-35" kpx2="175"/><pair kern="-35" kpx2="209"/><pair kern="-35" kpx2="103"/><pair kern="-128" kpx2="98"/><pair kern="-54" kpx2="81"/><pair kern="-17" kpx2="229"/><pair kern="-35" kpx2="38"/><pair kern="-72" kpx2="121"/><pair kern="-30" kpx2="37"/><pair kern="-54" kpx2="120"/><pair kern="-30" kpx2="51"/><pair kern="-128" kpx2="199"/><pair kern="-30" kpx2="53"/><pair kern="-30" kpx2="137"/><pair kern="-35" kpx2="233"/><pair kern="-35" kpx2="253"/><pair kern="-35" kpx2="52"/><pair kern="-72" kpx2="125"/><pair kern="-35" kpx2="42"/><pair kern="-35" kpx2="90"/><pair kern="-128" kpx2="36"/><pair kern="-35" kpx2="50"/><pair kern="-30" kpx2="39"/><pair kern="-30" kpx2="236"/><pair kern="-30" kpx2="45"/><pair kern="-128" kpx2="173"/><pair kern="-35" kpx2="92"/><pair kern="-35" kpx2="89"/><pair kern="-30" kpx2="46"/><pair kern="-128" kpx2="174"/></kerning><kerning kpx1="53"><pair kern="-21" kpx2="107"/><pair kern="-54" kpx2="235"/><pair kern="-40" kpx2="16"/><pair kern="-44" kpx2="112"/><pair kern="-44" kpx2="123"/><pair kern="-49" kpx2="251"/><pair kern="-44" kpx2="113"/><pair kern="-63" kpx2="187"/><pair kern="-44" kpx2="129"/><pair kern="-44" kpx2="124"/><pair kern="-54" kpx2="169"/><pair kern="-63" kpx2="60"/><pair kern="-40" kpx2="201"/><pair kern="-21" kpx2="106"/><pair kern="-30" kpx2="29"/><pair kern="-63" kpx2="234"/><pair kern="-49" kpx2="100"/><pair kern="-44" kpx2="122"/><pair kern="-21" kpx2="68"/><pair kern="-40" kpx2="58"/><pair kern="-44" kpx2="82"/><pair kern="-54" kpx2="186"/><pair kern="-40" kpx2="98"/><pair kern="-63" kpx2="181"/><pair kern="-35" kpx2="17"/><pair kern="-49" kpx2="38"/><pair kern="-44" kpx2="121"/><pair kern="-54" kpx2="57"/><pair kern="-44" kpx2="126"/><pair kern="-44" kpx2="72"/><pair kern="-40" kpx2="199"/><pair kern="-72" kpx2="180"/><pair kern="-21" kpx2="105"/><pair kern="-49" kpx2="253"/><pair kern="-44" kpx2="125"/><pair kern="-44" kpx2="115"/><pair kern="-17" kpx2="170"/><pair kern="-44" kpx2="88"/><pair kern="-40" kpx2="36"/><pair kern="-44" kpx2="114"/><pair kern="-72" kpx2="55"/><pair kern="-44" kpx2="127"/><pair kern="-21" kpx2="108"/><pair kern="-44" kpx2="128"/><pair kern="-40" kpx2="173"/><pair kern="-21" kpx2="109"/><pair kern="-54" kpx2="92"/><pair kern="-17" kpx2="197"/><pair kern="-21" kpx2="110"/><pair kern="-40" kpx2="174"/></kerning><kerning kpx1="137"><pair kern="-54" kpx2="180"/><pair kern="-40" kpx2="197"/><pair kern="18" kpx2="16"/><pair kern="-54" kpx2="181"/></kerning><kerning kpx1="233"><pair kern="-44" kpx2="180"/><pair kern="-35" kpx2="197"/><pair kern="-54" kpx2="181"/></kerning><kerning kpx1="253"><pair kern="-17" kpx2="169"/><pair kern="-17" kpx2="60"/><pair kern="-17" kpx2="187"/><pair kern="18" kpx2="181"/><pair kern="-17" kpx2="170"/><pair kern="-17" kpx2="234"/></kerning><kerning kpx1="211"><pair kern="-17" kpx2="229"/><pair kern="-17" kpx2="61"/></kerning><kerning kpx1="78"><pair kern="-17" kpx2="107"/><pair kern="-30" kpx2="126"/><pair kern="-35" kpx2="235"/><pair kern="-35" kpx2="72"/><pair kern="-35" kpx2="112"/><pair kern="-35" kpx2="123"/><pair kern="-35" kpx2="113"/><pair kern="-17" kpx2="105"/><pair kern="-30" kpx2="129"/><pair kern="-35" kpx2="124"/><pair kern="-17" kpx2="106"/><pair kern="-35" kpx2="125"/><pair kern="-35" kpx2="115"/><pair kern="-30" kpx2="88"/><pair kern="-35" kpx2="122"/><pair kern="-17" kpx2="68"/><pair kern="-35" kpx2="82"/><pair kern="-35" kpx2="114"/><pair kern="-35" kpx2="186"/><pair kern="-30" kpx2="127"/><pair kern="-17" kpx2="108"/><pair kern="-30" kpx2="128"/><pair kern="-17" kpx2="109"/><pair kern="-35" kpx2="92"/><pair kern="-35" kpx2="121"/><pair kern="-17" kpx2="110"/></kerning><kerning kpx1="52"><pair kern="-21" kpx2="180"/><pair kern="-63" kpx2="197"/><pair kern="27" kpx2="16"/><pair kern="-17" kpx2="181"/></kerning><kerning kpx1="125"><pair kern="-72" kpx2="180"/><pair kern="-17" kpx2="17"/><pair kern="-63" kpx2="197"/><pair kern="18" kpx2="16"/><pair kern="-30" kpx2="91"/><pair kern="-35" kpx2="181"/></kerning><kerning kpx1="42"><pair kern="-21" kpx2="180"/><pair kern="-17" kpx2="169"/><pair kern="-26" kpx2="197"/><pair kern="-35" kpx2="55"/><pair kern="-49" kpx2="60"/><pair kern="-49" kpx2="187"/><pair kern="-21" kpx2="181"/><pair kern="-17" kpx2="170"/><pair kern="-49" kpx2="234"/></kerning><kerning kpx1="170"><pair kern="-17" kpx2="235"/><pair kern="-35" kpx2="199"/><pair kern="-17" kpx2="251"/><pair kern="-109" kpx2="187"/><pair kern="-17" kpx2="208"/><pair kern="-54" kpx2="59"/><pair kern="-109" kpx2="60"/><pair kern="-35" kpx2="201"/><pair kern="-17" kpx2="253"/><pair kern="-109" kpx2="234"/><pair kern="-17" kpx2="90"/><pair kern="-17" kpx2="100"/><pair kern="-17" kpx2="210"/><pair kern="-35" kpx2="36"/><pair kern="-54" kpx2="58"/><pair kern="-91" kpx2="55"/><pair kern="-17" kpx2="186"/><pair kern="-17" kpx2="175"/><pair kern="-17" kpx2="50"/><pair kern="-17" kpx2="209"/><pair kern="-17" kpx2="103"/><pair kern="-17" kpx2="39"/><pair kern="-35" kpx2="98"/><pair kern="-17" kpx2="45"/><pair kern="-35" kpx2="173"/><pair kern="-17" kpx2="92"/><pair kern="-17" kpx2="38"/><pair kern="-17" kpx2="89"/><pair kern="-86" kpx2="57"/><pair kern="-35" kpx2="37"/><pair kern="-35" kpx2="174"/></kerning><kerning kpx1="115"><pair kern="-17" kpx2="91"/></kerning><kerning kpx1="90"><pair kern="-91" kpx2="17"/><pair kern="-17" kpx2="169"/><pair kern="-104" kpx2="197"/><pair kern="-54" kpx2="29"/><pair kern="-17" kpx2="170"/></kerning><kerning kpx1="36"><pair kern="-17" kpx2="246"/><pair kern="-67" kpx2="235"/><pair kern="-21" kpx2="16"/><pair kern="-17" kpx2="112"/><pair kern="-17" kpx2="123"/><pair kern="-17" kpx2="251"/><pair kern="-17" kpx2="113"/><pair kern="-77" kpx2="187"/><pair kern="-17" kpx2="208"/><pair kern="-35" kpx2="73"/><pair kern="-17" kpx2="124"/><pair kern="-35" kpx2="169"/><pair kern="-17" kpx2="252"/><pair kern="-17" kpx2="70"/><pair kern="-77" kpx2="60"/><pair kern="27" kpx2="201"/><pair kern="-17" kpx2="29"/><pair kern="-77" kpx2="234"/><pair kern="-17" kpx2="100"/><pair kern="-17" kpx2="122"/><pair kern="-17" kpx2="210"/><pair kern="-17" kpx2="82"/><pair kern="-54" kpx2="58"/><pair kern="-67" kpx2="186"/><pair kern="-17" kpx2="175"/><pair kern="-17" kpx2="209"/><pair kern="-17" kpx2="103"/><pair kern="27" kpx2="98"/><pair kern="-123" kpx2="181"/><pair kern="-17" kpx2="17"/><pair kern="-17" kpx2="38"/><pair kern="-17" kpx2="84"/><pair kern="-17" kpx2="121"/><pair kern="-63" kpx2="57"/><pair kern="-17" kpx2="254"/><pair kern="-17" kpx2="87"/><pair kern="-17" kpx2="72"/><pair kern="27" kpx2="199"/><pair kern="-17" kpx2="71"/><pair kern="-128" kpx2="180"/><pair kern="-17" kpx2="253"/><pair kern="-17" kpx2="52"/><pair kern="-17" kpx2="125"/><pair kern="-17" kpx2="42"/><pair kern="-17" kpx2="115"/><pair kern="-40" kpx2="90"/><pair kern="-17" kpx2="111"/><pair kern="27" kpx2="36"/><pair kern="-77" kpx2="55"/><pair kern="-17" kpx2="114"/><pair kern="-17" kpx2="50"/><pair kern="27" kpx2="173"/><pair kern="-67" kpx2="92"/><pair kern="22" kpx2="197"/><pair kern="-58" kpx2="89"/><pair kern="27" kpx2="174"/></kerning><kerning kpx1="55"><pair kern="-165" kpx2="107"/><pair kern="-155" kpx2="235"/><pair kern="-91" kpx2="16"/><pair kern="-169" kpx2="112"/><pair kern="-169" kpx2="123"/><pair kern="-58" kpx2="251"/><pair kern="-169" kpx2="113"/><pair kern="-165" kpx2="86"/><pair kern="-151" kpx2="129"/><pair kern="-169" kpx2="124"/><pair kern="-91" kpx2="169"/><pair kern="-169" kpx2="252"/><pair kern="-169" kpx2="70"/><pair kern="-146" kpx2="85"/><pair kern="-77" kpx2="201"/><pair kern="-165" kpx2="106"/><pair kern="-109" kpx2="29"/><pair kern="-58" kpx2="100"/><pair kern="-169" kpx2="122"/><pair kern="-165" kpx2="68"/><pair kern="-169" kpx2="82"/><pair kern="-155" kpx2="186"/><pair kern="-165" kpx2="250"/><pair kern="-77" kpx2="98"/><pair kern="-21" kpx2="181"/><pair kern="-118" kpx2="17"/><pair kern="-58" kpx2="38"/><pair kern="-169" kpx2="121"/><pair kern="-165" kpx2="228"/><pair kern="-169" kpx2="254"/><pair kern="-151" kpx2="126"/><pair kern="-169" kpx2="72"/><pair kern="-77" kpx2="199"/><pair kern="-165" kpx2="105"/><pair kern="-58" kpx2="253"/><pair kern="-169" kpx2="125"/><pair kern="-169" kpx2="115"/><pair kern="-54" kpx2="170"/><pair kern="-151" kpx2="88"/><pair kern="-169" kpx2="111"/><pair kern="-165" kpx2="90"/><pair kern="-77" kpx2="36"/><pair kern="-17" kpx2="55"/><pair kern="-169" kpx2="114"/><pair kern="-151" kpx2="127"/><pair kern="-165" kpx2="108"/><pair kern="-30" kpx2="76"/><pair kern="-151" kpx2="128"/><pair kern="-77" kpx2="173"/><pair kern="-165" kpx2="109"/><pair kern="-155" kpx2="92"/><pair kern="-128" kpx2="197"/><pair kern="-165" kpx2="110"/><pair kern="-77" kpx2="174"/></kerning><kerning kpx1="114"><pair kern="-17" kpx2="91"/></kerning><kerning kpx1="50"><pair kern="-17" kpx2="36"/><pair kern="-17" kpx2="199"/><pair kern="27" kpx2="16"/><pair kern="-54" kpx2="187"/><pair kern="-17" kpx2="98"/><pair kern="-17" kpx2="181"/><pair kern="-63" kpx2="59"/><pair kern="-40" kpx2="17"/><pair kern="-21" kpx2="180"/><pair kern="-17" kpx2="173"/><pair kern="-17" kpx2="169"/><pair kern="-91" kpx2="197"/><pair kern="-17" kpx2="201"/><pair kern="-54" kpx2="60"/><pair kern="-17" kpx2="29"/><pair kern="-17" kpx2="57"/><pair kern="-17" kpx2="174"/><pair kern="-54" kpx2="234"/></kerning><kerning kpx1="91"><pair kern="-17" kpx2="254"/><pair kern="-17" kpx2="111"/><pair kern="-30" kpx2="122"/><pair kern="-30" kpx2="82"/><pair kern="-30" kpx2="114"/><pair kern="-30" kpx2="72"/><pair kern="-30" kpx2="112"/><pair kern="-30" kpx2="123"/><pair kern="-30" kpx2="113"/><pair kern="-30" kpx2="124"/><pair kern="-17" kpx2="252"/><pair kern="-17" kpx2="70"/><pair kern="-30" kpx2="121"/><pair kern="-30" kpx2="125"/><pair kern="-30" kpx2="115"/></kerning><kerning kpx1="39"><pair kern="-17" kpx2="36"/><pair kern="-17" kpx2="199"/><pair kern="-17" kpx2="98"/><pair kern="-54" kpx2="187"/><pair kern="-26" kpx2="181"/><pair kern="-21" kpx2="180"/><pair kern="-17" kpx2="173"/><pair kern="-17" kpx2="169"/><pair kern="-91" kpx2="197"/><pair kern="-17" kpx2="201"/><pair kern="-54" kpx2="60"/><pair kern="-17" kpx2="57"/><pair kern="-17" kpx2="174"/><pair kern="-17" kpx2="170"/><pair kern="-54" kpx2="234"/></kerning><kerning kpx1="236"><pair kern="-17" kpx2="180"/><pair kern="-72" kpx2="17"/><pair kern="-91" kpx2="197"/><pair kern="-35" kpx2="29"/></kerning><kerning kpx1="45"><pair kern="-35" kpx2="180"/><pair kern="-17" kpx2="173"/><pair kern="-17" kpx2="36"/><pair kern="-17" kpx2="169"/><pair kern="-54" kpx2="197"/><pair kern="-17" kpx2="201"/><pair kern="-17" kpx2="199"/><pair kern="-35" kpx2="16"/><pair kern="-17" kpx2="174"/><pair kern="-17" kpx2="98"/><pair kern="-30" kpx2="181"/><pair kern="-17" kpx2="170"/></kerning><kerning kpx1="173"><pair kern="-17" kpx2="246"/><pair kern="-67" kpx2="235"/><pair kern="-21" kpx2="16"/><pair kern="-17" kpx2="112"/><pair kern="-17" kpx2="123"/><pair kern="-17" kpx2="251"/><pair kern="-17" kpx2="113"/><pair kern="-77" kpx2="187"/><pair kern="-17" kpx2="208"/><pair kern="-35" kpx2="73"/><pair kern="-17" kpx2="124"/><pair kern="-35" kpx2="169"/><pair kern="-17" kpx2="252"/><pair kern="-17" kpx2="70"/><pair kern="-77" kpx2="60"/><pair kern="27" kpx2="201"/><pair kern="-17" kpx2="29"/><pair kern="-77" kpx2="234"/><pair kern="-17" kpx2="100"/><pair kern="-17" kpx2="122"/><pair kern="-17" kpx2="210"/><pair kern="-17" kpx2="82"/><pair kern="-54" kpx2="58"/><pair kern="-67" kpx2="186"/><pair kern="-17" kpx2="175"/><pair kern="-17" kpx2="209"/><pair kern="-17" kpx2="103"/><pair kern="27" kpx2="98"/><pair kern="-123" kpx2="181"/><pair kern="-17" kpx2="17"/><pair kern="-17" kpx2="38"/><pair kern="-17" kpx2="84"/><pair kern="-17" kpx2="121"/><pair kern="-63" kpx2="57"/><pair kern="-17" kpx2="254"/><pair kern="-17" kpx2="87"/><pair kern="-17" kpx2="72"/><pair kern="27" kpx2="199"/><pair kern="-17" kpx2="71"/><pair kern="-128" kpx2="180"/><pair kern="-17" kpx2="253"/><pair kern="-17" kpx2="52"/><pair kern="-17" kpx2="125"/><pair kern="-17" kpx2="42"/><pair kern="-17" kpx2="115"/><pair kern="-40" kpx2="90"/><pair kern="-17" kpx2="111"/><pair kern="27" kpx2="36"/><pair kern="-77" kpx2="55"/><pair kern="-17" kpx2="114"/><pair kern="-17" kpx2="50"/><pair kern="27" kpx2="173"/><pair kern="-67" kpx2="92"/><pair kern="22" kpx2="197"/><pair kern="-58" kpx2="89"/><pair kern="27" kpx2="174"/></kerning><kerning kpx1="197"><pair kern="-35" kpx2="246"/><pair kern="-54" kpx2="235"/><pair kern="-35" kpx2="43"/><pair kern="-35" kpx2="123"/><pair kern="-54" kpx2="251"/><pair kern="-183" kpx2="187"/><pair kern="-54" kpx2="208"/><pair kern="18" kpx2="144"/><pair kern="-35" kpx2="59"/><pair kern="-17" kpx2="73"/><pair kern="-35" kpx2="41"/><pair kern="-35" kpx2="124"/><pair kern="-35" kpx2="85"/><pair kern="-183" kpx2="60"/><pair kern="18" kpx2="201"/><pair kern="-183" kpx2="234"/><pair kern="-54" kpx2="100"/><pair kern="-35" kpx2="122"/><pair kern="-35" kpx2="47"/><pair kern="-54" kpx2="210"/><pair kern="-35" kpx2="82"/><pair kern="-123" kpx2="58"/><pair kern="-54" kpx2="186"/><pair kern="-54" kpx2="175"/><pair kern="-54" kpx2="209"/><pair kern="-54" kpx2="103"/><pair kern="-35" kpx2="81"/><pair kern="18" kpx2="98"/><pair kern="-54" kpx2="38"/><pair kern="-35" kpx2="121"/><pair kern="-183" kpx2="57"/><pair kern="-35" kpx2="37"/><pair kern="-35" kpx2="120"/><pair kern="-35" kpx2="51"/><pair kern="18" kpx2="199"/><pair kern="-35" kpx2="53"/><pair kern="-35" kpx2="137"/><pair kern="-35" kpx2="233"/><pair kern="-54" kpx2="253"/><pair kern="-54" kpx2="52"/><pair kern="-35" kpx2="125"/><pair kern="-35" kpx2="42"/><pair kern="-95" kpx2="90"/><pair kern="18" kpx2="36"/><pair kern="-137" kpx2="55"/><pair kern="-54" kpx2="50"/><pair kern="-35" kpx2="39"/><pair kern="-35" kpx2="236"/><pair kern="22" kpx2="45"/><pair kern="18" kpx2="173"/><pair kern="-54" kpx2="92"/><pair kern="-114" kpx2="89"/><pair kern="-35" kpx2="46"/><pair kern="18" kpx2="174"/></kerning><kerning kpx1="92"><pair kern="-142" kpx2="17"/><pair kern="-17" kpx2="169"/><pair kern="-146" kpx2="197"/><pair kern="-17" kpx2="16"/><pair kern="-72" kpx2="29"/><pair kern="-17" kpx2="170"/></kerning><kerning kpx1="89"><pair kern="-77" kpx2="17"/><pair kern="-17" kpx2="169"/><pair kern="-132" kpx2="197"/><pair kern="-26" kpx2="16"/><pair kern="-54" kpx2="29"/><pair kern="-17" kpx2="181"/><pair kern="-17" kpx2="170"/></kerning><kerning kpx1="46"><pair kern="-17" kpx2="107"/><pair kern="-72" kpx2="235"/><pair kern="-104" kpx2="16"/><pair kern="-49" kpx2="112"/><pair kern="-49" kpx2="123"/><pair kern="-54" kpx2="251"/><pair kern="-26" kpx2="213"/><pair kern="-49" kpx2="113"/><pair kern="-35" kpx2="187"/><pair kern="-54" kpx2="208"/><pair kern="-49" kpx2="129"/><pair kern="-49" kpx2="124"/><pair kern="-63" kpx2="169"/><pair kern="-35" kpx2="60"/><pair kern="-17" kpx2="201"/><pair kern="-17" kpx2="106"/><pair kern="-35" kpx2="234"/><pair kern="-54" kpx2="100"/><pair kern="-49" kpx2="122"/><pair kern="-17" kpx2="68"/><pair kern="-54" kpx2="210"/><pair kern="-35" kpx2="58"/><pair kern="-49" kpx2="82"/><pair kern="-72" kpx2="186"/><pair kern="-54" kpx2="175"/><pair kern="-54" kpx2="209"/><pair kern="-54" kpx2="103"/><pair kern="-17" kpx2="98"/><pair kern="-30" kpx2="181"/><pair kern="-26" kpx2="212"/><pair kern="-54" kpx2="38"/><pair kern="-49" kpx2="121"/><pair kern="-49" kpx2="126"/><pair kern="-26" kpx2="104"/><pair kern="-49" kpx2="72"/><pair kern="-17" kpx2="199"/><pair kern="-30" kpx2="180"/><pair kern="-17" kpx2="105"/><pair kern="-54" kpx2="253"/><pair kern="-26" kpx2="211"/><pair kern="-49" kpx2="125"/><pair kern="-49" kpx2="115"/><pair kern="-49" kpx2="88"/><pair kern="-17" kpx2="36"/><pair kern="-77" kpx2="55"/><pair kern="-49" kpx2="114"/><pair kern="-54" kpx2="50"/><pair kern="-49" kpx2="127"/><pair kern="-17" kpx2="108"/><pair kern="-49" kpx2="128"/><pair kern="-17" kpx2="173"/><pair kern="-17" kpx2="109"/><pair kern="-72" kpx2="92"/><pair kern="-17" kpx2="110"/><pair kern="-17" kpx2="174"/><pair kern="-26" kpx2="56"/></kerning><kerning kpx1="174"><pair kern="-17" kpx2="246"/><pair kern="-67" kpx2="235"/><pair kern="-21" kpx2="16"/><pair kern="-17" kpx2="112"/><pair kern="-17" kpx2="123"/><pair kern="-17" kpx2="251"/><pair kern="-17" kpx2="113"/><pair kern="-77" kpx2="187"/><pair kern="-17" kpx2="208"/><pair kern="-35" kpx2="73"/><pair kern="-17" kpx2="124"/><pair kern="-35" kpx2="169"/><pair kern="-17" kpx2="252"/><pair kern="-17" kpx2="70"/><pair kern="-77" kpx2="60"/><pair kern="27" kpx2="201"/><pair kern="-17" kpx2="29"/><pair kern="-77" kpx2="234"/><pair kern="-17" kpx2="100"/><pair kern="-17" kpx2="122"/><pair kern="-17" kpx2="210"/><pair kern="-17" kpx2="82"/><pair kern="-54" kpx2="58"/><pair kern="-67" kpx2="186"/><pair kern="-17" kpx2="175"/><pair kern="-17" kpx2="209"/><pair kern="-17" kpx2="103"/><pair kern="27" kpx2="98"/><pair kern="-123" kpx2="181"/><pair kern="-17" kpx2="17"/><pair kern="-17" kpx2="38"/><pair kern="-17" kpx2="84"/><pair kern="-17" kpx2="121"/><pair kern="-63" kpx2="57"/><pair kern="-17" kpx2="254"/><pair kern="-17" kpx2="87"/><pair kern="-17" kpx2="72"/><pair kern="27" kpx2="199"/><pair kern="-17" kpx2="71"/><pair kern="-128" kpx2="180"/><pair kern="-17" kpx2="253"/><pair kern="-17" kpx2="52"/><pair kern="-17" kpx2="125"/><pair kern="-17" kpx2="42"/><pair kern="-17" kpx2="115"/><pair kern="-40" kpx2="90"/><pair kern="-17" kpx2="111"/><pair kern="27" kpx2="36"/><pair kern="-77" kpx2="55"/><pair kern="-17" kpx2="114"/><pair kern="-17" kpx2="50"/><pair kern="27" kpx2="173"/><pair kern="-67" kpx2="92"/><pair kern="22" kpx2="197"/><pair kern="-58" kpx2="89"/><pair kern="27" kpx2="174"/></kerning><kerning kpx1="56"><pair kern="-17" kpx2="229"/><pair kern="-17" kpx2="61"/></kerning></font-metrics> \ No newline at end of file | |||
diff --git a/handbook/poky-doc-tools/common/VeraMoBd.ttf b/handbook/poky-doc-tools/common/VeraMoBd.ttf new file mode 100644 index 0000000000..9be6547ed6 --- /dev/null +++ b/handbook/poky-doc-tools/common/VeraMoBd.ttf | |||
Binary files differ | |||
diff --git a/handbook/poky-doc-tools/common/VeraMoBd.xml b/handbook/poky-doc-tools/common/VeraMoBd.xml new file mode 100644 index 0000000000..78c9207502 --- /dev/null +++ b/handbook/poky-doc-tools/common/VeraMoBd.xml | |||
@@ -0,0 +1 @@ | |||
<?xml version="1.0" encoding="UTF-8"?><font-metrics type="TRUETYPE"><font-name>BitstreamVeraSansMono,Bold</font-name><embed/><cap-height>729</cap-height><x-height>546</x-height><ascender>928</ascender><descender>-235</descender><bbox><left>-19</left><bottom>-235</bottom><right>605</right><top>928</top></bbox><flags>34</flags><stemv>0</stemv><italicangle>0</italicangle><subtype>TRUETYPE</subtype><singlebyte-extras><encoding>WinAnsiEncoding</encoding><first-char>0</first-char><last-char>255</last-char><widths><char idx="0" wdt="602"/><char idx="1" wdt="602"/><char idx="2" wdt="602"/><char idx="3" wdt="602"/><char idx="4" wdt="602"/><char idx="5" wdt="602"/><char idx="6" wdt="602"/><char idx="7" wdt="602"/><char idx="8" wdt="602"/><char idx="9" wdt="602"/><char idx="10" wdt="602"/><char idx="11" wdt="602"/><char idx="12" wdt="602"/><char idx="13" wdt="602"/><char idx="14" wdt="602"/><char idx="15" wdt="602"/><char idx="16" wdt="602"/><char idx="17" wdt="602"/><char idx="18" wdt="602"/><char idx="19" wdt="602"/><char idx="20" wdt="602"/><char idx="21" wdt="602"/><char idx="22" wdt="602"/><char idx="23" wdt="602"/><char idx="24" wdt="602"/><char idx="25" wdt="602"/><char idx="26" wdt="602"/><char idx="27" wdt="602"/><char idx="28" wdt="602"/><char idx="29" wdt="602"/><char idx="30" wdt="602"/><char idx="31" wdt="602"/><char idx="32" wdt="602"/><char idx="33" wdt="602"/><char idx="34" wdt="602"/><char idx="35" wdt="602"/><char idx="36" wdt="602"/><char idx="37" wdt="602"/><char idx="38" wdt="602"/><char idx="39" wdt="602"/><char idx="40" wdt="602"/><char idx="41" wdt="602"/><char idx="42" wdt="602"/><char idx="43" wdt="602"/><char idx="44" wdt="602"/><char idx="45" wdt="602"/><char idx="46" wdt="602"/><char idx="47" wdt="602"/><char idx="48" wdt="602"/><char idx="49" wdt="602"/><char idx="50" wdt="602"/><char idx="51" wdt="602"/><char idx="52" wdt="602"/><char idx="53" wdt="602"/><char idx="54" wdt="602"/><char idx="55" wdt="602"/><char idx="56" wdt="602"/><char idx="57" wdt="602"/><char idx="58" wdt="602"/><char idx="59" wdt="602"/><char idx="60" wdt="602"/><char idx="61" wdt="602"/><char idx="62" wdt="602"/><char idx="63" wdt="602"/><char idx="64" wdt="602"/><char idx="65" wdt="602"/><char idx="66" wdt="602"/><char idx="67" wdt="602"/><char idx="68" wdt="602"/><char idx="69" wdt="602"/><char idx="70" wdt="602"/><char idx="71" wdt="602"/><char idx="72" wdt="602"/><char idx="73" wdt="602"/><char idx="74" wdt="602"/><char idx="75" wdt="602"/><char idx="76" wdt="602"/><char idx="77" wdt="602"/><char idx="78" wdt="602"/><char idx="79" wdt="602"/><char idx="80" wdt="602"/><char idx="81" wdt="602"/><char idx="82" wdt="602"/><char idx="83" wdt="602"/><char idx="84" wdt="602"/><char idx="85" wdt="602"/><char idx="86" wdt="602"/><char idx="87" wdt="602"/><char idx="88" wdt="602"/><char idx="89" wdt="602"/><char idx="90" wdt="602"/><char idx="91" wdt="602"/><char idx="92" wdt="602"/><char idx="93" wdt="602"/><char idx="94" wdt="602"/><char idx="95" wdt="602"/><char idx="96" wdt="602"/><char idx="97" wdt="602"/><char idx="98" wdt="602"/><char idx="99" wdt="602"/><char idx="100" wdt="602"/><char idx="101" wdt="602"/><char idx="102" wdt="602"/><char idx="103" wdt="602"/><char idx="104" wdt="602"/><char idx="105" wdt="602"/><char idx="106" wdt="602"/><char idx="107" wdt="602"/><char idx="108" wdt="602"/><char idx="109" wdt="602"/><char idx="110" wdt="602"/><char idx="111" wdt="602"/><char idx="112" wdt="602"/><char idx="113" wdt="602"/><char idx="114" wdt="602"/><char idx="115" wdt="602"/><char idx="116" wdt="602"/><char idx="117" wdt="602"/><char idx="118" wdt="602"/><char idx="119" wdt="602"/><char idx="120" wdt="602"/><char idx="121" wdt="602"/><char idx="122" wdt="602"/><char idx="123" wdt="602"/><char idx="124" wdt="602"/><char idx="125" wdt="602"/><char idx="126" wdt="602"/><char idx="127" wdt="602"/><char idx="128" wdt="602"/><char idx="129" wdt="602"/><char idx="130" wdt="602"/><char idx="131" wdt="602"/><char idx="132" wdt="602"/><char idx="133" wdt="602"/><char idx="134" wdt="602"/><char idx="135" wdt="602"/><char idx="136" wdt="602"/><char idx="137" wdt="602"/><char idx="138" wdt="602"/><char idx="139" wdt="602"/><char idx="140" wdt="602"/><char idx="141" wdt="602"/><char idx="142" wdt="602"/><char idx="143" wdt="602"/><char idx="144" wdt="602"/><char idx="145" wdt="602"/><char idx="146" wdt="602"/><char idx="147" wdt="602"/><char idx="148" wdt="602"/><char idx="149" wdt="602"/><char idx="150" wdt="602"/><char idx="151" wdt="602"/><char idx="152" wdt="602"/><char idx="153" wdt="602"/><char idx="154" wdt="602"/><char idx="155" wdt="602"/><char idx="156" wdt="602"/><char idx="157" wdt="602"/><char idx="158" wdt="602"/><char idx="159" wdt="602"/><char idx="160" wdt="602"/><char idx="161" wdt="602"/><char idx="162" wdt="602"/><char idx="163" wdt="602"/><char idx="164" wdt="602"/><char idx="165" wdt="602"/><char idx="166" wdt="602"/><char idx="167" wdt="602"/><char idx="168" wdt="602"/><char idx="169" wdt="602"/><char idx="170" wdt="602"/><char idx="171" wdt="602"/><char idx="172" wdt="602"/><char idx="173" wdt="602"/><char idx="174" wdt="602"/><char idx="175" wdt="602"/><char idx="176" wdt="602"/><char idx="177" wdt="602"/><char idx="178" wdt="602"/><char idx="179" wdt="602"/><char idx="180" wdt="602"/><char idx="181" wdt="602"/><char idx="182" wdt="602"/><char idx="183" wdt="602"/><char idx="184" wdt="602"/><char idx="185" wdt="602"/><char idx="186" wdt="602"/><char idx="187" wdt="602"/><char idx="188" wdt="602"/><char idx="189" wdt="602"/><char idx="190" wdt="602"/><char idx="191" wdt="602"/><char idx="192" wdt="602"/><char idx="193" wdt="602"/><char idx="194" wdt="602"/><char idx="195" wdt="602"/><char idx="196" wdt="602"/><char idx="197" wdt="602"/><char idx="198" wdt="602"/><char idx="199" wdt="602"/><char idx="200" wdt="602"/><char idx="201" wdt="602"/><char idx="202" wdt="602"/><char idx="203" wdt="602"/><char idx="204" wdt="602"/><char idx="205" wdt="602"/><char idx="206" wdt="602"/><char idx="207" wdt="602"/><char idx="208" wdt="602"/><char idx="209" wdt="602"/><char idx="210" wdt="602"/><char idx="211" wdt="602"/><char idx="212" wdt="602"/><char idx="213" wdt="602"/><char idx="214" wdt="602"/><char idx="215" wdt="602"/><char idx="216" wdt="602"/><char idx="217" wdt="602"/><char idx="218" wdt="602"/><char idx="219" wdt="602"/><char idx="220" wdt="602"/><char idx="221" wdt="602"/><char idx="222" wdt="602"/><char idx="223" wdt="602"/><char idx="224" wdt="602"/><char idx="225" wdt="602"/><char idx="226" wdt="602"/><char idx="227" wdt="602"/><char idx="228" wdt="602"/><char idx="229" wdt="602"/><char idx="230" wdt="602"/><char idx="231" wdt="602"/><char idx="232" wdt="602"/><char idx="233" wdt="602"/><char idx="234" wdt="602"/><char idx="235" wdt="602"/><char idx="236" wdt="602"/><char idx="237" wdt="602"/><char idx="238" wdt="602"/><char idx="239" wdt="602"/><char idx="240" wdt="602"/><char idx="241" wdt="602"/><char idx="242" wdt="602"/><char idx="243" wdt="602"/><char idx="244" wdt="602"/><char idx="245" wdt="602"/><char idx="246" wdt="602"/><char idx="247" wdt="602"/><char idx="248" wdt="602"/><char idx="249" wdt="602"/><char idx="250" wdt="602"/><char idx="251" wdt="602"/><char idx="252" wdt="602"/><char idx="253" wdt="602"/><char idx="254" wdt="602"/><char idx="255" wdt="602"/></widths></singlebyte-extras></font-metrics> \ No newline at end of file | |||
diff --git a/handbook/poky-doc-tools/common/VeraMono.ttf b/handbook/poky-doc-tools/common/VeraMono.ttf new file mode 100644 index 0000000000..139f0b4311 --- /dev/null +++ b/handbook/poky-doc-tools/common/VeraMono.ttf | |||
Binary files differ | |||
diff --git a/handbook/poky-doc-tools/common/VeraMono.xml b/handbook/poky-doc-tools/common/VeraMono.xml new file mode 100644 index 0000000000..61607b453a --- /dev/null +++ b/handbook/poky-doc-tools/common/VeraMono.xml | |||
@@ -0,0 +1 @@ | |||
<?xml version="1.0" encoding="UTF-8"?><font-metrics type="TRUETYPE"><font-name>BitstreamVeraSansMono</font-name><embed/><cap-height>729</cap-height><x-height>546</x-height><ascender>928</ascender><descender>-235</descender><bbox><left>-4</left><bottom>-235</bottom><right>605</right><top>928</top></bbox><flags>34</flags><stemv>0</stemv><italicangle>0</italicangle><subtype>TRUETYPE</subtype><singlebyte-extras><encoding>WinAnsiEncoding</encoding><first-char>0</first-char><last-char>255</last-char><widths><char idx="0" wdt="602"/><char idx="1" wdt="602"/><char idx="2" wdt="602"/><char idx="3" wdt="602"/><char idx="4" wdt="602"/><char idx="5" wdt="602"/><char idx="6" wdt="602"/><char idx="7" wdt="602"/><char idx="8" wdt="602"/><char idx="9" wdt="602"/><char idx="10" wdt="602"/><char idx="11" wdt="602"/><char idx="12" wdt="602"/><char idx="13" wdt="602"/><char idx="14" wdt="602"/><char idx="15" wdt="602"/><char idx="16" wdt="602"/><char idx="17" wdt="602"/><char idx="18" wdt="602"/><char idx="19" wdt="602"/><char idx="20" wdt="602"/><char idx="21" wdt="602"/><char idx="22" wdt="602"/><char idx="23" wdt="602"/><char idx="24" wdt="602"/><char idx="25" wdt="602"/><char idx="26" wdt="602"/><char idx="27" wdt="602"/><char idx="28" wdt="602"/><char idx="29" wdt="602"/><char idx="30" wdt="602"/><char idx="31" wdt="602"/><char idx="32" wdt="602"/><char idx="33" wdt="602"/><char idx="34" wdt="602"/><char idx="35" wdt="602"/><char idx="36" wdt="602"/><char idx="37" wdt="602"/><char idx="38" wdt="602"/><char idx="39" wdt="602"/><char idx="40" wdt="602"/><char idx="41" wdt="602"/><char idx="42" wdt="602"/><char idx="43" wdt="602"/><char idx="44" wdt="602"/><char idx="45" wdt="602"/><char idx="46" wdt="602"/><char idx="47" wdt="602"/><char idx="48" wdt="602"/><char idx="49" wdt="602"/><char idx="50" wdt="602"/><char idx="51" wdt="602"/><char idx="52" wdt="602"/><char idx="53" wdt="602"/><char idx="54" wdt="602"/><char idx="55" wdt="602"/><char idx="56" wdt="602"/><char idx="57" wdt="602"/><char idx="58" wdt="602"/><char idx="59" wdt="602"/><char idx="60" wdt="602"/><char idx="61" wdt="602"/><char idx="62" wdt="602"/><char idx="63" wdt="602"/><char idx="64" wdt="602"/><char idx="65" wdt="602"/><char idx="66" wdt="602"/><char idx="67" wdt="602"/><char idx="68" wdt="602"/><char idx="69" wdt="602"/><char idx="70" wdt="602"/><char idx="71" wdt="602"/><char idx="72" wdt="602"/><char idx="73" wdt="602"/><char idx="74" wdt="602"/><char idx="75" wdt="602"/><char idx="76" wdt="602"/><char idx="77" wdt="602"/><char idx="78" wdt="602"/><char idx="79" wdt="602"/><char idx="80" wdt="602"/><char idx="81" wdt="602"/><char idx="82" wdt="602"/><char idx="83" wdt="602"/><char idx="84" wdt="602"/><char idx="85" wdt="602"/><char idx="86" wdt="602"/><char idx="87" wdt="602"/><char idx="88" wdt="602"/><char idx="89" wdt="602"/><char idx="90" wdt="602"/><char idx="91" wdt="602"/><char idx="92" wdt="602"/><char idx="93" wdt="602"/><char idx="94" wdt="602"/><char idx="95" wdt="602"/><char idx="96" wdt="602"/><char idx="97" wdt="602"/><char idx="98" wdt="602"/><char idx="99" wdt="602"/><char idx="100" wdt="602"/><char idx="101" wdt="602"/><char idx="102" wdt="602"/><char idx="103" wdt="602"/><char idx="104" wdt="602"/><char idx="105" wdt="602"/><char idx="106" wdt="602"/><char idx="107" wdt="602"/><char idx="108" wdt="602"/><char idx="109" wdt="602"/><char idx="110" wdt="602"/><char idx="111" wdt="602"/><char idx="112" wdt="602"/><char idx="113" wdt="602"/><char idx="114" wdt="602"/><char idx="115" wdt="602"/><char idx="116" wdt="602"/><char idx="117" wdt="602"/><char idx="118" wdt="602"/><char idx="119" wdt="602"/><char idx="120" wdt="602"/><char idx="121" wdt="602"/><char idx="122" wdt="602"/><char idx="123" wdt="602"/><char idx="124" wdt="602"/><char idx="125" wdt="602"/><char idx="126" wdt="602"/><char idx="127" wdt="602"/><char idx="128" wdt="602"/><char idx="129" wdt="602"/><char idx="130" wdt="602"/><char idx="131" wdt="602"/><char idx="132" wdt="602"/><char idx="133" wdt="602"/><char idx="134" wdt="602"/><char idx="135" wdt="602"/><char idx="136" wdt="602"/><char idx="137" wdt="602"/><char idx="138" wdt="602"/><char idx="139" wdt="602"/><char idx="140" wdt="602"/><char idx="141" wdt="602"/><char idx="142" wdt="602"/><char idx="143" wdt="602"/><char idx="144" wdt="602"/><char idx="145" wdt="602"/><char idx="146" wdt="602"/><char idx="147" wdt="602"/><char idx="148" wdt="602"/><char idx="149" wdt="602"/><char idx="150" wdt="602"/><char idx="151" wdt="602"/><char idx="152" wdt="602"/><char idx="153" wdt="602"/><char idx="154" wdt="602"/><char idx="155" wdt="602"/><char idx="156" wdt="602"/><char idx="157" wdt="602"/><char idx="158" wdt="602"/><char idx="159" wdt="602"/><char idx="160" wdt="602"/><char idx="161" wdt="602"/><char idx="162" wdt="602"/><char idx="163" wdt="602"/><char idx="164" wdt="602"/><char idx="165" wdt="602"/><char idx="166" wdt="602"/><char idx="167" wdt="602"/><char idx="168" wdt="602"/><char idx="169" wdt="602"/><char idx="170" wdt="602"/><char idx="171" wdt="602"/><char idx="172" wdt="602"/><char idx="173" wdt="602"/><char idx="174" wdt="602"/><char idx="175" wdt="602"/><char idx="176" wdt="602"/><char idx="177" wdt="602"/><char idx="178" wdt="602"/><char idx="179" wdt="602"/><char idx="180" wdt="602"/><char idx="181" wdt="602"/><char idx="182" wdt="602"/><char idx="183" wdt="602"/><char idx="184" wdt="602"/><char idx="185" wdt="602"/><char idx="186" wdt="602"/><char idx="187" wdt="602"/><char idx="188" wdt="602"/><char idx="189" wdt="602"/><char idx="190" wdt="602"/><char idx="191" wdt="602"/><char idx="192" wdt="602"/><char idx="193" wdt="602"/><char idx="194" wdt="602"/><char idx="195" wdt="602"/><char idx="196" wdt="602"/><char idx="197" wdt="602"/><char idx="198" wdt="602"/><char idx="199" wdt="602"/><char idx="200" wdt="602"/><char idx="201" wdt="602"/><char idx="202" wdt="602"/><char idx="203" wdt="602"/><char idx="204" wdt="602"/><char idx="205" wdt="602"/><char idx="206" wdt="602"/><char idx="207" wdt="602"/><char idx="208" wdt="602"/><char idx="209" wdt="602"/><char idx="210" wdt="602"/><char idx="211" wdt="602"/><char idx="212" wdt="602"/><char idx="213" wdt="602"/><char idx="214" wdt="602"/><char idx="215" wdt="602"/><char idx="216" wdt="602"/><char idx="217" wdt="602"/><char idx="218" wdt="602"/><char idx="219" wdt="602"/><char idx="220" wdt="602"/><char idx="221" wdt="602"/><char idx="222" wdt="602"/><char idx="223" wdt="602"/><char idx="224" wdt="602"/><char idx="225" wdt="602"/><char idx="226" wdt="602"/><char idx="227" wdt="602"/><char idx="228" wdt="602"/><char idx="229" wdt="602"/><char idx="230" wdt="602"/><char idx="231" wdt="602"/><char idx="232" wdt="602"/><char idx="233" wdt="602"/><char idx="234" wdt="602"/><char idx="235" wdt="602"/><char idx="236" wdt="602"/><char idx="237" wdt="602"/><char idx="238" wdt="602"/><char idx="239" wdt="602"/><char idx="240" wdt="602"/><char idx="241" wdt="602"/><char idx="242" wdt="602"/><char idx="243" wdt="602"/><char idx="244" wdt="602"/><char idx="245" wdt="602"/><char idx="246" wdt="602"/><char idx="247" wdt="602"/><char idx="248" wdt="602"/><char idx="249" wdt="602"/><char idx="250" wdt="602"/><char idx="251" wdt="602"/><char idx="252" wdt="602"/><char idx="253" wdt="602"/><char idx="254" wdt="602"/><char idx="255" wdt="602"/></widths></singlebyte-extras></font-metrics> \ No newline at end of file | |||
diff --git a/handbook/poky-doc-tools/common/draft.png b/handbook/poky-doc-tools/common/draft.png new file mode 100644 index 0000000000..53051a9ddd --- /dev/null +++ b/handbook/poky-doc-tools/common/draft.png | |||
Binary files differ | |||
diff --git a/handbook/poky-doc-tools/common/fop-config.xml.in b/handbook/poky-doc-tools/common/fop-config.xml.in new file mode 100644 index 0000000000..649ccb566f --- /dev/null +++ b/handbook/poky-doc-tools/common/fop-config.xml.in | |||
@@ -0,0 +1,33 @@ | |||
1 | <configuration> | ||
2 | <entry> | ||
3 | <!-- | ||
4 | Set the baseDir so common/openedhand.svg references in plans still | ||
5 | work ok. Note, relative file references to current dir should still work. | ||
6 | --> | ||
7 | <key>baseDir</key> | ||
8 | <value>@datadir@</value> | ||
9 | </entry> | ||
10 | <fonts> | ||
11 | <font metrics-file="@datadir@/common/VeraMono.xml" | ||
12 | kerning="yes" | ||
13 | embed-file="@datadir@/common/VeraMono.ttf"> | ||
14 | <font-triplet name="veramono" style="normal" weight="normal"/> | ||
15 | </font> | ||
16 | |||
17 | <font metrics-file="@datadir@/common/VeraMoBd.xml" | ||
18 | kerning="yes" | ||
19 | embed-file="@datadir@/common/VeraMoBd.ttf"> | ||
20 | <font-triplet name="veramono" style="normal" weight="bold"/> | ||
21 | </font> | ||
22 | |||
23 | <font metrics-file="@datadir@/common/Vera.xml" | ||
24 | kerning="yes" | ||
25 | embed-file="@datadir@/common/Vera.ttf"> | ||
26 | <font-triplet name="verasans" style="normal" weight="normal"/> | ||
27 | <font-triplet name="verasans" style="normal" weight="bold"/> | ||
28 | <font-triplet name="verasans" style="italic" weight="normal"/> | ||
29 | <font-triplet name="verasans" style="italic" weight="bold"/> | ||
30 | </font> | ||
31 | |||
32 | </fonts> | ||
33 | </configuration> \ No newline at end of file | ||
diff --git a/handbook/poky-doc-tools/common/ohand-color.svg b/handbook/poky-doc-tools/common/ohand-color.svg new file mode 100644 index 0000000000..e42ff9c6fc --- /dev/null +++ b/handbook/poky-doc-tools/common/ohand-color.svg | |||
@@ -0,0 +1,150 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- Created with Inkscape (http://www.inkscape.org/) --> | ||
3 | <svg | ||
4 | xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
5 | xmlns:cc="http://web.resource.org/cc/" | ||
6 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
7 | xmlns:svg="http://www.w3.org/2000/svg" | ||
8 | xmlns="http://www.w3.org/2000/svg" | ||
9 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
10 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
11 | width="141.17999" | ||
12 | height="55.34" | ||
13 | id="svg2207" | ||
14 | sodipodi:version="0.32" | ||
15 | inkscape:version="0.45" | ||
16 | version="1.0" | ||
17 | sodipodi:docname="ohand-color.svg" | ||
18 | inkscape:output_extension="org.inkscape.output.svg.inkscape" | ||
19 | sodipodi:docbase="/home/mallum/Projects/admin/oh-doc-tools/common" | ||
20 | sodipodi:modified="true"> | ||
21 | <defs | ||
22 | id="defs3" /> | ||
23 | <sodipodi:namedview | ||
24 | id="base" | ||
25 | pagecolor="#ffffff" | ||
26 | bordercolor="#666666" | ||
27 | borderopacity="1.0" | ||
28 | inkscape:pageopacity="0.0" | ||
29 | inkscape:pageshadow="2" | ||
30 | inkscape:zoom="1.2" | ||
31 | inkscape:cx="160" | ||
32 | inkscape:cy="146.21189" | ||
33 | inkscape:document-units="mm" | ||
34 | inkscape:current-layer="layer1" | ||
35 | height="55.34px" | ||
36 | width="141.18px" | ||
37 | inkscape:window-width="772" | ||
38 | inkscape:window-height="581" | ||
39 | inkscape:window-x="5" | ||
40 | inkscape:window-y="48" /> | ||
41 | <metadata | ||
42 | id="metadata2211"> | ||
43 | <rdf:RDF> | ||
44 | <cc:Work | ||
45 | rdf:about=""> | ||
46 | <dc:format>image/svg+xml</dc:format> | ||
47 | <dc:type | ||
48 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
49 | </cc:Work> | ||
50 | </rdf:RDF> | ||
51 | </metadata> | ||
52 | <g | ||
53 | inkscape:label="Layer 1" | ||
54 | inkscape:groupmode="layer" | ||
55 | id="layer1"> | ||
56 | <g | ||
57 | id="g2094" | ||
58 | style="fill:#6d6d70;fill-opacity:1" | ||
59 | inkscape:export-filename="/home/mallum/Desktop/g2126.png" | ||
60 | inkscape:export-xdpi="312.71841" | ||
61 | inkscape:export-ydpi="312.71841" | ||
62 | transform="matrix(0.5954767,0,0,0.5954767,31.793058,-18.471052)"> | ||
63 | <g | ||
64 | id="g19" | ||
65 | style="fill:#6d6d70;fill-opacity:1"> | ||
66 | <path | ||
67 | style="fill:#6d6d70;fill-opacity:1" | ||
68 | id="path21" | ||
69 | d="M 48.693,50.633 C 40.282,50.633 33.439,57.477 33.439,65.888 L 33.439,81.142 L 41.066,81.142 L 41.066,65.888 C 41.066,61.684 44.486,58.261 48.692,58.261 C 52.897,58.261 56.32,61.684 56.32,65.888 C 56.32,70.093 52.897,73.516 48.692,73.516 C 45.677,73.516 43.065,71.756 41.828,69.211 L 41.828,79.504 C 43.892,80.549 46.224,81.142 48.692,81.142 C 57.103,81.142 63.947,74.3 63.947,65.888 C 63.948,57.477 57.104,50.633 48.693,50.633 z " /> | ||
70 | </g> | ||
71 | <path | ||
72 | style="fill:#6d6d70;fill-opacity:1" | ||
73 | id="path23" | ||
74 | d="M 18.486,50.557 C 26.942,50.557 33.819,57.435 33.819,65.888 C 33.819,74.344 26.942,81.223 18.486,81.223 C 10.032,81.223 3.152,74.344 3.152,65.888 C 3.152,57.435 10.032,50.557 18.486,50.557 z M 18.486,73.556 C 22.713,73.556 26.153,70.118 26.153,65.888 C 26.153,61.661 22.713,58.222 18.486,58.222 C 14.258,58.222 10.819,61.661 10.819,65.888 C 10.82,70.117 14.259,73.556 18.486,73.556 z " /> | ||
75 | <path | ||
76 | style="fill:#6d6d70;fill-opacity:1" | ||
77 | id="path25" | ||
78 | d="M 94.074,107.465 L 94.074,96.016 C 94.074,87.605 87.233,80.763 78.822,80.763 C 70.41,80.763 63.567,87.605 63.567,96.016 C 63.567,104.427 70.41,111.269 78.822,111.269 C 81.289,111.269 83.621,110.676 85.685,109.631 L 85.685,99.339 C 84.448,101.885 81.836,103.644 78.822,103.644 C 74.615,103.644 71.194,100.221 71.194,96.016 C 71.194,91.81 74.615,88.388 78.822,88.388 C 83.026,88.388 86.448,91.81 86.448,96.016 L 86.448,107.456 C 86.448,109.562 88.156,111.268 90.262,111.268 C 92.364,111.269 94.068,109.566 94.074,107.465 z " /> | ||
79 | <path | ||
80 | style="fill:#6d6d70;fill-opacity:1" | ||
81 | id="path27" | ||
82 | d="M 124.197,95.814 C 124.088,87.496 117.293,80.762 108.949,80.762 C 100.59,80.762 93.783,87.52 93.697,95.856 L 93.693,95.856 L 93.695,107.456 C 93.695,109.562 95.402,111.268 97.509,111.268 C 99.611,111.268 101.316,109.566 101.321,107.464 L 101.321,95.994 L 101.321,95.994 C 101.333,91.798 104.747,88.388 108.948,88.388 C 113.147,88.388 116.563,91.798 116.575,95.994 L 116.575,107.456 C 116.575,109.562 118.282,111.268 120.387,111.268 C 122.492,111.268 124.201,109.562 124.201,107.456 L 124.201,95.814 L 124.197,95.814 z " /> | ||
83 | <path | ||
84 | style="fill:#6d6d70;fill-opacity:1" | ||
85 | id="path29" | ||
86 | d="M 63.946,96.005 L 63.946,95.854 L 63.943,95.854 L 63.943,95.815 L 63.942,95.815 C 63.833,87.497 57.037,80.761 48.693,80.761 C 48.682,80.761 48.671,80.763 48.658,80.763 C 48.382,80.763 48.107,80.772 47.833,80.786 C 47.75,80.791 47.668,80.799 47.586,80.806 C 47.378,80.822 47.172,80.838 46.968,80.862 C 46.884,80.873 46.801,80.882 46.719,80.893 C 46.508,80.92 46.298,80.952 46.091,80.987 C 46.024,80.999 45.958,81.01 45.891,81.024 C 45.649,81.068 45.406,81.119 45.168,81.175 C 45.14,81.183 45.112,81.189 45.085,81.195 C 43.656,81.542 42.306,82.092 41.065,82.812 L 41.065,80.761 L 33.438,80.761 L 33.438,95.857 L 33.435,95.857 L 33.435,107.457 C 33.435,109.563 35.142,111.269 37.248,111.269 C 39.093,111.269 40.632,109.958 40.984,108.217 C 41.036,107.963 41.065,107.702 41.065,107.435 L 41.065,95.873 C 41.086,94.732 41.357,93.65 41.828,92.685 L 41.828,92.693 C 42.598,91.106 43.905,89.824 45.511,89.085 C 45.519,89.08 45.529,89.076 45.536,89.073 C 45.849,88.928 46.174,88.807 46.508,88.707 C 46.523,88.704 46.536,88.699 46.55,88.696 C 46.699,88.651 46.85,88.614 47.004,88.576 C 47.025,88.575 47.046,88.567 47.069,88.562 C 47.234,88.527 47.402,88.495 47.572,88.469 C 47.586,88.468 47.6,88.466 47.615,88.463 C 47.763,88.443 47.916,88.427 48.067,88.415 C 48.106,88.41 48.145,88.407 48.186,88.404 C 48.352,88.393 48.52,88.386 48.691,88.386 C 52.888,88.387 56.304,91.797 56.316,95.992 L 56.316,107.454 C 56.316,109.56 58.023,111.266 60.13,111.266 C 61.976,111.266 63.516,109.954 63.867,108.211 C 63.919,107.963 63.946,107.706 63.946,107.442 L 63.946,96.024 C 63.946,96.021 63.947,96.018 63.947,96.015 C 63.948,96.011 63.946,96.008 63.946,96.005 z " /> | ||
87 | <path | ||
88 | style="fill:#6d6d70;fill-opacity:1" | ||
89 | id="path31" | ||
90 | d="M 180.644,50.633 C 178.539,50.633 176.832,52.341 176.832,54.447 L 176.832,65.887 C 176.832,70.092 173.41,73.513 169.203,73.513 C 164.998,73.513 161.576,70.092 161.576,65.887 C 161.576,61.683 164.998,58.26 169.203,58.26 C 172.219,58.26 174.83,60.019 176.068,62.565 L 176.068,52.271 C 174.004,51.225 171.673,50.632 169.203,50.632 C 160.793,50.632 153.951,57.476 153.951,65.887 C 153.951,74.298 160.793,81.141 169.203,81.141 C 177.615,81.141 184.459,74.298 184.459,65.887 L 184.459,54.447 C 184.458,52.341 182.751,50.633 180.644,50.633 z " /> | ||
91 | <path | ||
92 | style="fill:#6d6d70;fill-opacity:1" | ||
93 | id="path33" | ||
94 | d="M 124.203,77.339 L 124.203,65.687 L 124.197,65.687 C 124.088,57.371 117.293,50.633 108.949,50.633 C 100.592,50.633 93.783,57.393 93.697,65.731 L 93.695,65.731 L 93.695,65.877 C 93.695,65.882 93.693,65.885 93.693,65.888 C 93.693,65.891 93.695,65.896 93.695,65.899 L 93.695,77.33 C 93.695,79.435 95.402,81.142 97.509,81.142 C 99.614,81.142 101.321,79.435 101.321,77.33 L 101.321,65.868 C 101.333,61.672 104.747,58.261 108.948,58.261 C 113.147,58.261 116.563,61.672 116.575,65.868 L 116.575,65.868 L 116.575,77.329 C 116.575,79.434 118.282,81.141 120.389,81.141 C 122.492,81.142 124.197,79.44 124.203,77.339 z " /> | ||
95 | <path | ||
96 | style="fill:#6d6d70;fill-opacity:1" | ||
97 | id="path35" | ||
98 | d="M 150.517,80.761 C 148.41,80.761 146.703,82.469 146.703,84.575 L 146.703,96.015 C 146.703,100.22 143.283,103.643 139.076,103.643 C 134.871,103.643 131.449,100.22 131.449,96.015 C 131.449,91.808 134.871,88.387 139.076,88.387 C 142.092,88.387 144.703,90.145 145.941,92.692 L 145.941,82.397 C 143.875,81.353 141.545,80.76 139.076,80.76 C 130.666,80.76 123.822,87.604 123.822,96.015 C 123.822,104.426 130.666,111.268 139.076,111.268 C 147.486,111.268 154.33,104.426 154.33,96.015 L 154.33,84.575 C 154.33,82.469 152.623,80.761 150.517,80.761 z " /> | ||
99 | <path | ||
100 | style="fill:#6d6d70;fill-opacity:1" | ||
101 | id="path37" | ||
102 | d="M 82.625,77.345 C 82.625,75.247 80.923,73.547 78.826,73.547 L 78.826,81.142 C 80.922,81.142 82.625,79.442 82.625,77.345 z " /> | ||
103 | <path | ||
104 | style="fill:#6d6d70;fill-opacity:1" | ||
105 | id="path39" | ||
106 | d="M 90.252,69.685 C 92.35,69.685 94.048,67.987 94.048,65.888 L 86.453,65.888 C 86.453,67.986 88.154,69.685 90.252,69.685 z " /> | ||
107 | <path | ||
108 | style="fill:#6d6d70;fill-opacity:1" | ||
109 | id="path41" | ||
110 | d="M 93.832,77.329 C 93.832,75.223 92.125,73.516 90.018,73.516 L 78.825,73.516 C 74.619,73.516 71.199,70.093 71.199,65.888 C 71.199,61.684 74.619,58.261 78.825,58.261 C 83.032,58.261 86.453,61.684 86.453,65.888 C 86.453,68.904 84.694,71.514 82.149,72.752 L 92.442,72.752 C 93.488,70.689 94.08,68.356 94.08,65.888 C 94.08,57.477 87.237,50.633 78.826,50.633 C 70.415,50.633 63.571,57.477 63.571,65.888 C 63.571,74.3 70.415,81.142 78.826,81.142 L 90.018,81.142 C 92.125,81.142 93.832,79.435 93.832,77.329 z " /> | ||
111 | <path | ||
112 | style="fill:#6d6d70;fill-opacity:1" | ||
113 | id="path43" | ||
114 | d="M 142.869,77.345 C 142.869,75.247 141.168,73.547 139.07,73.547 L 139.07,81.142 C 141.167,81.142 142.869,79.442 142.869,77.345 z " /> | ||
115 | <path | ||
116 | style="fill:#6d6d70;fill-opacity:1" | ||
117 | id="path45" | ||
118 | d="M 150.496,69.685 C 152.594,69.685 154.293,67.987 154.293,65.888 L 146.699,65.888 C 146.699,67.986 148.398,69.685 150.496,69.685 z " /> | ||
119 | <path | ||
120 | style="fill:#6d6d70;fill-opacity:1" | ||
121 | id="path47" | ||
122 | d="M 154.076,77.329 C 154.076,75.223 152.367,73.516 150.262,73.516 L 139.07,73.516 C 134.865,73.516 131.443,70.093 131.443,65.888 C 131.443,61.684 134.865,58.261 139.07,58.261 C 143.275,58.261 146.699,61.684 146.699,65.888 C 146.699,68.904 144.939,71.514 142.392,72.752 L 152.687,72.752 C 153.73,70.689 154.324,68.356 154.324,65.888 C 154.324,57.477 147.48,50.633 139.07,50.633 C 130.66,50.633 123.816,57.477 123.816,65.888 C 123.816,74.3 130.66,81.142 139.07,81.142 L 150.261,81.142 C 152.367,81.142 154.076,79.435 154.076,77.329 z " /> | ||
123 | </g> | ||
124 | <g | ||
125 | id="g2126" | ||
126 | transform="matrix(0.7679564,0,0,0.7679564,-66.520631,11.42903)" | ||
127 | inkscape:export-xdpi="312.71841" | ||
128 | inkscape:export-ydpi="312.71841" | ||
129 | style="fill:#35992a;fill-opacity:1"> | ||
130 | <g | ||
131 | transform="translate(86.33975,4.23985e-2)" | ||
132 | style="fill:#35992a;fill-opacity:1" | ||
133 | id="g2114"> | ||
134 | <g | ||
135 | style="fill:#35992a;fill-opacity:1" | ||
136 | id="g2116"> | ||
137 | <path | ||
138 | id="path2118" | ||
139 | transform="translate(-86.33975,-4.239934e-2)" | ||
140 | d="M 89.96875,0.03125 C 87.962748,0.031250001 86.34375,1.6815001 86.34375,3.6875 L 86.34375,17.71875 L 86.34375,19.6875 L 86.34375,28.90625 C 86.343752,39.06825 94.61925,47.34375 104.78125,47.34375 L 113.375,47.34375 L 123.1875,47.34375 L 127.15625,47.34375 C 129.16325,47.343749 130.8125,45.72475 130.8125,43.71875 C 130.8125,41.71275 129.16325,40.09375 127.15625,40.09375 L 123.1875,40.09375 L 123.1875,19.6875 L 123.1875,14.65625 L 123.1875,3.6875 C 123.1875,1.6815 121.5675,0.03125 119.5625,0.03125 C 117.5555,0.031250001 115.9375,1.6815001 115.9375,3.6875 L 115.9375,14.28125 C 115.1185,13.65425 114.26275,13.109 113.34375,12.625 L 113.34375,3.6875 C 113.34475,1.6815 111.6925,0.03125 109.6875,0.03125 C 107.6825,0.031250001 106.0625,1.6815001 106.0625,3.6875 L 106.0625,10.5625 C 105.6305,10.5325 105.22025,10.5 104.78125,10.5 C 104.34125,10.5 103.90075,10.5325 103.46875,10.5625 L 103.46875,3.6875 C 103.46975,1.6815 101.84975,0.03125 99.84375,0.03125 C 97.837749,0.031250001 96.21875,1.6815001 96.21875,3.6875 L 96.21875,12.625 C 95.299754,13.109 94.41375,13.65425 93.59375,14.28125 L 93.59375,3.6875 C 93.59475,1.6815 91.97475,0.03125 89.96875,0.03125 z M 104.78125,14.34375 C 112.80825,14.34375 119.3125,20.87925 119.3125,28.90625 C 119.3125,36.93325 112.80825,43.46875 104.78125,43.46875 C 96.754254,43.46875 90.21875,36.93425 90.21875,28.90625 C 90.218752,20.87825 96.753253,14.34375 104.78125,14.34375 z " | ||
141 | style="fill:#35992a;fill-opacity:1" /> | ||
142 | </g> | ||
143 | </g> | ||
144 | <path | ||
145 | style="fill:#35992a;fill-opacity:1" | ||
146 | id="path2122" | ||
147 | d="M 112.04875,28.913399 C 112.04875,24.899399 108.78275,21.634399 104.76975,21.634399 C 100.75675,21.634399 97.490753,24.900399 97.490753,28.913399 C 97.490753,32.926399 100.75675,36.192399 104.76975,36.192399 C 108.78275,36.192399 112.04875,32.927399 112.04875,28.913399 z " /> | ||
148 | </g> | ||
149 | </g> | ||
150 | </svg> | ||
diff --git a/handbook/poky-doc-tools/common/poky-db-pdf.xsl b/handbook/poky-doc-tools/common/poky-db-pdf.xsl new file mode 100644 index 0000000000..d1452eb0bb --- /dev/null +++ b/handbook/poky-doc-tools/common/poky-db-pdf.xsl | |||
@@ -0,0 +1,64 @@ | |||
1 | <?xml version='1.0'?> | ||
2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> | ||
3 | |||
4 | <xsl:import href="file:///usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl"/> | ||
5 | |||
6 | <!-- check project-plan.sh for how this is generated, needed to tweak | ||
7 | the cover page | ||
8 | --> | ||
9 | <xsl:include href="/tmp/titlepage.xsl"/> | ||
10 | |||
11 | <!-- To force a page break in document, i.e per section add a | ||
12 | <?hard-pagebreak?> tag. | ||
13 | --> | ||
14 | <xsl:template match="processing-instruction('hard-pagebreak')"> | ||
15 | <fo:block break-before='page' /> | ||
16 | </xsl:template> | ||
17 | |||
18 | <!--Fix for defualt indent getting TOC all wierd.. | ||
19 | See http://sources.redhat.com/ml/docbook-apps/2005-q1/msg00455.html | ||
20 | FIXME: must be a better fix | ||
21 | --> | ||
22 | <xsl:param name="body.start.indent" select="'0'"/> | ||
23 | <!--<xsl:param name="title.margin.left" select="'0'"/>--> | ||
24 | |||
25 | <!-- stop long-ish header titles getting wrapped --> | ||
26 | <xsl:param name="header.column.widths">1 10 1</xsl:param> | ||
27 | |||
28 | <!-- customise headers and footers a little --> | ||
29 | |||
30 | <xsl:template name="head.sep.rule"> | ||
31 | <xsl:if test="$header.rule != 0"> | ||
32 | <xsl:attribute name="border-bottom-width">0.5pt</xsl:attribute> | ||
33 | <xsl:attribute name="border-bottom-style">solid</xsl:attribute> | ||
34 | <xsl:attribute name="border-bottom-color">#cccccc</xsl:attribute> | ||
35 | </xsl:if> | ||
36 | </xsl:template> | ||
37 | |||
38 | <xsl:template name="foot.sep.rule"> | ||
39 | <xsl:if test="$footer.rule != 0"> | ||
40 | <xsl:attribute name="border-top-width">0.5pt</xsl:attribute> | ||
41 | <xsl:attribute name="border-top-style">solid</xsl:attribute> | ||
42 | <xsl:attribute name="border-top-color">#cccccc</xsl:attribute> | ||
43 | </xsl:if> | ||
44 | </xsl:template> | ||
45 | |||
46 | <xsl:attribute-set name="header.content.properties"> | ||
47 | <xsl:attribute name="color">#cccccc</xsl:attribute> | ||
48 | </xsl:attribute-set> | ||
49 | |||
50 | <xsl:attribute-set name="footer.content.properties"> | ||
51 | <xsl:attribute name="color">#cccccc</xsl:attribute> | ||
52 | </xsl:attribute-set> | ||
53 | |||
54 | |||
55 | <!-- general settings --> | ||
56 | |||
57 | <xsl:param name="fop.extensions" select="1"></xsl:param> | ||
58 | <xsl:param name="paper.type" select="'A4'"></xsl:param> | ||
59 | <xsl:param name="section.autolabel" select="1"></xsl:param> | ||
60 | <xsl:param name="body.font.family" select="'verasans'"></xsl:param> | ||
61 | <xsl:param name="title.font.family" select="'verasans'"></xsl:param> | ||
62 | <xsl:param name="monospace.font.family" select="'veramono'"></xsl:param> | ||
63 | |||
64 | </xsl:stylesheet> | ||
diff --git a/handbook/poky-doc-tools/common/poky-handbook.png b/handbook/poky-doc-tools/common/poky-handbook.png new file mode 100644 index 0000000000..2085edb467 --- /dev/null +++ b/handbook/poky-doc-tools/common/poky-handbook.png | |||
Binary files differ | |||
diff --git a/handbook/poky-doc-tools/common/poky.svg b/handbook/poky-doc-tools/common/poky.svg new file mode 100644 index 0000000000..a4ea5e2f45 --- /dev/null +++ b/handbook/poky-doc-tools/common/poky.svg | |||
@@ -0,0 +1,163 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- Created with Inkscape (http://www.inkscape.org/) --> | ||
3 | <svg | ||
4 | xmlns:svg="http://www.w3.org/2000/svg" | ||
5 | xmlns="http://www.w3.org/2000/svg" | ||
6 | version="1.0" | ||
7 | width="158.56076" | ||
8 | height="79.284424" | ||
9 | viewBox="-40.981 -92.592 300 300" | ||
10 | id="svg2" | ||
11 | xml:space="preserve"> | ||
12 | <defs | ||
13 | id="defs4"> | ||
14 | </defs> | ||
15 | <path | ||
16 | d="M -36.585379,54.412576 L -36.585379,54.421305 L -36.582469,54.421305 L -36.582469,54.243829 C -36.57956,54.302018 -36.585379,54.357297 -36.585379,54.412576 z " | ||
17 | style="fill:#6ac7bd" | ||
18 | id="path6" /> | ||
19 | <g | ||
20 | transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" | ||
21 | style="opacity:0.65" | ||
22 | id="g8"> | ||
23 | <g | ||
24 | id="g10"> | ||
25 | <path | ||
26 | d="M 24.482,23.998 L 24.482,23.995 C 10.961,23.994 0,34.955 0,48.476 L 0.001,48.479 L 0.001,48.482 C 0.003,62.001 10.962,72.96 24.482,72.96 L 24.482,72.96 L 0,72.96 L 0,97.442 L 0.003,97.442 C 13.523,97.44 24.482,86.48 24.482,72.961 L 24.485,72.961 C 38.005,72.959 48.963,62 48.963,48.479 L 48.963,48.476 C 48.962,34.957 38.001,23.998 24.482,23.998 z M 24.482,50.928 C 23.13,50.928 22.034,49.832 22.034,48.48 C 22.034,47.128 23.13,46.032 24.482,46.032 C 25.834,46.032 26.93,47.128 26.93,48.48 C 26.93,49.832 25.834,50.928 24.482,50.928 z " | ||
27 | style="fill:#ef412a" | ||
28 | id="path12" /> | ||
29 | </g> | ||
30 | </g> | ||
31 | <g | ||
32 | transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" | ||
33 | style="opacity:0.65" | ||
34 | id="g14"> | ||
35 | <g | ||
36 | id="g16"> | ||
37 | <path | ||
38 | d="M 119.96,48.842 C 120.024,47.548 121.086,46.516 122.397,46.516 C 123.707,46.516 124.768,47.548 124.833,48.843 C 137.211,47.62 146.879,37.181 146.879,24.483 L 122.397,24.483 C 122.396,10.961 111.435,0 97.915,0 L 97.915,24.485 C 97.917,37.183 107.584,47.619 119.96,48.842 z M 124.833,49.084 C 124.769,50.379 123.707,51.411 122.397,51.411 L 122.396,51.411 L 122.396,73.444 L 146.878,73.444 L 146.878,73.441 C 146.876,60.745 137.208,50.308 124.833,49.084 z M 119.949,48.963 L 97.915,48.963 L 97.915,73.442 L 97.915,73.442 C 110.613,73.442 121.052,63.774 122.275,51.399 C 120.981,51.334 119.949,50.274 119.949,48.963 z " | ||
39 | style="fill:#a9c542" | ||
40 | id="path18" /> | ||
41 | </g> | ||
42 | </g> | ||
43 | <g | ||
44 | transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" | ||
45 | style="opacity:0.65" | ||
46 | id="g20"> | ||
47 | <g | ||
48 | id="g22"> | ||
49 | <path | ||
50 | d="M 168.912,48.967 C 168.912,47.656 169.945,46.596 171.24,46.531 C 170.018,34.152 159.579,24.482 146.879,24.482 L 146.879,48.963 C 146.879,62.484 157.84,73.444 171.361,73.444 L 171.361,51.414 C 170.007,51.415 168.912,50.319 168.912,48.967 z M 195.841,48.978 C 195.841,48.973 195.842,48.969 195.842,48.964 L 195.842,24.482 L 195.838,24.482 C 183.14,24.484 172.702,34.154 171.482,46.531 C 172.776,46.595 173.808,47.656 173.808,48.967 C 173.808,50.278 172.776,51.339 171.481,51.403 C 172.679,63.59 182.814,73.146 195.244,73.445 L 171.361,73.445 L 171.361,97.927 L 171.364,97.927 C 184.879,97.925 195.834,86.973 195.842,73.46 L 195.844,73.46 L 195.844,48.979 L 195.841,48.978 z M 195.832,48.964 L 195.842,48.964 L 195.842,48.978 L 195.832,48.964 z " | ||
51 | style="fill:#f9c759" | ||
52 | id="path24" /> | ||
53 | </g> | ||
54 | </g> | ||
55 | <g | ||
56 | transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" | ||
57 | style="opacity:0.65" | ||
58 | id="g26"> | ||
59 | <g | ||
60 | id="g28"> | ||
61 | <path | ||
62 | d="M 70.994,48.479 L 48.962,48.479 L 48.962,48.481 L 70.995,48.481 C 70.995,48.481 70.994,48.48 70.994,48.479 z M 73.44,24.001 L 73.437,24.001 L 73.437,46.032 C 73.439,46.032 73.44,46.032 73.442,46.032 C 74.794,46.032 75.89,47.128 75.89,48.48 C 75.89,49.832 74.794,50.928 73.442,50.928 C 72.091,50.928 70.996,49.834 70.994,48.483 L 48.958,48.483 L 48.958,48.486 C 48.96,62.005 59.919,72.964 73.437,72.964 C 86.955,72.964 97.914,62.005 97.916,48.486 L 97.916,48.483 C 97.916,34.963 86.958,24.003 73.44,24.001 z " | ||
63 | style="fill:#6ac7bd" | ||
64 | id="path30" /> | ||
65 | </g> | ||
66 | </g> | ||
67 | <g | ||
68 | transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" | ||
69 | style="opacity:0.65" | ||
70 | id="g32"> | ||
71 | <g | ||
72 | id="g34"> | ||
73 | <path | ||
74 | d="M 24.482,23.998 L 24.482,23.995 C 10.961,23.994 0,34.955 0,48.476 L 22.034,48.476 C 22.036,47.125 23.131,46.031 24.482,46.031 C 25.834,46.031 26.93,47.127 26.93,48.479 C 26.93,49.831 25.834,50.927 24.482,50.927 L 24.482,72.937 C 24.469,59.427 13.514,48.479 0,48.479 L 0,72.96 L 24.481,72.96 L 24.481,72.96 L 0,72.96 L 0,97.442 L 0.003,97.442 C 13.523,97.44 24.482,86.48 24.482,72.961 L 24.485,72.961 C 38.005,72.959 48.963,62 48.963,48.479 L 48.963,48.476 C 48.962,34.957 38.001,23.998 24.482,23.998 z " | ||
75 | style="fill:#ef412a" | ||
76 | id="path36" /> | ||
77 | </g> | ||
78 | </g> | ||
79 | <g | ||
80 | transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" | ||
81 | style="opacity:0.65" | ||
82 | id="g38"> | ||
83 | <g | ||
84 | id="g40"> | ||
85 | <path | ||
86 | d="M 122.397,46.516 C 123.707,46.516 124.768,47.548 124.833,48.843 C 137.211,47.62 146.879,37.181 146.879,24.483 L 122.397,24.483 L 122.397,46.516 L 122.397,46.516 z M 97.915,0 L 97.915,24.482 L 122.396,24.482 C 122.396,10.961 111.435,0 97.915,0 z M 122.275,46.528 C 121.052,34.151 110.613,24.482 97.914,24.482 L 97.914,48.964 L 97.914,48.964 L 97.914,73.443 L 97.914,73.443 C 110.612,73.443 121.051,63.775 122.274,51.4 C 120.98,51.335 119.948,50.275 119.948,48.964 C 119.949,47.653 120.98,46.593 122.275,46.528 z M 124.833,49.084 C 124.769,50.379 123.707,51.411 122.397,51.411 L 122.396,51.411 L 122.396,73.444 L 146.878,73.444 L 146.878,73.441 C 146.876,60.745 137.208,50.308 124.833,49.084 z " | ||
87 | style="fill:#a9c542" | ||
88 | id="path42" /> | ||
89 | </g> | ||
90 | </g> | ||
91 | <g | ||
92 | transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" | ||
93 | style="opacity:0.65" | ||
94 | id="g44"> | ||
95 | <g | ||
96 | id="g46"> | ||
97 | <path | ||
98 | d="M 173.795,49.1 C 173.724,50.389 172.666,51.415 171.36,51.415 C 170.006,51.415 168.911,50.319 168.911,48.967 C 168.911,47.656 169.944,46.596 171.239,46.531 C 170.017,34.152 159.578,24.482 146.878,24.482 L 146.878,48.963 C 146.878,62.484 157.839,73.444 171.36,73.444 L 171.36,97.926 L 171.363,97.926 C 184.878,97.924 195.833,86.972 195.841,73.459 L 195.842,73.459 L 195.842,73.443 L 195.841,73.443 C 195.833,60.753 186.167,50.322 173.795,49.1 z M 195.838,24.482 C 183.14,24.484 172.702,34.154 171.482,46.531 C 172.775,46.595 173.806,47.655 173.808,48.964 L 195.841,48.964 L 195.841,48.979 C 195.841,48.974 195.842,48.969 195.842,48.964 L 195.842,24.482 L 195.838,24.482 z " | ||
99 | style="fill:#f9c759" | ||
100 | id="path48" /> | ||
101 | </g> | ||
102 | </g> | ||
103 | <g | ||
104 | transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" | ||
105 | style="opacity:0.65" | ||
106 | id="g50"> | ||
107 | <g | ||
108 | id="g52"> | ||
109 | <path | ||
110 | d="M 71.007,48.347 C 71.075,47.105 72.062,46.117 73.304,46.046 C 72.509,38.02 67.85,31.133 61.201,27.284 C 57.601,25.2 53.424,24 48.965,24 L 48.962,24 C 48.962,28.46 50.161,32.638 52.245,36.24 C 56.093,42.891 62.98,47.552 71.007,48.347 z M 48.962,48.418 C 48.962,48.438 48.961,48.456 48.961,48.476 L 48.961,48.479 L 48.962,48.479 L 48.962,48.418 z M 70.995,48.482 C 70.995,48.481 70.995,48.481 70.995,48.48 L 48.962,48.48 L 48.962,48.482 L 70.995,48.482 z M 73.44,24.001 L 73.437,24.001 L 73.437,46.032 C 73.439,46.032 73.44,46.032 73.442,46.032 C 74.794,46.032 75.89,47.128 75.89,48.48 C 75.89,49.832 74.794,50.928 73.442,50.928 C 72.091,50.928 70.996,49.834 70.994,48.483 L 48.958,48.483 L 48.958,48.486 C 48.96,62.005 59.919,72.964 73.437,72.964 C 86.955,72.964 97.914,62.005 97.916,48.486 L 97.916,48.483 C 97.916,34.963 86.958,24.003 73.44,24.001 z " | ||
111 | style="fill:#6ac7bd" | ||
112 | id="path54" /> | ||
113 | </g> | ||
114 | </g> | ||
115 | <g | ||
116 | transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" | ||
117 | style="opacity:0.65" | ||
118 | id="g56"> | ||
119 | <g | ||
120 | id="g58"> | ||
121 | <path | ||
122 | d="M 24.482,23.998 L 24.482,23.995 C 10.961,23.994 0,34.955 0,48.476 L 22.034,48.476 C 22.036,47.125 23.131,46.031 24.482,46.031 C 25.834,46.031 26.93,47.127 26.93,48.479 C 26.93,49.831 25.834,50.927 24.482,50.927 C 23.171,50.927 22.11,49.894 22.046,48.6 C 9.669,49.824 0.001,60.262 0.001,72.96 L 0,72.96 L 0,97.442 L 0.003,97.442 C 13.523,97.44 24.482,86.48 24.482,72.961 L 24.485,72.961 C 38.005,72.959 48.963,62 48.963,48.479 L 48.963,48.476 C 48.962,34.957 38.001,23.998 24.482,23.998 z " | ||
123 | style="fill:#ef412a" | ||
124 | id="path60" /> | ||
125 | </g> | ||
126 | </g> | ||
127 | <g | ||
128 | transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" | ||
129 | style="opacity:0.65" | ||
130 | id="g62"> | ||
131 | <g | ||
132 | id="g64"> | ||
133 | <path | ||
134 | d="M 119.949,48.963 C 119.949,47.611 121.045,46.515 122.397,46.515 C 123.707,46.515 124.768,47.547 124.833,48.842 C 137.211,47.619 146.879,37.18 146.879,24.482 L 122.397,24.482 C 122.396,10.961 111.435,0 97.915,0 L 97.915,24.482 L 122.394,24.482 C 108.874,24.484 97.916,35.444 97.916,48.963 L 97.916,48.963 L 97.916,73.442 L 97.916,73.442 C 110.614,73.442 121.053,63.774 122.276,51.399 C 120.981,51.334 119.949,50.274 119.949,48.963 z M 124.833,49.084 C 124.769,50.379 123.707,51.411 122.397,51.411 L 122.396,51.411 L 122.396,73.444 L 146.878,73.444 L 146.878,73.441 C 146.876,60.745 137.208,50.308 124.833,49.084 z " | ||
135 | style="fill:#a9c542" | ||
136 | id="path66" /> | ||
137 | </g> | ||
138 | </g> | ||
139 | <g | ||
140 | transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" | ||
141 | style="opacity:0.65" | ||
142 | id="g68"> | ||
143 | <g | ||
144 | id="g70"> | ||
145 | <path | ||
146 | d="M 195.841,48.979 L 195.835,48.964 L 195.841,48.964 L 195.841,48.979 C 195.841,48.974 195.842,48.969 195.842,48.964 L 195.842,24.482 L 195.838,24.482 C 183.14,24.484 172.702,34.154 171.482,46.531 C 172.776,46.595 173.808,47.656 173.808,48.967 C 173.808,50.319 172.712,51.415 171.361,51.415 C 170.007,51.415 168.912,50.319 168.912,48.967 C 168.912,47.656 169.945,46.596 171.24,46.531 C 170.018,34.152 159.579,24.482 146.879,24.482 L 146.879,48.963 C 146.879,62.484 157.84,73.444 171.361,73.444 L 171.361,97.926 L 171.364,97.926 C 184.883,97.924 195.843,86.963 195.843,73.444 L 171.959,73.444 C 185.203,73.126 195.841,62.299 195.841,48.979 z " | ||
147 | style="fill:#f9c759" | ||
148 | id="path72" /> | ||
149 | </g> | ||
150 | </g> | ||
151 | <g | ||
152 | transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" | ||
153 | style="opacity:0.65" | ||
154 | id="g74"> | ||
155 | <g | ||
156 | id="g76"> | ||
157 | <path | ||
158 | d="M 73.44,24.001 L 73.437,24.001 C 59.919,24.003 48.96,34.959 48.958,48.476 L 48.958,48.479 L 48.961,48.479 L 48.961,48.481 L 48.957,48.482 L 48.957,48.485 C 48.959,62.004 59.918,72.963 73.436,72.963 C 86.954,72.963 97.913,62.004 97.915,48.485 L 97.915,48.482 C 97.916,34.963 86.958,24.003 73.44,24.001 z M 73.442,50.928 C 72.09,50.928 70.994,49.832 70.994,48.48 C 70.994,47.128 72.09,46.032 73.442,46.032 C 74.794,46.032 75.89,47.128 75.89,48.48 C 75.89,49.832 74.794,50.928 73.442,50.928 z " | ||
159 | style="fill:#6ac7bd" | ||
160 | id="path78" /> | ||
161 | </g> | ||
162 | </g> | ||
163 | </svg> \ No newline at end of file | ||
diff --git a/handbook/poky-doc-tools/common/titlepage.templates.xml b/handbook/poky-doc-tools/common/titlepage.templates.xml new file mode 100644 index 0000000000..ff640fa5f2 --- /dev/null +++ b/handbook/poky-doc-tools/common/titlepage.templates.xml | |||
@@ -0,0 +1,1240 @@ | |||
1 | <!DOCTYPE t:templates [ | ||
2 | <!ENTITY hsize0 "10pt"> | ||
3 | <!ENTITY hsize1 "12pt"> | ||
4 | <!ENTITY hsize2 "14.4pt"> | ||
5 | <!ENTITY hsize3 "17.28pt"> | ||
6 | <!ENTITY hsize4 "20.736pt"> | ||
7 | <!ENTITY hsize5 "24.8832pt"> | ||
8 | <!ENTITY hsize0space "7.5pt"> <!-- 0.75 * hsize0 --> | ||
9 | <!ENTITY hsize1space "9pt"> <!-- 0.75 * hsize1 --> | ||
10 | <!ENTITY hsize2space "10.8pt"> <!-- 0.75 * hsize2 --> | ||
11 | <!ENTITY hsize3space "12.96pt"> <!-- 0.75 * hsize3 --> | ||
12 | <!ENTITY hsize4space "15.552pt"> <!-- 0.75 * hsize4 --> | ||
13 | <!ENTITY hsize5space "18.6624pt"> <!-- 0.75 * hsize5 --> | ||
14 | ]> | ||
15 | <t:templates xmlns:t="http://nwalsh.com/docbook/xsl/template/1.0" | ||
16 | xmlns:param="http://nwalsh.com/docbook/xsl/template/1.0/param" | ||
17 | xmlns:fo="http://www.w3.org/1999/XSL/Format" | ||
18 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
19 | |||
20 | <!-- ******************************************************************** | ||
21 | $Id: titlepage.templates.xml,v 1.23 2003/12/16 00:30:49 bobstayton Exp $ | ||
22 | ******************************************************************** | ||
23 | |||
24 | This file is part of the DocBook XSL Stylesheet distribution. | ||
25 | See ../README or http://docbook.sf.net/ for copyright | ||
26 | and other information. | ||
27 | |||
28 | ******************************************************************** --> | ||
29 | |||
30 | <!-- ==================================================================== --> | ||
31 | |||
32 | <t:titlepage t:element="article" t:wrapper="fo:block" | ||
33 | font-family="{$title.fontset}"> | ||
34 | |||
35 | <t:titlepage-content t:side="recto" | ||
36 | text-align="center"> | ||
37 | |||
38 | <mediaobject/> | ||
39 | |||
40 | <title t:named-template="component.title" | ||
41 | param:node="ancestor-or-self::article[1]" | ||
42 | keep-with-next="always" | ||
43 | font-size="&hsize5;" | ||
44 | font-weight="bold"/> | ||
45 | |||
46 | <subtitle param:node="ancestor-or-self::article[1]" | ||
47 | keep-with-next="always" | ||
48 | font-size="&hsize3;" | ||
49 | font-weight="bold" | ||
50 | space-after="0.8em"/> | ||
51 | |||
52 | <corpauthor space-before="0.5em" | ||
53 | font-size="&hsize3;"/> | ||
54 | <authorgroup space-before="0.5em" | ||
55 | font-size="&hsize2;"/> | ||
56 | <author space-before="0.5em" | ||
57 | font-size="&hsize2;" | ||
58 | space-after="0.8em"/> | ||
59 | |||
60 | <email font-size="&hsize2;"/> | ||
61 | |||
62 | <othercredit space-before="0.5em"/> | ||
63 | <releaseinfo space-before="0.5em"/> | ||
64 | <copyright space-before="0.5em"/> | ||
65 | <legalnotice text-align="start" | ||
66 | margin-left="0.5in" | ||
67 | margin-right="0.5in" | ||
68 | font-family="{$body.fontset}"/> | ||
69 | <pubdate space-before="0.5em"/> | ||
70 | <para></para> | ||
71 | <revision space-before="0.5em"/> | ||
72 | <revhistory space-before="0.5em"/> | ||
73 | <abstract space-before="0.5em" | ||
74 | text-align="start" | ||
75 | margin-left="0.5in" | ||
76 | margin-right="0.5in" | ||
77 | font-family="{$body.fontset}"/> | ||
78 | |||
79 | <para></para> | ||
80 | </t:titlepage-content> | ||
81 | |||
82 | <t:titlepage-content t:side="verso"> | ||
83 | </t:titlepage-content> | ||
84 | |||
85 | <t:titlepage-separator> | ||
86 | </t:titlepage-separator> | ||
87 | |||
88 | <t:titlepage-before t:side="recto"> | ||
89 | </t:titlepage-before> | ||
90 | |||
91 | <t:titlepage-before t:side="verso"> | ||
92 | </t:titlepage-before> | ||
93 | </t:titlepage> | ||
94 | |||
95 | <!-- ==================================================================== --> | ||
96 | |||
97 | <t:titlepage t:element="set" t:wrapper="fo:block"> | ||
98 | <t:titlepage-content t:side="recto"> | ||
99 | <title | ||
100 | t:named-template="division.title" | ||
101 | param:node="ancestor-or-self::set[1]" | ||
102 | text-align="center" | ||
103 | font-size="&hsize5;" | ||
104 | space-before="&hsize5space;" | ||
105 | font-weight="bold" | ||
106 | font-family="{$title.fontset}"/> | ||
107 | <subtitle | ||
108 | font-family="{$title.fontset}" | ||
109 | text-align="center"/> | ||
110 | <corpauthor/> | ||
111 | <authorgroup/> | ||
112 | <author/> | ||
113 | <othercredit/> | ||
114 | <releaseinfo/> | ||
115 | <copyright/> | ||
116 | <legalnotice/> | ||
117 | <pubdate/> | ||
118 | <revision/> | ||
119 | <revhistory/> | ||
120 | <abstract/> | ||
121 | </t:titlepage-content> | ||
122 | |||
123 | <t:titlepage-content t:side="verso"> | ||
124 | </t:titlepage-content> | ||
125 | |||
126 | <t:titlepage-separator> | ||
127 | </t:titlepage-separator> | ||
128 | |||
129 | <t:titlepage-before t:side="recto"> | ||
130 | </t:titlepage-before> | ||
131 | |||
132 | <t:titlepage-before t:side="verso"> | ||
133 | </t:titlepage-before> | ||
134 | </t:titlepage> | ||
135 | |||
136 | <!-- ==================================================================== --> | ||
137 | |||
138 | <t:titlepage t:element="book" t:wrapper="fo:block"> | ||
139 | <t:titlepage-content t:side="recto"> | ||
140 | |||
141 | <mediaobject/> | ||
142 | |||
143 | <title | ||
144 | t:named-template="division.title" | ||
145 | param:node="ancestor-or-self::book[1]" | ||
146 | text-align="center" | ||
147 | font-size="&hsize5;" | ||
148 | space-before="&hsize5space;" | ||
149 | font-weight="bold" | ||
150 | font-family="{$title.fontset}"/> | ||
151 | <subtitle | ||
152 | text-align="center" | ||
153 | font-size="&hsize4;" | ||
154 | space-before="&hsize4space;" | ||
155 | font-family="{$title.fontset}"/> | ||
156 | <corpauthor font-size="&hsize3;" | ||
157 | keep-with-next="always" | ||
158 | space-before="2in"/> | ||
159 | <authorgroup space-before="2in"/> | ||
160 | <author font-size="&hsize3;" | ||
161 | space-before="&hsize2space;" | ||
162 | keep-with-next="always"/> | ||
163 | </t:titlepage-content> | ||
164 | |||
165 | <t:titlepage-content t:side="verso"> | ||
166 | <title | ||
167 | t:named-template="book.verso.title" | ||
168 | font-size="&hsize2;" | ||
169 | font-weight="bold" | ||
170 | font-family="{$title.fontset}"/> | ||
171 | <corpauthor/> | ||
172 | <authorgroup t:named-template="verso.authorgroup"/> | ||
173 | <author/> | ||
174 | <othercredit/> | ||
175 | <pubdate space-before="1em"/> | ||
176 | <copyright/> | ||
177 | <abstract/> | ||
178 | <legalnotice font-size="8pt"/> | ||
179 | </t:titlepage-content> | ||
180 | |||
181 | <t:titlepage-separator> | ||
182 | <fo:block break-after="page"/> | ||
183 | </t:titlepage-separator> | ||
184 | |||
185 | <t:titlepage-before t:side="recto"> | ||
186 | </t:titlepage-before> | ||
187 | |||
188 | <t:titlepage-before t:side="verso"> | ||
189 | <fo:block break-after="page"/> | ||
190 | </t:titlepage-before> | ||
191 | </t:titlepage> | ||
192 | |||
193 | <!-- ==================================================================== --> | ||
194 | |||
195 | <t:titlepage t:element="part" t:wrapper="fo:block"> | ||
196 | <t:titlepage-content t:side="recto"> | ||
197 | <title | ||
198 | t:named-template="division.title" | ||
199 | param:node="ancestor-or-self::part[1]" | ||
200 | text-align="center" | ||
201 | font-size="&hsize5;" | ||
202 | space-before="&hsize5space;" | ||
203 | font-weight="bold" | ||
204 | font-family="{$title.fontset}"/> | ||
205 | <subtitle | ||
206 | text-align="center" | ||
207 | font-size="&hsize4;" | ||
208 | space-before="&hsize4space;" | ||
209 | font-weight='bold' | ||
210 | font-style='italic' | ||
211 | font-family="{$title.fontset}"/> | ||
212 | </t:titlepage-content> | ||
213 | |||
214 | <t:titlepage-content t:side="verso"> | ||
215 | </t:titlepage-content> | ||
216 | |||
217 | <t:titlepage-separator> | ||
218 | </t:titlepage-separator> | ||
219 | |||
220 | <t:titlepage-before t:side="recto"> | ||
221 | </t:titlepage-before> | ||
222 | |||
223 | <t:titlepage-before t:side="verso"> | ||
224 | </t:titlepage-before> | ||
225 | </t:titlepage> | ||
226 | |||
227 | <t:titlepage t:element="partintro" t:wrapper="fo:block"> | ||
228 | <t:titlepage-content t:side="recto"> | ||
229 | <title | ||
230 | text-align="center" | ||
231 | font-size="&hsize5;" | ||
232 | font-weight="bold" | ||
233 | space-before="1em" | ||
234 | font-family="{$title.fontset}"/> | ||
235 | <subtitle | ||
236 | text-align="center" | ||
237 | font-size="&hsize2;" | ||
238 | font-weight="bold" | ||
239 | font-style="italic" | ||
240 | font-family="{$title.fontset}"/> | ||
241 | <corpauthor/> | ||
242 | <authorgroup/> | ||
243 | <author/> | ||
244 | <othercredit/> | ||
245 | <releaseinfo/> | ||
246 | <copyright/> | ||
247 | <legalnotice/> | ||
248 | <pubdate/> | ||
249 | <revision/> | ||
250 | <revhistory/> | ||
251 | <abstract/> | ||
252 | </t:titlepage-content> | ||
253 | |||
254 | <t:titlepage-content t:side="verso"> | ||
255 | </t:titlepage-content> | ||
256 | |||
257 | <t:titlepage-separator> | ||
258 | </t:titlepage-separator> | ||
259 | |||
260 | <t:titlepage-before t:side="recto"> | ||
261 | </t:titlepage-before> | ||
262 | |||
263 | <t:titlepage-before t:side="verso"> | ||
264 | </t:titlepage-before> | ||
265 | </t:titlepage> | ||
266 | |||
267 | <!-- ==================================================================== --> | ||
268 | |||
269 | <t:titlepage t:element="reference" t:wrapper="fo:block"> | ||
270 | <t:titlepage-content t:side="recto"> | ||
271 | <title | ||
272 | t:named-template="division.title" | ||
273 | param:node="ancestor-or-self::reference[1]" | ||
274 | text-align="center" | ||
275 | font-size="&hsize5;" | ||
276 | space-before="&hsize5space;" | ||
277 | font-weight="bold" | ||
278 | font-family="{$title.fontset}"/> | ||
279 | <subtitle | ||
280 | font-family="{$title.fontset}" | ||
281 | text-align="center"/> | ||
282 | <corpauthor/> | ||
283 | <authorgroup/> | ||
284 | <author/> | ||
285 | <othercredit/> | ||
286 | <releaseinfo/> | ||
287 | <copyright/> | ||
288 | <legalnotice/> | ||
289 | <pubdate/> | ||
290 | <revision/> | ||
291 | <revhistory/> | ||
292 | <abstract/> | ||
293 | </t:titlepage-content> | ||
294 | |||
295 | <t:titlepage-content t:side="verso"> | ||
296 | </t:titlepage-content> | ||
297 | |||
298 | <t:titlepage-separator> | ||
299 | </t:titlepage-separator> | ||
300 | |||
301 | <t:titlepage-before t:side="recto"> | ||
302 | </t:titlepage-before> | ||
303 | |||
304 | <t:titlepage-before t:side="verso"> | ||
305 | </t:titlepage-before> | ||
306 | </t:titlepage> | ||
307 | |||
308 | <!-- ==================================================================== --> | ||
309 | |||
310 | <t:titlepage t:element="refsynopsisdiv" t:wrapper="fo:block"> | ||
311 | <t:titlepage-content t:side="recto"> | ||
312 | <title | ||
313 | font-family="{$title.fontset}"/> | ||
314 | </t:titlepage-content> | ||
315 | |||
316 | <t:titlepage-content t:side="verso"> | ||
317 | </t:titlepage-content> | ||
318 | |||
319 | <t:titlepage-separator> | ||
320 | </t:titlepage-separator> | ||
321 | |||
322 | <t:titlepage-before t:side="recto"> | ||
323 | </t:titlepage-before> | ||
324 | |||
325 | <t:titlepage-before t:side="verso"> | ||
326 | </t:titlepage-before> | ||
327 | </t:titlepage> | ||
328 | |||
329 | <!-- ==================================================================== --> | ||
330 | |||
331 | <t:titlepage t:element="refsection" t:wrapper="fo:block"> | ||
332 | <t:titlepage-content t:side="recto"> | ||
333 | <title | ||
334 | font-family="{$title.fontset}"/> | ||
335 | </t:titlepage-content> | ||
336 | |||
337 | <t:titlepage-content t:side="verso"> | ||
338 | </t:titlepage-content> | ||
339 | |||
340 | <t:titlepage-separator> | ||
341 | </t:titlepage-separator> | ||
342 | |||
343 | <t:titlepage-before t:side="recto"> | ||
344 | </t:titlepage-before> | ||
345 | |||
346 | <t:titlepage-before t:side="verso"> | ||
347 | </t:titlepage-before> | ||
348 | </t:titlepage> | ||
349 | |||
350 | <!-- ==================================================================== --> | ||
351 | |||
352 | <t:titlepage t:element="refsect1" t:wrapper="fo:block"> | ||
353 | <t:titlepage-content t:side="recto"> | ||
354 | <title | ||
355 | font-family="{$title.fontset}"/> | ||
356 | </t:titlepage-content> | ||
357 | |||
358 | <t:titlepage-content t:side="verso"> | ||
359 | </t:titlepage-content> | ||
360 | |||
361 | <t:titlepage-separator> | ||
362 | </t:titlepage-separator> | ||
363 | |||
364 | <t:titlepage-before t:side="recto"> | ||
365 | </t:titlepage-before> | ||
366 | |||
367 | <t:titlepage-before t:side="verso"> | ||
368 | </t:titlepage-before> | ||
369 | </t:titlepage> | ||
370 | |||
371 | <!-- ==================================================================== --> | ||
372 | |||
373 | <t:titlepage t:element="refsect2" t:wrapper="fo:block"> | ||
374 | <t:titlepage-content t:side="recto"> | ||
375 | <title | ||
376 | font-family="{$title.fontset}"/> | ||
377 | </t:titlepage-content> | ||
378 | |||
379 | <t:titlepage-content t:side="verso"> | ||
380 | </t:titlepage-content> | ||
381 | |||
382 | <t:titlepage-separator> | ||
383 | </t:titlepage-separator> | ||
384 | |||
385 | <t:titlepage-before t:side="recto"> | ||
386 | </t:titlepage-before> | ||
387 | |||
388 | <t:titlepage-before t:side="verso"> | ||
389 | </t:titlepage-before> | ||
390 | </t:titlepage> | ||
391 | |||
392 | <!-- ==================================================================== --> | ||
393 | |||
394 | <t:titlepage t:element="refsect3" t:wrapper="fo:block"> | ||
395 | <t:titlepage-content t:side="recto"> | ||
396 | <title | ||
397 | font-family="{$title.fontset}"/> | ||
398 | </t:titlepage-content> | ||
399 | |||
400 | <t:titlepage-content t:side="verso"> | ||
401 | </t:titlepage-content> | ||
402 | |||
403 | <t:titlepage-separator> | ||
404 | </t:titlepage-separator> | ||
405 | |||
406 | <t:titlepage-before t:side="recto"> | ||
407 | </t:titlepage-before> | ||
408 | |||
409 | <t:titlepage-before t:side="verso"> | ||
410 | </t:titlepage-before> | ||
411 | </t:titlepage> | ||
412 | |||
413 | <!-- ==================================================================== --> | ||
414 | |||
415 | <t:titlepage t:element="dedication" t:wrapper="fo:block"> | ||
416 | <t:titlepage-content t:side="recto"> | ||
417 | <title | ||
418 | t:force="1" | ||
419 | t:named-template="component.title" | ||
420 | param:node="ancestor-or-self::dedication[1]" | ||
421 | margin-left="{$title.margin.left}" | ||
422 | font-size="&hsize5;" | ||
423 | font-family="{$title.fontset}" | ||
424 | font-weight="bold"/> | ||
425 | <subtitle | ||
426 | font-family="{$title.fontset}"/> | ||
427 | </t:titlepage-content> | ||
428 | |||
429 | <t:titlepage-content t:side="verso"> | ||
430 | </t:titlepage-content> | ||
431 | |||
432 | <t:titlepage-separator> | ||
433 | </t:titlepage-separator> | ||
434 | |||
435 | <t:titlepage-before t:side="recto"> | ||
436 | </t:titlepage-before> | ||
437 | |||
438 | <t:titlepage-before t:side="verso"> | ||
439 | </t:titlepage-before> | ||
440 | </t:titlepage> | ||
441 | |||
442 | <!-- ==================================================================== --> | ||
443 | |||
444 | <t:titlepage t:element="preface" t:wrapper="fo:block"> | ||
445 | <t:titlepage-content t:side="recto"> | ||
446 | <title | ||
447 | t:force="1" | ||
448 | t:named-template="component.title" | ||
449 | param:node="ancestor-or-self::preface[1]" | ||
450 | margin-left="{$title.margin.left}" | ||
451 | font-size="&hsize5;" | ||
452 | font-family="{$title.fontset}" | ||
453 | font-weight="bold"/> | ||
454 | <subtitle | ||
455 | font-family="{$title.fontset}"/> | ||
456 | <corpauthor/> | ||
457 | <authorgroup/> | ||
458 | <author/> | ||
459 | <othercredit/> | ||
460 | <releaseinfo/> | ||
461 | <copyright/> | ||
462 | <legalnotice/> | ||
463 | <pubdate/> | ||
464 | <revision/> | ||
465 | <revhistory/> | ||
466 | <abstract/> | ||
467 | </t:titlepage-content> | ||
468 | |||
469 | <t:titlepage-content t:side="verso"> | ||
470 | </t:titlepage-content> | ||
471 | |||
472 | <t:titlepage-separator> | ||
473 | </t:titlepage-separator> | ||
474 | |||
475 | <t:titlepage-before t:side="recto"> | ||
476 | </t:titlepage-before> | ||
477 | |||
478 | <t:titlepage-before t:side="verso"> | ||
479 | </t:titlepage-before> | ||
480 | </t:titlepage> | ||
481 | |||
482 | <!-- ==================================================================== --> | ||
483 | |||
484 | <t:titlepage t:element="chapter" t:wrapper="fo:block" | ||
485 | font-family="{$title.fontset}"> | ||
486 | <t:titlepage-content t:side="recto" margin-left="{$title.margin.left}"> | ||
487 | <title t:named-template="component.title" | ||
488 | param:node="ancestor-or-self::chapter[1]" | ||
489 | font-size="&hsize5;" | ||
490 | font-weight="bold"/> | ||
491 | |||
492 | <subtitle space-before="0.5em" | ||
493 | font-style="italic" | ||
494 | font-size="&hsize2;" | ||
495 | font-weight="bold"/> | ||
496 | |||
497 | <corpauthor space-before="0.5em" | ||
498 | space-after="0.5em" | ||
499 | font-size="&hsize2;"/> | ||
500 | |||
501 | <authorgroup space-before="0.5em" | ||
502 | space-after="0.5em" | ||
503 | font-size="&hsize2;"/> | ||
504 | |||
505 | <author space-before="0.5em" | ||
506 | space-after="0.5em" | ||
507 | font-size="&hsize2;"/> | ||
508 | |||
509 | <othercredit/> | ||
510 | <releaseinfo/> | ||
511 | <copyright/> | ||
512 | <legalnotice/> | ||
513 | <pubdate/> | ||
514 | <revision/> | ||
515 | <revhistory/> | ||
516 | <abstract/> | ||
517 | </t:titlepage-content> | ||
518 | |||
519 | <t:titlepage-content t:side="verso"> | ||
520 | </t:titlepage-content> | ||
521 | |||
522 | <t:titlepage-separator> | ||
523 | </t:titlepage-separator> | ||
524 | |||
525 | <t:titlepage-before t:side="recto"> | ||
526 | </t:titlepage-before> | ||
527 | |||
528 | <t:titlepage-before t:side="verso"> | ||
529 | </t:titlepage-before> | ||
530 | </t:titlepage> | ||
531 | |||
532 | <!-- ==================================================================== --> | ||
533 | |||
534 | <t:titlepage t:element="appendix" t:wrapper="fo:block"> | ||
535 | <t:titlepage-content t:side="recto"> | ||
536 | <title | ||
537 | t:named-template="component.title" | ||
538 | param:node="ancestor-or-self::appendix[1]" | ||
539 | margin-left="{$title.margin.left}" | ||
540 | font-size="&hsize5;" | ||
541 | font-weight="bold" | ||
542 | font-family="{$title.fontset}"/> | ||
543 | <subtitle | ||
544 | font-family="{$title.fontset}"/> | ||
545 | <corpauthor/> | ||
546 | <authorgroup/> | ||
547 | <author/> | ||
548 | <othercredit/> | ||
549 | <releaseinfo/> | ||
550 | <copyright/> | ||
551 | <legalnotice/> | ||
552 | <pubdate/> | ||
553 | <revision/> | ||
554 | <revhistory/> | ||
555 | <abstract/> | ||
556 | </t:titlepage-content> | ||
557 | |||
558 | <t:titlepage-content t:side="verso"> | ||
559 | </t:titlepage-content> | ||
560 | |||
561 | <t:titlepage-separator> | ||
562 | </t:titlepage-separator> | ||
563 | |||
564 | <t:titlepage-before t:side="recto"> | ||
565 | </t:titlepage-before> | ||
566 | |||
567 | <t:titlepage-before t:side="verso"> | ||
568 | </t:titlepage-before> | ||
569 | </t:titlepage> | ||
570 | |||
571 | <!-- ==================================================================== --> | ||
572 | |||
573 | <t:titlepage t:element="section" t:wrapper="fo:block"> | ||
574 | <t:titlepage-content t:side="recto"> | ||
575 | <title | ||
576 | margin-left="{$title.margin.left}" | ||
577 | font-family="{$title.fontset}"/> | ||
578 | <subtitle | ||
579 | font-family="{$title.fontset}"/> | ||
580 | <corpauthor/> | ||
581 | <authorgroup/> | ||
582 | <author/> | ||
583 | <othercredit/> | ||
584 | <releaseinfo/> | ||
585 | <copyright/> | ||
586 | <legalnotice/> | ||
587 | <pubdate/> | ||
588 | <revision/> | ||
589 | <revhistory/> | ||
590 | <abstract/> | ||
591 | </t:titlepage-content> | ||
592 | |||
593 | <t:titlepage-content t:side="verso"> | ||
594 | </t:titlepage-content> | ||
595 | |||
596 | <t:titlepage-separator> | ||
597 | </t:titlepage-separator> | ||
598 | |||
599 | <t:titlepage-before t:side="recto"> | ||
600 | </t:titlepage-before> | ||
601 | |||
602 | <t:titlepage-before t:side="verso"> | ||
603 | </t:titlepage-before> | ||
604 | </t:titlepage> | ||
605 | |||
606 | <t:titlepage t:element="sect1" t:wrapper="fo:block"> | ||
607 | <t:titlepage-content t:side="recto"> | ||
608 | <title | ||
609 | margin-left="{$title.margin.left}" | ||
610 | font-family="{$title.fontset}"/> | ||
611 | <subtitle | ||
612 | font-family="{$title.fontset}"/> | ||
613 | <corpauthor/> | ||
614 | <authorgroup/> | ||
615 | <author/> | ||
616 | <othercredit/> | ||
617 | <releaseinfo/> | ||
618 | <copyright/> | ||
619 | <legalnotice/> | ||
620 | <pubdate/> | ||
621 | <revision/> | ||
622 | <revhistory/> | ||
623 | <abstract/> | ||
624 | </t:titlepage-content> | ||
625 | |||
626 | <t:titlepage-content t:side="verso"> | ||
627 | </t:titlepage-content> | ||
628 | |||
629 | <t:titlepage-separator> | ||
630 | </t:titlepage-separator> | ||
631 | |||
632 | <t:titlepage-before t:side="recto"> | ||
633 | </t:titlepage-before> | ||
634 | |||
635 | <t:titlepage-before t:side="verso"> | ||
636 | </t:titlepage-before> | ||
637 | </t:titlepage> | ||
638 | |||
639 | <t:titlepage t:element="sect2" t:wrapper="fo:block"> | ||
640 | <t:titlepage-content t:side="recto"> | ||
641 | <title | ||
642 | margin-left="{$title.margin.left}" | ||
643 | font-family="{$title.fontset}"/> | ||
644 | <subtitle | ||
645 | font-family="{$title.fontset}"/> | ||
646 | <corpauthor/> | ||
647 | <authorgroup/> | ||
648 | <author/> | ||
649 | <othercredit/> | ||
650 | <releaseinfo/> | ||
651 | <copyright/> | ||
652 | <legalnotice/> | ||
653 | <pubdate/> | ||
654 | <revision/> | ||
655 | <revhistory/> | ||
656 | <abstract/> | ||
657 | </t:titlepage-content> | ||
658 | |||
659 | <t:titlepage-content t:side="verso"> | ||
660 | </t:titlepage-content> | ||
661 | |||
662 | <t:titlepage-separator> | ||
663 | </t:titlepage-separator> | ||
664 | |||
665 | <t:titlepage-before t:side="recto"> | ||
666 | </t:titlepage-before> | ||
667 | |||
668 | <t:titlepage-before t:side="verso"> | ||
669 | </t:titlepage-before> | ||
670 | </t:titlepage> | ||
671 | |||
672 | <t:titlepage t:element="sect3" t:wrapper="fo:block"> | ||
673 | <t:titlepage-content t:side="recto"> | ||
674 | <title | ||
675 | margin-left="{$title.margin.left}" | ||
676 | font-family="{$title.fontset}"/> | ||
677 | <subtitle | ||
678 | font-family="{$title.fontset}"/> | ||
679 | <corpauthor/> | ||
680 | <authorgroup/> | ||
681 | <author/> | ||
682 | <othercredit/> | ||
683 | <releaseinfo/> | ||
684 | <copyright/> | ||
685 | <legalnotice/> | ||
686 | <pubdate/> | ||
687 | <revision/> | ||
688 | <revhistory/> | ||
689 | <abstract/> | ||
690 | </t:titlepage-content> | ||
691 | |||
692 | <t:titlepage-content t:side="verso"> | ||
693 | </t:titlepage-content> | ||
694 | |||
695 | <t:titlepage-separator> | ||
696 | </t:titlepage-separator> | ||
697 | |||
698 | <t:titlepage-before t:side="recto"> | ||
699 | </t:titlepage-before> | ||
700 | |||
701 | <t:titlepage-before t:side="verso"> | ||
702 | </t:titlepage-before> | ||
703 | </t:titlepage> | ||
704 | |||
705 | <t:titlepage t:element="sect4" t:wrapper="fo:block"> | ||
706 | <t:titlepage-content t:side="recto"> | ||
707 | <title | ||
708 | margin-left="{$title.margin.left}" | ||
709 | font-family="{$title.fontset}"/> | ||
710 | <subtitle | ||
711 | font-family="{$title.fontset}"/> | ||
712 | <corpauthor/> | ||
713 | <authorgroup/> | ||
714 | <author/> | ||
715 | <othercredit/> | ||
716 | <releaseinfo/> | ||
717 | <copyright/> | ||
718 | <legalnotice/> | ||
719 | <pubdate/> | ||
720 | <revision/> | ||
721 | <revhistory/> | ||
722 | <abstract/> | ||
723 | </t:titlepage-content> | ||
724 | |||
725 | <t:titlepage-content t:side="verso"> | ||
726 | </t:titlepage-content> | ||
727 | |||
728 | <t:titlepage-separator> | ||
729 | </t:titlepage-separator> | ||
730 | |||
731 | <t:titlepage-before t:side="recto"> | ||
732 | </t:titlepage-before> | ||
733 | |||
734 | <t:titlepage-before t:side="verso"> | ||
735 | </t:titlepage-before> | ||
736 | </t:titlepage> | ||
737 | |||
738 | <t:titlepage t:element="sect5" t:wrapper="fo:block"> | ||
739 | <t:titlepage-content t:side="recto"> | ||
740 | <title | ||
741 | margin-left="{$title.margin.left}" | ||
742 | font-family="{$title.fontset}"/> | ||
743 | <subtitle | ||
744 | font-family="{$title.fontset}"/> | ||
745 | <corpauthor/> | ||
746 | <authorgroup/> | ||
747 | <author/> | ||
748 | <othercredit/> | ||
749 | <releaseinfo/> | ||
750 | <copyright/> | ||
751 | <legalnotice/> | ||
752 | <pubdate/> | ||
753 | <revision/> | ||
754 | <revhistory/> | ||
755 | <abstract/> | ||
756 | </t:titlepage-content> | ||
757 | |||
758 | <t:titlepage-content t:side="verso"> | ||
759 | </t:titlepage-content> | ||
760 | |||
761 | <t:titlepage-separator> | ||
762 | </t:titlepage-separator> | ||
763 | |||
764 | <t:titlepage-before t:side="recto"> | ||
765 | </t:titlepage-before> | ||
766 | |||
767 | <t:titlepage-before t:side="verso"> | ||
768 | </t:titlepage-before> | ||
769 | </t:titlepage> | ||
770 | |||
771 | <t:titlepage t:element="simplesect" t:wrapper="fo:block"> | ||
772 | <t:titlepage-content t:side="recto"> | ||
773 | <title | ||
774 | margin-left="{$title.margin.left}" | ||
775 | font-family="{$title.fontset}"/> | ||
776 | <subtitle | ||
777 | font-family="{$title.fontset}"/> | ||
778 | <corpauthor/> | ||
779 | <authorgroup/> | ||
780 | <author/> | ||
781 | <othercredit/> | ||
782 | <releaseinfo/> | ||
783 | <copyright/> | ||
784 | <legalnotice/> | ||
785 | <pubdate/> | ||
786 | <revision/> | ||
787 | <revhistory/> | ||
788 | <abstract/> | ||
789 | </t:titlepage-content> | ||
790 | |||
791 | <t:titlepage-content t:side="verso"> | ||
792 | </t:titlepage-content> | ||
793 | |||
794 | <t:titlepage-separator> | ||
795 | </t:titlepage-separator> | ||
796 | |||
797 | <t:titlepage-before t:side="recto"> | ||
798 | </t:titlepage-before> | ||
799 | |||
800 | <t:titlepage-before t:side="verso"> | ||
801 | </t:titlepage-before> | ||
802 | </t:titlepage> | ||
803 | |||
804 | <!-- ==================================================================== --> | ||
805 | |||
806 | <t:titlepage t:element="bibliography" t:wrapper="fo:block"> | ||
807 | <t:titlepage-content t:side="recto"> | ||
808 | <title | ||
809 | t:force="1" | ||
810 | t:named-template="component.title" | ||
811 | param:node="ancestor-or-self::bibliography[1]" | ||
812 | margin-left="{$title.margin.left}" | ||
813 | font-size="&hsize5;" | ||
814 | font-family="{$title.fontset}" | ||
815 | font-weight="bold"/> | ||
816 | <subtitle | ||
817 | font-family="{$title.fontset}"/> | ||
818 | </t:titlepage-content> | ||
819 | |||
820 | <t:titlepage-content t:side="verso"> | ||
821 | </t:titlepage-content> | ||
822 | |||
823 | <t:titlepage-separator> | ||
824 | </t:titlepage-separator> | ||
825 | |||
826 | <t:titlepage-before t:side="recto"> | ||
827 | </t:titlepage-before> | ||
828 | |||
829 | <t:titlepage-before t:side="verso"> | ||
830 | </t:titlepage-before> | ||
831 | </t:titlepage> | ||
832 | |||
833 | <!-- ==================================================================== --> | ||
834 | |||
835 | <t:titlepage t:element="bibliodiv" t:wrapper="fo:block"> | ||
836 | <t:titlepage-content t:side="recto"> | ||
837 | <title t:named-template="component.title" | ||
838 | param:node="ancestor-or-self::bibliodiv[1]" | ||
839 | margin-left="{$title.margin.left}" | ||
840 | font-size="&hsize4;" | ||
841 | font-family="{$title.fontset}" | ||
842 | font-weight="bold"/> | ||
843 | <subtitle | ||
844 | font-family="{$title.fontset}"/> | ||
845 | </t:titlepage-content> | ||
846 | |||
847 | <t:titlepage-content t:side="verso"> | ||
848 | </t:titlepage-content> | ||
849 | |||
850 | <t:titlepage-separator> | ||
851 | </t:titlepage-separator> | ||
852 | |||
853 | <t:titlepage-before t:side="recto"> | ||
854 | </t:titlepage-before> | ||
855 | |||
856 | <t:titlepage-before t:side="verso"> | ||
857 | </t:titlepage-before> | ||
858 | </t:titlepage> | ||
859 | |||
860 | <!-- ==================================================================== --> | ||
861 | |||
862 | <t:titlepage t:element="glossary" t:wrapper="fo:block"> | ||
863 | <t:titlepage-content t:side="recto"> | ||
864 | <title | ||
865 | t:force="1" | ||
866 | t:named-template="component.title" | ||
867 | param:node="ancestor-or-self::glossary[1]" | ||
868 | margin-left="{$title.margin.left}" | ||
869 | font-size="&hsize5;" | ||
870 | font-family="{$title.fontset}" | ||
871 | font-weight="bold"/> | ||
872 | <subtitle | ||
873 | font-family="{$title.fontset}"/> | ||
874 | </t:titlepage-content> | ||
875 | |||
876 | <t:titlepage-content t:side="verso"> | ||
877 | </t:titlepage-content> | ||
878 | |||
879 | <t:titlepage-separator> | ||
880 | </t:titlepage-separator> | ||
881 | |||
882 | <t:titlepage-before t:side="recto"> | ||
883 | </t:titlepage-before> | ||
884 | |||
885 | <t:titlepage-before t:side="verso"> | ||
886 | </t:titlepage-before> | ||
887 | </t:titlepage> | ||
888 | |||
889 | <!-- ==================================================================== --> | ||
890 | |||
891 | <t:titlepage t:element="glossdiv" t:wrapper="fo:block"> | ||
892 | <t:titlepage-content t:side="recto"> | ||
893 | <title t:named-template="component.title" | ||
894 | param:node="ancestor-or-self::glossdiv[1]" | ||
895 | margin-left="{$title.margin.left}" | ||
896 | font-size="&hsize4;" | ||
897 | font-family="{$title.fontset}" | ||
898 | font-weight="bold"/> | ||
899 | <subtitle | ||
900 | font-family="{$title.fontset}"/> | ||
901 | </t:titlepage-content> | ||
902 | |||
903 | <t:titlepage-content t:side="verso"> | ||
904 | </t:titlepage-content> | ||
905 | |||
906 | <t:titlepage-separator> | ||
907 | </t:titlepage-separator> | ||
908 | |||
909 | <t:titlepage-before t:side="recto"> | ||
910 | </t:titlepage-before> | ||
911 | |||
912 | <t:titlepage-before t:side="verso"> | ||
913 | </t:titlepage-before> | ||
914 | </t:titlepage> | ||
915 | |||
916 | <!-- ==================================================================== --> | ||
917 | |||
918 | <t:titlepage t:element="index" t:wrapper="fo:block"> | ||
919 | <t:titlepage-content t:side="recto"> | ||
920 | <title | ||
921 | t:force="1" | ||
922 | t:named-template="component.title" | ||
923 | param:node="ancestor-or-self::index[1]" | ||
924 | param:pagewide="1" | ||
925 | margin-left="0pt" | ||
926 | font-size="&hsize5;" | ||
927 | font-family="{$title.fontset}" | ||
928 | font-weight="bold"/> | ||
929 | <subtitle | ||
930 | font-family="{$title.fontset}"/> | ||
931 | </t:titlepage-content> | ||
932 | |||
933 | <t:titlepage-content t:side="verso"> | ||
934 | </t:titlepage-content> | ||
935 | |||
936 | <t:titlepage-separator> | ||
937 | </t:titlepage-separator> | ||
938 | |||
939 | <t:titlepage-before t:side="recto"> | ||
940 | </t:titlepage-before> | ||
941 | |||
942 | <t:titlepage-before t:side="verso"> | ||
943 | </t:titlepage-before> | ||
944 | </t:titlepage> | ||
945 | |||
946 | <!-- ==================================================================== --> | ||
947 | |||
948 | <!-- The indexdiv.title template is used so that manual and --> | ||
949 | <!-- automatically generated indexdiv titles get the same --> | ||
950 | <!-- formatting. --> | ||
951 | |||
952 | <t:titlepage t:element="indexdiv" t:wrapper="fo:block"> | ||
953 | <t:titlepage-content t:side="recto"> | ||
954 | <title t:force="1" | ||
955 | t:named-template="indexdiv.title" | ||
956 | param:title="title"/> | ||
957 | <subtitle | ||
958 | font-family="{$title.fontset}"/> | ||
959 | </t:titlepage-content> | ||
960 | |||
961 | <t:titlepage-content t:side="verso"> | ||
962 | </t:titlepage-content> | ||
963 | |||
964 | <t:titlepage-separator> | ||
965 | </t:titlepage-separator> | ||
966 | |||
967 | <t:titlepage-before t:side="recto"> | ||
968 | </t:titlepage-before> | ||
969 | |||
970 | <t:titlepage-before t:side="verso"> | ||
971 | </t:titlepage-before> | ||
972 | </t:titlepage> | ||
973 | |||
974 | <!-- ==================================================================== --> | ||
975 | |||
976 | <t:titlepage t:element="setindex" t:wrapper="fo:block"> | ||
977 | <t:titlepage-content t:side="recto"> | ||
978 | <title | ||
979 | t:force="1" | ||
980 | t:named-template="component.title" | ||
981 | param:node="ancestor-or-self::setindex[1]" | ||
982 | param:pagewide="1" | ||
983 | margin-left="0pt" | ||
984 | font-size="&hsize5;" | ||
985 | font-family="{$title.fontset}" | ||
986 | font-weight="bold"/> | ||
987 | <subtitle | ||
988 | font-family="{$title.fontset}"/> | ||
989 | </t:titlepage-content> | ||
990 | |||
991 | <t:titlepage-content t:side="verso"> | ||
992 | </t:titlepage-content> | ||
993 | |||
994 | <t:titlepage-separator> | ||
995 | </t:titlepage-separator> | ||
996 | |||
997 | <t:titlepage-before t:side="recto"> | ||
998 | </t:titlepage-before> | ||
999 | |||
1000 | <t:titlepage-before t:side="verso"> | ||
1001 | </t:titlepage-before> | ||
1002 | </t:titlepage> | ||
1003 | |||
1004 | <!-- ==================================================================== --> | ||
1005 | |||
1006 | <t:titlepage t:element="colophon" t:wrapper="fo:block"> | ||
1007 | <t:titlepage-content t:side="recto"> | ||
1008 | <title | ||
1009 | t:force="1" | ||
1010 | t:named-template="component.title" | ||
1011 | param:node="ancestor-or-self::colophon[1]" | ||
1012 | margin-left="{$title.margin.left}" | ||
1013 | font-size="&hsize5;" | ||
1014 | font-family="{$title.fontset}" | ||
1015 | font-weight="bold"/> | ||
1016 | <subtitle | ||
1017 | font-family="{$title.fontset}"/> | ||
1018 | </t:titlepage-content> | ||
1019 | |||
1020 | <t:titlepage-content t:side="verso"> | ||
1021 | </t:titlepage-content> | ||
1022 | |||
1023 | <t:titlepage-separator> | ||
1024 | </t:titlepage-separator> | ||
1025 | |||
1026 | <t:titlepage-before t:side="recto"> | ||
1027 | </t:titlepage-before> | ||
1028 | |||
1029 | <t:titlepage-before t:side="verso"> | ||
1030 | </t:titlepage-before> | ||
1031 | </t:titlepage> | ||
1032 | |||
1033 | <!-- ==================================================================== --> | ||
1034 | |||
1035 | <t:titlepage t:element="table.of.contents" t:wrapper="fo:block"> | ||
1036 | <t:titlepage-content t:side="recto"> | ||
1037 | <title | ||
1038 | t:force="1" | ||
1039 | t:named-template="gentext" | ||
1040 | param:key="'TableofContents'" | ||
1041 | space-before.minimum="1em" | ||
1042 | space-before.optimum="1.5em" | ||
1043 | space-before.maximum="2em" | ||
1044 | space-after="0.5em" | ||
1045 | margin-left="{$title.margin.left}" | ||
1046 | font-size="&hsize3;" | ||
1047 | font-weight="bold" | ||
1048 | font-family="{$title.fontset}"/> | ||
1049 | </t:titlepage-content> | ||
1050 | |||
1051 | <t:titlepage-content t:side="verso"> | ||
1052 | </t:titlepage-content> | ||
1053 | |||
1054 | <t:titlepage-separator> | ||
1055 | </t:titlepage-separator> | ||
1056 | |||
1057 | <t:titlepage-before t:side="recto"> | ||
1058 | </t:titlepage-before> | ||
1059 | |||
1060 | <t:titlepage-before t:side="verso"> | ||
1061 | </t:titlepage-before> | ||
1062 | </t:titlepage> | ||
1063 | |||
1064 | <t:titlepage t:element="list.of.tables" t:wrapper="fo:block"> | ||
1065 | <t:titlepage-content t:side="recto"> | ||
1066 | <title | ||
1067 | t:force="1" | ||
1068 | t:named-template="gentext" | ||
1069 | param:key="'ListofTables'" | ||
1070 | space-before.minimum="1em" | ||
1071 | space-before.optimum="1.5em" | ||
1072 | space-before.maximum="2em" | ||
1073 | space-after="0.5em" | ||
1074 | margin-left="{$title.margin.left}" | ||
1075 | font-size="&hsize3;" | ||
1076 | font-weight="bold" | ||
1077 | font-family="{$title.fontset}"/> | ||
1078 | </t:titlepage-content> | ||
1079 | |||
1080 | <t:titlepage-content t:side="verso"> | ||
1081 | </t:titlepage-content> | ||
1082 | |||
1083 | <t:titlepage-separator> | ||
1084 | </t:titlepage-separator> | ||
1085 | |||
1086 | <t:titlepage-before t:side="recto"> | ||
1087 | </t:titlepage-before> | ||
1088 | |||
1089 | <t:titlepage-before t:side="verso"> | ||
1090 | </t:titlepage-before> | ||
1091 | </t:titlepage> | ||
1092 | |||
1093 | <t:titlepage t:element="list.of.figures" t:wrapper="fo:block"> | ||
1094 | <t:titlepage-content t:side="recto"> | ||
1095 | <title | ||
1096 | t:force="1" | ||
1097 | t:named-template="gentext" | ||
1098 | param:key="'ListofFigures'" | ||
1099 | space-before.minimum="1em" | ||
1100 | space-before.optimum="1.5em" | ||
1101 | space-before.maximum="2em" | ||
1102 | space-after="0.5em" | ||
1103 | margin-left="{$title.margin.left}" | ||
1104 | font-size="&hsize3;" | ||
1105 | font-weight="bold" | ||
1106 | font-family="{$title.fontset}"/> | ||
1107 | </t:titlepage-content> | ||
1108 | |||
1109 | <t:titlepage-content t:side="verso"> | ||
1110 | </t:titlepage-content> | ||
1111 | |||
1112 | <t:titlepage-separator> | ||
1113 | </t:titlepage-separator> | ||
1114 | |||
1115 | <t:titlepage-before t:side="recto"> | ||
1116 | </t:titlepage-before> | ||
1117 | |||
1118 | <t:titlepage-before t:side="verso"> | ||
1119 | </t:titlepage-before> | ||
1120 | </t:titlepage> | ||
1121 | |||
1122 | <t:titlepage t:element="list.of.examples" t:wrapper="fo:block"> | ||
1123 | <t:titlepage-content t:side="recto"> | ||
1124 | <title | ||
1125 | t:force="1" | ||
1126 | t:named-template="gentext" | ||
1127 | param:key="'ListofExamples'" | ||
1128 | space-before.minimum="1em" | ||
1129 | space-before.optimum="1.5em" | ||
1130 | space-before.maximum="2em" | ||
1131 | space-after="0.5em" | ||
1132 | margin-left="{$title.margin.left}" | ||
1133 | font-size="&hsize3;" | ||
1134 | font-weight="bold" | ||
1135 | font-family="{$title.fontset}"/> | ||
1136 | </t:titlepage-content> | ||
1137 | |||
1138 | <t:titlepage-content t:side="verso"> | ||
1139 | </t:titlepage-content> | ||
1140 | |||
1141 | <t:titlepage-separator> | ||
1142 | </t:titlepage-separator> | ||
1143 | |||
1144 | <t:titlepage-before t:side="recto"> | ||
1145 | </t:titlepage-before> | ||
1146 | |||
1147 | <t:titlepage-before t:side="verso"> | ||
1148 | </t:titlepage-before> | ||
1149 | </t:titlepage> | ||
1150 | |||
1151 | <t:titlepage t:element="list.of.equations" t:wrapper="fo:block"> | ||
1152 | <t:titlepage-content t:side="recto"> | ||
1153 | <title | ||
1154 | t:force="1" | ||
1155 | t:named-template="gentext" | ||
1156 | param:key="'ListofEquations'" | ||
1157 | space-before.minimum="1em" | ||
1158 | space-before.optimum="1.5em" | ||
1159 | space-before.maximum="2em" | ||
1160 | space-after="0.5em" | ||
1161 | margin-left="{$title.margin.left}" | ||
1162 | font-size="&hsize3;" | ||
1163 | font-weight="bold" | ||
1164 | font-family="{$title.fontset}"/> | ||
1165 | </t:titlepage-content> | ||
1166 | |||
1167 | <t:titlepage-content t:side="verso"> | ||
1168 | </t:titlepage-content> | ||
1169 | |||
1170 | <t:titlepage-separator> | ||
1171 | </t:titlepage-separator> | ||
1172 | |||
1173 | <t:titlepage-before t:side="recto"> | ||
1174 | </t:titlepage-before> | ||
1175 | |||
1176 | <t:titlepage-before t:side="verso"> | ||
1177 | </t:titlepage-before> | ||
1178 | </t:titlepage> | ||
1179 | |||
1180 | <t:titlepage t:element="list.of.procedures" t:wrapper="fo:block"> | ||
1181 | <t:titlepage-content t:side="recto"> | ||
1182 | <title | ||
1183 | t:force="1" | ||
1184 | t:named-template="gentext" | ||
1185 | param:key="'ListofProcedures'" | ||
1186 | space-before.minimum="1em" | ||
1187 | space-before.optimum="1.5em" | ||
1188 | space-before.maximum="2em" | ||
1189 | space-after="0.5em" | ||
1190 | margin-left="{$title.margin.left}" | ||
1191 | font-size="&hsize3;" | ||
1192 | font-weight="bold" | ||
1193 | font-family="{$title.fontset}"/> | ||
1194 | </t:titlepage-content> | ||
1195 | |||
1196 | <t:titlepage-content t:side="verso"> | ||
1197 | </t:titlepage-content> | ||
1198 | |||
1199 | <t:titlepage-separator> | ||
1200 | </t:titlepage-separator> | ||
1201 | |||
1202 | <t:titlepage-before t:side="recto"> | ||
1203 | </t:titlepage-before> | ||
1204 | |||
1205 | <t:titlepage-before t:side="verso"> | ||
1206 | </t:titlepage-before> | ||
1207 | </t:titlepage> | ||
1208 | |||
1209 | <t:titlepage t:element="list.of.unknowns" t:wrapper="fo:block"> | ||
1210 | <t:titlepage-content t:side="recto"> | ||
1211 | <title | ||
1212 | t:force="1" | ||
1213 | t:named-template="gentext" | ||
1214 | param:key="'ListofUnknown'" | ||
1215 | space-before.minimum="1em" | ||
1216 | space-before.optimum="1.5em" | ||
1217 | space-before.maximum="2em" | ||
1218 | space-after="0.5em" | ||
1219 | margin-left="{$title.margin.left}" | ||
1220 | font-size="&hsize3;" | ||
1221 | font-weight="bold" | ||
1222 | font-family="{$title.fontset}"/> | ||
1223 | </t:titlepage-content> | ||
1224 | |||
1225 | <t:titlepage-content t:side="verso"> | ||
1226 | </t:titlepage-content> | ||
1227 | |||
1228 | <t:titlepage-separator> | ||
1229 | </t:titlepage-separator> | ||
1230 | |||
1231 | <t:titlepage-before t:side="recto"> | ||
1232 | </t:titlepage-before> | ||
1233 | |||
1234 | <t:titlepage-before t:side="verso"> | ||
1235 | </t:titlepage-before> | ||
1236 | </t:titlepage> | ||
1237 | |||
1238 | <!-- ==================================================================== --> | ||
1239 | |||
1240 | </t:templates> | ||
diff --git a/handbook/poky-doc-tools/configure.ac b/handbook/poky-doc-tools/configure.ac new file mode 100644 index 0000000000..0d15c8198c --- /dev/null +++ b/handbook/poky-doc-tools/configure.ac | |||
@@ -0,0 +1,27 @@ | |||
1 | AC_PREREQ(2.53) | ||
2 | AC_INIT(poky-doc-tools, 0.1, http://o-hand.com) | ||
3 | AM_INIT_AUTOMAKE() | ||
4 | |||
5 | AC_PATH_PROG(HAVE_XSLTPROC, xsltproc, no) | ||
6 | if test x$HAVE_XSLTPROC = xno; then | ||
7 | AC_MSG_ERROR([Required xsltproc program not found]) | ||
8 | fi | ||
9 | |||
10 | AC_PATH_PROG(HAVE_FOP, fop, no) | ||
11 | if test x$HAVE_FOP = xno; then | ||
12 | AC_MSG_ERROR([Required fop program not found]) | ||
13 | fi | ||
14 | |||
15 | AC_CHECK_FILE([/usr/share/xml/docbook/stylesheet/nwalsh/template/titlepage.xsl],HAVE_NWALSH="yes", HAVE_NWALSH="no") | ||
16 | if test x$HAVE_FOP = xno; then | ||
17 | AC_MSG_ERROR([Required 'nwalsh' docbook stylesheets not found]) | ||
18 | fi | ||
19 | |||
20 | AC_OUTPUT([ | ||
21 | Makefile | ||
22 | common/Makefile | ||
23 | ]) | ||
24 | |||
25 | echo " | ||
26 | == poky-doc-tools $VERSION configured successfully. == | ||
27 | " \ No newline at end of file | ||
diff --git a/handbook/poky-doc-tools/poky-docbook-to-pdf.in b/handbook/poky-doc-tools/poky-docbook-to-pdf.in new file mode 100644 index 0000000000..cc999ab995 --- /dev/null +++ b/handbook/poky-doc-tools/poky-docbook-to-pdf.in | |||
@@ -0,0 +1,44 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | if [ -z "$1" ]; then | ||
4 | echo "usage: [-v] $0 <docbook file>" | ||
5 | echo | ||
6 | echo "*NOTE* you need xsltproc, fop and nwalsh docbook stylesheets" | ||
7 | echo " installed for this to work!" | ||
8 | echo | ||
9 | exit 0 | ||
10 | fi | ||
11 | |||
12 | if [ "$1" = "-v" ]; then | ||
13 | echo "Version @version@" | ||
14 | exit 1 | ||
15 | fi | ||
16 | |||
17 | BASENAME=`basename $1 .xml` || exit 1 | ||
18 | FO="$BASENAME.fo" | ||
19 | PDF="$BASENAME.pdf" | ||
20 | |||
21 | xsltproc -o /tmp/titlepage.xsl \ | ||
22 | --xinclude \ | ||
23 | /usr/share/xml/docbook/stylesheet/nwalsh/template/titlepage.xsl \ | ||
24 | @datadir@/common/titlepage.templates.xml || exit 1 | ||
25 | |||
26 | xsltproc --xinclude \ | ||
27 | --stringparam hyphenate false \ | ||
28 | --stringparam formal.title.placement "figure after" \ | ||
29 | --stringparam ulink.show 1 \ | ||
30 | --stringparam body.font.master 9 \ | ||
31 | --stringparam title.font.master 11 \ | ||
32 | --stringparam draft.watermark.image "@datadir@/common/draft.png" \ | ||
33 | --output $FO \ | ||
34 | @datadir@/common/poky-db-pdf.xsl \ | ||
35 | $1 || exit 1 | ||
36 | |||
37 | fop -c @datadir@/common/fop-config.xml -fo $FO -pdf $PDF || exit 1 | ||
38 | |||
39 | rm -f $FO | ||
40 | rm -f /tmp/titlepage.xsl | ||
41 | |||
42 | echo | ||
43 | echo " #### Success! $PDF ready. ####" | ||
44 | echo \ No newline at end of file | ||