diff options
-rw-r--r-- | bitbake/doc/Makefile | 77 | ||||
-rw-r--r-- | bitbake/doc/poky.ent | 59 | ||||
-rw-r--r-- | bitbake/doc/template/Vera.ttf | bin | 0 -> 65932 bytes | |||
-rw-r--r-- | bitbake/doc/template/Vera.xml | 1 | ||||
-rw-r--r-- | bitbake/doc/template/VeraMoBd.ttf | bin | 0 -> 49052 bytes | |||
-rw-r--r-- | bitbake/doc/template/VeraMoBd.xml | 1 | ||||
-rw-r--r-- | bitbake/doc/template/VeraMono.ttf | bin | 0 -> 49224 bytes | |||
-rw-r--r-- | bitbake/doc/template/VeraMono.xml | 1 | ||||
-rw-r--r-- | bitbake/doc/template/db-pdf.xsl | 64 | ||||
-rw-r--r-- | bitbake/doc/template/draft.png | bin | 0 -> 24847 bytes | |||
-rw-r--r-- | bitbake/doc/template/fop-config.xml | 58 | ||||
-rw-r--r-- | bitbake/doc/template/titlepage.templates.xml | 1240 | ||||
-rwxr-xr-x | bitbake/doc/tools/docbook-to-pdf | 51 | ||||
-rw-r--r-- | bitbake/doc/user-manual/Makefile | 56 | ||||
-rw-r--r-- | bitbake/doc/user-manual/figures/bitbake-title.png | bin | 0 -> 5086 bytes | |||
-rw-r--r-- | bitbake/doc/user-manual/user-manual-customization.xsl | 8 | ||||
-rw-r--r-- | bitbake/doc/user-manual/user-manual-style.css | 978 |
17 files changed, 2538 insertions, 56 deletions
diff --git a/bitbake/doc/Makefile b/bitbake/doc/Makefile new file mode 100644 index 0000000000..29774e41cc --- /dev/null +++ b/bitbake/doc/Makefile | |||
@@ -0,0 +1,77 @@ | |||
1 | # This is a single Makefile to handle all generated BitBake documents. | ||
2 | # The Makefile needs to live in the documentation directory and all figures used | ||
3 | # in any manuals must be .PNG files and live in the individual book's figures | ||
4 | # directory. | ||
5 | # | ||
6 | # The Makefile has these targets: | ||
7 | # | ||
8 | # pdf: generates a PDF version of a manual. | ||
9 | # html: generates an HTML version of a manual. | ||
10 | # tarball: creates a tarball for the doc files. | ||
11 | # validate: validates | ||
12 | # clean: removes files | ||
13 | # | ||
14 | # The Makefile generates an HTML and PDF version of every document. The | ||
15 | # variable DOC indicates the folder name for a given manual. | ||
16 | # | ||
17 | # To build a manual, you must invoke 'make' with the DOC argument. | ||
18 | # | ||
19 | # Examples: | ||
20 | # | ||
21 | # make DOC=user-manual | ||
22 | # make pdf DOC=user-manual | ||
23 | # | ||
24 | # The first example generates the HTML and PDF versions of the User Manual. | ||
25 | # The second example generates the HTML version only of the User Manual. | ||
26 | # | ||
27 | |||
28 | ifeq ($(DOC),user-manual) | ||
29 | XSLTOPTS = --stringparam html.stylesheet user-manual-style.css \ | ||
30 | --stringparam chapter.autolabel 1 \ | ||
31 | --stringparam section.autolabel 1 \ | ||
32 | --stringparam section.label.includes.component.label 1 \ | ||
33 | --xinclude | ||
34 | ALLPREQ = html pdf tarball | ||
35 | TARFILES = user-manual-style.css user-manual.html user-manual.pdf figures/bitbake-title.png | ||
36 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | ||
37 | FIGURES = figures | ||
38 | STYLESHEET = $(DOC)/*.css | ||
39 | |||
40 | endif | ||
41 | |||
42 | ## | ||
43 | # These URI should be rewritten by your distribution's xml catalog to | ||
44 | # match your localy installed XSL stylesheets. | ||
45 | XSL_BASE_URI = http://docbook.sourceforge.net/release/xsl/current | ||
46 | XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl | ||
47 | |||
48 | all: $(ALLPREQ) | ||
49 | |||
50 | pdf: | ||
51 | ifeq ($(DOC),user-manual) | ||
52 | @echo " " | ||
53 | @echo "********** Building."$(DOC) | ||
54 | @echo " " | ||
55 | cd $(DOC); ../tools/docbook-to-pdf $(DOC).xml ../template; cd .. | ||
56 | endif | ||
57 | |||
58 | html: | ||
59 | ifeq ($(DOC),user-manual) | ||
60 | # See http://www.sagehill.net/docbookxsl/HtmlOutput.html | ||
61 | @echo " " | ||
62 | @echo "******** Building "$(DOC) | ||
63 | @echo " " | ||
64 | cd $(DOC); xsltproc $(XSLTOPTS) -o $(DOC).html $(DOC)-customization.xsl $(DOC).xml; cd .. | ||
65 | endif | ||
66 | |||
67 | tarball: html | ||
68 | @echo " " | ||
69 | @echo "******** Creating Tarball of document files" | ||
70 | @echo " " | ||
71 | cd $(DOC); tar -cvzf $(DOC).tgz $(TARFILES); cd .. | ||
72 | |||
73 | validate: | ||
74 | cd $(DOC); xmllint --postvalid --xinclude --noout $(DOC).xml; cd .. | ||
75 | |||
76 | clean: | ||
77 | rm -rf $(MANUALS); rm $(DOC)/$(DOC).tgz; | ||
diff --git a/bitbake/doc/poky.ent b/bitbake/doc/poky.ent new file mode 100644 index 0000000000..c032e14186 --- /dev/null +++ b/bitbake/doc/poky.ent | |||
@@ -0,0 +1,59 @@ | |||
1 | <!ENTITY DISTRO "1.4"> | ||
2 | <!ENTITY DISTRO_NAME "tbd"> | ||
3 | <!ENTITY YOCTO_DOC_VERSION "1.4"> | ||
4 | <!ENTITY POKYVERSION "8.0"> | ||
5 | <!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;"> | ||
6 | <!ENTITY COPYRIGHT_YEAR "2010-2013"> | ||
7 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> | ||
8 | <!ENTITY YOCTO_HOME_URL "http://www.yoctoproject.org"> | ||
9 | <!ENTITY YOCTO_LISTS_URL "http://lists.yoctoproject.org"> | ||
10 | <!ENTITY YOCTO_BUGZILLA_URL "http://bugzilla.yoctoproject.org"> | ||
11 | <!ENTITY YOCTO_WIKI_URL "https://wiki.yoctoproject.org"> | ||
12 | <!ENTITY YOCTO_AB_URL "http://autobuilder.yoctoproject.org"> | ||
13 | <!ENTITY YOCTO_GIT_URL "http://git.yoctoproject.org"> | ||
14 | <!ENTITY YOCTO_ADTREPO_URL "http://adtrepo.yoctoproject.org"> | ||
15 | <!ENTITY OE_HOME_URL "http://www.openembedded.org"> | ||
16 | <!ENTITY OE_LISTS_URL "http://lists.linuxtogo.org/cgi-bin/mailman"> | ||
17 | <!ENTITY OE_DOCS_URL "http://docs.openembedded.org"> | ||
18 | <!ENTITY OH_HOME_URL "http://o-hand.com"> | ||
19 | <!ENTITY BITBAKE_HOME_URL "http://developer.berlios.de/projects/bitbake/"> | ||
20 | <!ENTITY ECLIPSE_MAIN_URL "http://www.eclipse.org/downloads"> | ||
21 | <!ENTITY ECLIPSE_DL_URL "http://download.eclipse.org"> | ||
22 | <!ENTITY ECLIPSE_DL_PLUGIN_URL "&YOCTO_DL_URL;/releases/eclipse-plugin/&DISTRO;"> | ||
23 | <!ENTITY ECLIPSE_UPDATES_URL "&ECLIPSE_DL_URL;/tm/updates/3.3"> | ||
24 | <!ENTITY ECLIPSE_INDIGO_URL "&ECLIPSE_DL_URL;/releases/indigo"> | ||
25 | <!ENTITY ECLIPSE_JUNO_URL "&ECLIPSE_DL_URL;/releases/juno"> | ||
26 | <!ENTITY ECLIPSE_INDIGO_CDT_URL "&ECLIPSE_DL_URL;tools/cdt/releases/indigo"> | ||
27 | <!ENTITY YOCTO_DOCS_URL "&YOCTO_HOME_URL;/docs"> | ||
28 | <!ENTITY YOCTO_SOURCES_URL "&YOCTO_HOME_URL;/sources/"> | ||
29 | <!ENTITY YOCTO_AB_PORT_URL "&YOCTO_AB_URL;:8010"> | ||
30 | <!ENTITY YOCTO_AB_NIGHTLY_URL "&YOCTO_AB_URL;/nightly/"> | ||
31 | <!ENTITY YOCTO_POKY_URL "&YOCTO_DL_URL;/releases/poky/"> | ||
32 | <!ENTITY YOCTO_RELEASE_DL_URL "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"> | ||
33 | <!ENTITY YOCTO_TOOLCHAIN_DL_URL "&YOCTO_RELEASE_DL_URL;/toolchain/"> | ||
34 | <!ENTITY YOCTO_ECLIPSE_DL_URL "&YOCTO_RELEASE_DL_URL;/eclipse-plugin/indigo;"> | ||
35 | <!ENTITY YOCTO_ADTINSTALLER_DL_URL "&YOCTO_RELEASE_DL_URL;/adt_installer"> | ||
36 | <!ENTITY YOCTO_POKY_DL_URL "&YOCTO_RELEASE_DL_URL;/&YOCTO_POKY;.tar.bz2"> | ||
37 | <!ENTITY YOCTO_MACHINES_DL_URL "&YOCTO_RELEASE_DL_URL;/machines"> | ||
38 | <!ENTITY YOCTO_QEMU_DL_URL "&YOCTO_MACHINES_DL_URL;/qemu"> | ||
39 | <!ENTITY YOCTO_PYTHON-i686_DL_URL "&YOCTO_DL_URL;/releases/miscsupport/python-nativesdk-standalone-i686.tar.bz2"> | ||
40 | <!ENTITY YOCTO_PYTHON-x86_64_DL_URL "&YOCTO_DL_URL;/releases/miscsupport/python-nativesdk-standalone-x86_64.tar.bz2"> | ||
41 | <!ENTITY YOCTO_DOCS_QS_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/yocto-project-qs/yocto-project-qs.html"> | ||
42 | <!ENTITY YOCTO_DOCS_ADT_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/adt-manual/adt-manual.html"> | ||
43 | <!ENTITY YOCTO_DOCS_REF_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/ref-manual/ref-manual.html"> | ||
44 | <!ENTITY YOCTO_DOCS_BSP_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/bsp-guide/bsp-guide.html"> | ||
45 | <!ENTITY YOCTO_DOCS_DEV_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/dev-manual/dev-manual.html"> | ||
46 | <!ENTITY YOCTO_DOCS_KERNEL_URL "&YOCTO_DOCS_URL;/&YOCTO_DOC_VERSION;/kernel-manual/kernel-manual.html"> | ||
47 | <!ENTITY YOCTO_ADTPATH_DIR "/opt/poky/&DISTRO;"> | ||
48 | <!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2"> | ||
49 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> | ||
50 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> | ||
51 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo \ | ||
52 | build-essential chrpath"> | ||
53 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ | ||
54 | diffutils diffstat git cpp gcc gcc-c++ eglibc-devel texinfo chrpath \ | ||
55 | ccache"> | ||
56 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ | ||
57 | diffstat texinfo python-curses"> | ||
58 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ | ||
59 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath"> | ||
diff --git a/bitbake/doc/template/Vera.ttf b/bitbake/doc/template/Vera.ttf new file mode 100644 index 0000000000..58cd6b5e61 --- /dev/null +++ b/bitbake/doc/template/Vera.ttf | |||
Binary files differ | |||
diff --git a/bitbake/doc/template/Vera.xml b/bitbake/doc/template/Vera.xml new file mode 100644 index 0000000000..3c82043e35 --- /dev/null +++ b/bitbake/doc/template/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/bitbake/doc/template/VeraMoBd.ttf b/bitbake/doc/template/VeraMoBd.ttf new file mode 100644 index 0000000000..9be6547ed6 --- /dev/null +++ b/bitbake/doc/template/VeraMoBd.ttf | |||
Binary files differ | |||
diff --git a/bitbake/doc/template/VeraMoBd.xml b/bitbake/doc/template/VeraMoBd.xml new file mode 100644 index 0000000000..9b33107a44 --- /dev/null +++ b/bitbake/doc/template/VeraMoBd.xml | |||
@@ -0,0 +1 @@ | |||
<?xml version="1.0" encoding="UTF-8"?><font-metrics metrics-version="2" type="TYPE0"><font-name>BitstreamVeraSansMono-Bold</font-name><full-name>Bitstream Vera Sans Mono Bold</full-name><family-name>Bitstream Vera Sans Mono</family-name><embed/><cap-height>729</cap-height><x-height>546</x-height><ascender>759</ascender><descender>-240</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>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="602"/><wx w="0"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/></cid-widths></multibyte-extras></font-metrics> \ No newline at end of file | |||
diff --git a/bitbake/doc/template/VeraMono.ttf b/bitbake/doc/template/VeraMono.ttf new file mode 100644 index 0000000000..139f0b4311 --- /dev/null +++ b/bitbake/doc/template/VeraMono.ttf | |||
Binary files differ | |||
diff --git a/bitbake/doc/template/VeraMono.xml b/bitbake/doc/template/VeraMono.xml new file mode 100644 index 0000000000..3a0a86659c --- /dev/null +++ b/bitbake/doc/template/VeraMono.xml | |||
@@ -0,0 +1 @@ | |||
<?xml version="1.0" encoding="UTF-8"?><font-metrics metrics-version="2" type="TYPE0"><font-name>BitstreamVeraSansMono-Roman</font-name><full-name>Bitstream Vera Sans Mono</full-name><family-name>Bitstream Vera Sans Mono</family-name><embed/><cap-height>729</cap-height><x-height>546</x-height><ascender>759</ascender><descender>-240</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>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="602"/><wx w="0"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/><wx w="602"/></cid-widths></multibyte-extras></font-metrics> \ No newline at end of file | |||
diff --git a/bitbake/doc/template/db-pdf.xsl b/bitbake/doc/template/db-pdf.xsl new file mode 100644 index 0000000000..3dd065a57e --- /dev/null +++ b/bitbake/doc/template/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="http://docbook.sourceforge.net/release/xsl/current/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="fop1.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/bitbake/doc/template/draft.png b/bitbake/doc/template/draft.png new file mode 100644 index 0000000000..53051a9ddd --- /dev/null +++ b/bitbake/doc/template/draft.png | |||
Binary files differ | |||
diff --git a/bitbake/doc/template/fop-config.xml b/bitbake/doc/template/fop-config.xml new file mode 100644 index 0000000000..09cc5ca0f5 --- /dev/null +++ b/bitbake/doc/template/fop-config.xml | |||
@@ -0,0 +1,58 @@ | |||
1 | <fop version="1.0"> | ||
2 | |||
3 | <!-- Strict user configuration --> | ||
4 | <strict-configuration>true</strict-configuration> | ||
5 | |||
6 | <!-- Strict FO validation --> | ||
7 | <strict-validation>true</strict-validation> | ||
8 | |||
9 | <!-- | ||
10 | Set the baseDir so common/openedhand.svg references in plans still | ||
11 | work ok. Note, relative file references to current dir should still work. | ||
12 | --> | ||
13 | <base>../template</base> | ||
14 | <font-base>../template</font-base> | ||
15 | |||
16 | <!-- Source resolution in dpi (dots/pixels per inch) for determining the | ||
17 | size of pixels in SVG and bitmap images, default: 72dpi --> | ||
18 | <!-- <source-resolution>72</source-resolution> --> | ||
19 | <!-- Target resolution in dpi (dots/pixels per inch) for specifying the | ||
20 | target resolution for generated bitmaps, default: 72dpi --> | ||
21 | <!-- <target-resolution>72</target-resolution> --> | ||
22 | |||
23 | <!-- default page-height and page-width, in case | ||
24 | value is specified as auto --> | ||
25 | <default-page-settings height="11in" width="8.26in"/> | ||
26 | |||
27 | <!-- <use-cache>false</use-cache> --> | ||
28 | |||
29 | <renderers> | ||
30 | <renderer mime="application/pdf"> | ||
31 | <fonts> | ||
32 | <font metrics-file="VeraMono.xml" | ||
33 | kerning="yes" | ||
34 | embed-url="VeraMono.ttf"> | ||
35 | <font-triplet name="veramono" style="normal" weight="normal"/> | ||
36 | </font> | ||
37 | |||
38 | <font metrics-file="VeraMoBd.xml" | ||
39 | kerning="yes" | ||
40 | embed-url="VeraMoBd.ttf"> | ||
41 | <font-triplet name="veramono" style="normal" weight="bold"/> | ||
42 | </font> | ||
43 | |||
44 | <font metrics-file="Vera.xml" | ||
45 | kerning="yes" | ||
46 | embed-url="Vera.ttf"> | ||
47 | <font-triplet name="verasans" style="normal" weight="normal"/> | ||
48 | <font-triplet name="verasans" style="normal" weight="bold"/> | ||
49 | <font-triplet name="verasans" style="italic" weight="normal"/> | ||
50 | <font-triplet name="verasans" style="italic" weight="bold"/> | ||
51 | </font> | ||
52 | |||
53 | <auto-detect/> | ||
54 | </fonts> | ||
55 | </renderer> | ||
56 | </renderers> | ||
57 | </fop> | ||
58 | |||
diff --git a/bitbake/doc/template/titlepage.templates.xml b/bitbake/doc/template/titlepage.templates.xml new file mode 100644 index 0000000000..ff640fa5f2 --- /dev/null +++ b/bitbake/doc/template/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/bitbake/doc/tools/docbook-to-pdf b/bitbake/doc/tools/docbook-to-pdf new file mode 100755 index 0000000000..558ded9e0b --- /dev/null +++ b/bitbake/doc/tools/docbook-to-pdf | |||
@@ -0,0 +1,51 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | if [ -z "$1" -o -z "$2" ]; then | ||
4 | echo "usage: [-v] $0 <docbook file> <templatedir>" | ||
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 | FO=`echo $1 | sed s/.xml/.fo/` || exit 1 | ||
13 | PDF=`echo $1 | sed s/.xml/.pdf/` || exit 1 | ||
14 | TEMPLATEDIR=$2 | ||
15 | |||
16 | ## | ||
17 | # These URI should be rewritten by your distribution's xml catalog to | ||
18 | # match your localy installed XSL stylesheets. | ||
19 | XSL_BASE_URI="http://docbook.sourceforge.net/release/xsl/current" | ||
20 | |||
21 | # Creates a temporary XSL stylesheet based on titlepage.xsl | ||
22 | xsltproc -o /tmp/titlepage.xsl \ | ||
23 | --xinclude \ | ||
24 | $XSL_BASE_URI/template/titlepage.xsl \ | ||
25 | $TEMPLATEDIR/titlepage.templates.xml || exit 1 | ||
26 | |||
27 | # Creates the file needed for FOP | ||
28 | xsltproc --xinclude \ | ||
29 | --stringparam hyphenate false \ | ||
30 | --stringparam formal.title.placement "figure after" \ | ||
31 | --stringparam ulink.show 1 \ | ||
32 | --stringparam body.font.master 9 \ | ||
33 | --stringparam title.font.master 11 \ | ||
34 | --stringparam draft.watermark.image "$TEMPLATEDIR/draft.png" \ | ||
35 | --stringparam chapter.autolabel 1 \ | ||
36 | --stringparam appendix.autolabel A \ | ||
37 | --stringparam section.autolabel 1 \ | ||
38 | --stringparam section.label.includes.component.label 1 \ | ||
39 | --output $FO \ | ||
40 | $TEMPLATEDIR/db-pdf.xsl \ | ||
41 | $1 || exit 1 | ||
42 | |||
43 | # Invokes the Java version of FOP. Uses the additional configuration file common/fop-config.xml | ||
44 | fop -c $TEMPLATEDIR/fop-config.xml -fo $FO -pdf $PDF || exit 1 | ||
45 | |||
46 | rm -f $FO | ||
47 | rm -f /tmp/titlepage.xsl | ||
48 | |||
49 | echo | ||
50 | echo " #### Success! $PDF ready. ####" | ||
51 | echo | ||
diff --git a/bitbake/doc/user-manual/Makefile b/bitbake/doc/user-manual/Makefile deleted file mode 100644 index 341ab55e2c..0000000000 --- a/bitbake/doc/user-manual/Makefile +++ /dev/null | |||
@@ -1,56 +0,0 @@ | |||
1 | topdir = . | ||
2 | manual = $(topdir)/usermanual.xml | ||
3 | # types = pdf txt rtf ps xhtml html man tex texi dvi | ||
4 | # types = pdf txt | ||
5 | types = $(xmltotypes) $(htmltypes) | ||
6 | xmltotypes = pdf txt | ||
7 | htmltypes = html xhtml | ||
8 | htmlxsl = $(if $(filter $@,$(foreach type,$(htmltypes),$(type)-nochunks)),http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl,http://docbook.sourceforge.net/release/xsl/current/$@/chunk.xsl) | ||
9 | htmlcssfile = docbook.css | ||
10 | htmlcss = $(topdir)/html.css | ||
11 | # htmlcssfile = | ||
12 | # htmlcss = | ||
13 | cleanfiles = $(foreach i,$(types),$(topdir)/$(i)) | ||
14 | |||
15 | ifdef DEBUG | ||
16 | define command | ||
17 | $(1) | ||
18 | endef | ||
19 | else | ||
20 | define command | ||
21 | @echo $(2) $(3) $(4) | ||
22 | @$(1) >/dev/null | ||
23 | endef | ||
24 | endif | ||
25 | |||
26 | all: $(types) | ||
27 | |||
28 | lint: $(manual) FORCE | ||
29 | $(call command,xmllint --xinclude --postvalid --noout $(manual),XMLLINT $(manual)) | ||
30 | |||
31 | $(types) $(foreach type,$(htmltypes),$(type)-nochunks): lint FORCE | ||
32 | |||
33 | $(foreach type,$(htmltypes),$(type)-nochunks): $(if $(htmlcss),$(htmlcss)) $(manual) | ||
34 | @mkdir -p $@ | ||
35 | ifdef htmlcss | ||
36 | $(call command,install -m 0644 $(htmlcss) $@/$(htmlcssfile),CP $(htmlcss) $@/$(htmlcssfile)) | ||
37 | endif | ||
38 | $(call command,xsltproc --stringparam base.dir $@/ $(if $(htmlcssfile),--stringparam html.stylesheet $(htmlcssfile)) $(htmlxsl) $(manual) > $@/index.$(patsubst %-nochunks,%,$@),XSLTPROC $@ $(manual)) | ||
39 | |||
40 | $(htmltypes): $(if $(htmlcss),$(htmlcss)) $(manual) | ||
41 | @mkdir -p $@ | ||
42 | ifdef htmlcss | ||
43 | $(call command,install -m 0644 $(htmlcss) $@/$(htmlcssfile),CP $(htmlcss) $@/$(htmlcssfile)) | ||
44 | endif | ||
45 | $(call command,xsltproc --stringparam base.dir $@/ $(if $(htmlcssfile),--stringparam html.stylesheet $(htmlcssfile)) $(htmlxsl) $(manual),XSLTPROC $@ $(manual)) | ||
46 | |||
47 | $(xmltotypes): $(manual) | ||
48 | $(call command,xmlto --with-dblatex --extensions -o $(topdir)/$@ $@ $(manual),XMLTO $@ $(manual)) | ||
49 | |||
50 | clean: | ||
51 | rm -rf $(cleanfiles) | ||
52 | |||
53 | $(foreach i,$(types) $(foreach type,$(htmltypes),$(type)-nochunks),clean-$(i)): | ||
54 | rm -rf $(patsubst clean-%,%,$@) | ||
55 | |||
56 | FORCE: | ||
diff --git a/bitbake/doc/user-manual/figures/bitbake-title.png b/bitbake/doc/user-manual/figures/bitbake-title.png new file mode 100644 index 0000000000..cb290154da --- /dev/null +++ b/bitbake/doc/user-manual/figures/bitbake-title.png | |||
Binary files differ | |||
diff --git a/bitbake/doc/user-manual/user-manual-customization.xsl b/bitbake/doc/user-manual/user-manual-customization.xsl new file mode 100644 index 0000000000..8eb69050ba --- /dev/null +++ b/bitbake/doc/user-manual/user-manual-customization.xsl | |||
@@ -0,0 +1,8 @@ | |||
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="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> | ||
5 | |||
6 | <!-- <xsl:param name="generate.toc" select="'article nop'"></xsl:param> --> | ||
7 | |||
8 | </xsl:stylesheet> | ||
diff --git a/bitbake/doc/user-manual/user-manual-style.css b/bitbake/doc/user-manual/user-manual-style.css new file mode 100644 index 0000000000..f7e95f76bf --- /dev/null +++ b/bitbake/doc/user-manual/user-manual-style.css | |||
@@ -0,0 +1,978 @@ | |||
1 | /* | ||
2 | Generic XHTML / DocBook XHTML CSS Stylesheet. | ||
3 | |||
4 | Browser wrangling and typographic design by | ||
5 | Oyvind Kolas / pippin@gimp.org | ||
6 | |||
7 | Customised for Poky by | ||
8 | Matthew Allum / mallum@o-hand.com | ||
9 | |||
10 | Thanks to: | ||
11 | Liam R. E. Quin | ||
12 | William Skaggs | ||
13 | Jakub Steiner | ||
14 | |||
15 | Structure | ||
16 | --------- | ||
17 | |||
18 | The stylesheet is divided into the following sections: | ||
19 | |||
20 | Positioning | ||
21 | Margins, paddings, width, font-size, clearing. | ||
22 | Decorations | ||
23 | Borders, style | ||
24 | Colors | ||
25 | Colors | ||
26 | Graphics | ||
27 | Graphical backgrounds | ||
28 | Nasty IE tweaks | ||
29 | Workarounds needed to make it work in internet explorer, | ||
30 | currently makes the stylesheet non validating, but up until | ||
31 | this point it is validating. | ||
32 | Mozilla extensions | ||
33 | Transparency for footer | ||
34 | Rounded corners on boxes | ||
35 | |||
36 | */ | ||
37 | |||
38 | |||
39 | /*************** / | ||
40 | / Positioning / | ||
41 | / ***************/ | ||
42 | |||
43 | body { | ||
44 | font-family: Verdana, Sans, sans-serif; | ||
45 | |||
46 | min-width: 640px; | ||
47 | width: 80%; | ||
48 | margin: 0em auto; | ||
49 | padding: 2em 5em 5em 5em; | ||
50 | color: #333; | ||
51 | } | ||
52 | |||
53 | h1,h2,h3,h4,h5,h6,h7 { | ||
54 | font-family: Arial, Sans; | ||
55 | color: #00557D; | ||
56 | clear: both; | ||
57 | } | ||
58 | |||
59 | h1 { | ||
60 | font-size: 2em; | ||
61 | text-align: left; | ||
62 | padding: 0em 0em 0em 0em; | ||
63 | margin: 2em 0em 0em 0em; | ||
64 | } | ||
65 | |||
66 | h2.subtitle { | ||
67 | margin: 0.10em 0em 3.0em 0em; | ||
68 | padding: 0em 0em 0em 0em; | ||
69 | font-size: 1.8em; | ||
70 | padding-left: 20%; | ||
71 | font-weight: normal; | ||
72 | font-style: italic; | ||
73 | } | ||
74 | |||
75 | h2 { | ||
76 | margin: 2em 0em 0.66em 0em; | ||
77 | padding: 0.5em 0em 0em 0em; | ||
78 | font-size: 1.5em; | ||
79 | font-weight: bold; | ||
80 | } | ||
81 | |||
82 | h3.subtitle { | ||
83 | margin: 0em 0em 1em 0em; | ||
84 | padding: 0em 0em 0em 0em; | ||
85 | font-size: 142.14%; | ||
86 | text-align: right; | ||
87 | } | ||
88 | |||
89 | h3 { | ||
90 | margin: 1em 0em 0.5em 0em; | ||
91 | padding: 1em 0em 0em 0em; | ||
92 | font-size: 140%; | ||
93 | font-weight: bold; | ||
94 | } | ||
95 | |||
96 | h4 { | ||
97 | margin: 1em 0em 0.5em 0em; | ||
98 | padding: 1em 0em 0em 0em; | ||
99 | font-size: 120%; | ||
100 | font-weight: bold; | ||
101 | } | ||
102 | |||
103 | h5 { | ||
104 | margin: 1em 0em 0.5em 0em; | ||
105 | padding: 1em 0em 0em 0em; | ||
106 | font-size: 110%; | ||
107 | font-weight: bold; | ||
108 | } | ||
109 | |||
110 | h6 { | ||
111 | margin: 1em 0em 0em 0em; | ||
112 | padding: 1em 0em 0em 0em; | ||
113 | font-size: 110%; | ||
114 | font-weight: bold; | ||
115 | } | ||
116 | |||
117 | .authorgroup { | ||
118 | background-color: transparent; | ||
119 | background-repeat: no-repeat; | ||
120 | padding-top: 256px; | ||
121 | background-image: url("figures/bitbake-title.png"); | ||
122 | background-position: left top; | ||
123 | margin-top: -256px; | ||
124 | padding-right: 50px; | ||
125 | margin-left: 0px; | ||
126 | text-align: right; | ||
127 | width: 740px; | ||
128 | } | ||
129 | |||
130 | h3.author { | ||
131 | margin: 0em 0me 0em 0em; | ||
132 | padding: 0em 0em 0em 0em; | ||
133 | font-weight: normal; | ||
134 | font-size: 100%; | ||
135 | color: #333; | ||
136 | clear: both; | ||
137 | } | ||
138 | |||
139 | .author tt.email { | ||
140 | font-size: 66%; | ||
141 | } | ||
142 | |||
143 | .titlepage hr { | ||
144 | width: 0em; | ||
145 | clear: both; | ||
146 | } | ||
147 | |||
148 | .revhistory { | ||
149 | padding-top: 2em; | ||
150 | clear: both; | ||
151 | } | ||
152 | |||
153 | .toc, | ||
154 | .list-of-tables, | ||
155 | .list-of-examples, | ||
156 | .list-of-figures { | ||
157 | padding: 1.33em 0em 2.5em 0em; | ||
158 | color: #00557D; | ||
159 | } | ||
160 | |||
161 | .toc p, | ||
162 | .list-of-tables p, | ||
163 | .list-of-figures p, | ||
164 | .list-of-examples p { | ||
165 | padding: 0em 0em 0em 0em; | ||
166 | padding: 0em 0em 0.3em; | ||
167 | margin: 1.5em 0em 0em 0em; | ||
168 | } | ||
169 | |||
170 | .toc p b, | ||
171 | .list-of-tables p b, | ||
172 | .list-of-figures p b, | ||
173 | .list-of-examples p b{ | ||
174 | font-size: 100.0%; | ||
175 | font-weight: bold; | ||
176 | } | ||
177 | |||
178 | .toc dl, | ||
179 | .list-of-tables dl, | ||
180 | .list-of-figures dl, | ||
181 | .list-of-examples dl { | ||
182 | margin: 0em 0em 0.5em 0em; | ||
183 | padding: 0em 0em 0em 0em; | ||
184 | } | ||
185 | |||
186 | .toc dt { | ||
187 | margin: 0em 0em 0em 0em; | ||
188 | padding: 0em 0em 0em 0em; | ||
189 | } | ||
190 | |||
191 | .toc dd { | ||
192 | margin: 0em 0em 0em 2.6em; | ||
193 | padding: 0em 0em 0em 0em; | ||
194 | } | ||
195 | |||
196 | div.glossary dl, | ||
197 | div.variablelist dl { | ||
198 | } | ||
199 | |||
200 | .glossary dl dt, | ||
201 | .variablelist dl dt, | ||
202 | .variablelist dl dt span.term { | ||
203 | font-weight: normal; | ||
204 | width: 20em; | ||
205 | text-align: right; | ||
206 | } | ||
207 | |||
208 | .variablelist dl dt { | ||
209 | margin-top: 0.5em; | ||
210 | } | ||
211 | |||
212 | .glossary dl dd, | ||
213 | .variablelist dl dd { | ||
214 | margin-top: -1em; | ||
215 | margin-left: 25.5em; | ||
216 | } | ||
217 | |||
218 | .glossary dd p, | ||
219 | .variablelist dd p { | ||
220 | margin-top: 0em; | ||
221 | margin-bottom: 1em; | ||
222 | } | ||
223 | |||
224 | |||
225 | div.calloutlist table td { | ||
226 | padding: 0em 0em 0em 0em; | ||
227 | margin: 0em 0em 0em 0em; | ||
228 | } | ||
229 | |||
230 | div.calloutlist table td p { | ||
231 | margin-top: 0em; | ||
232 | margin-bottom: 1em; | ||
233 | } | ||
234 | |||
235 | div p.copyright { | ||
236 | text-align: left; | ||
237 | } | ||
238 | |||
239 | div.legalnotice p.legalnotice-title { | ||
240 | margin-bottom: 0em; | ||
241 | } | ||
242 | |||
243 | p { | ||
244 | line-height: 1.5em; | ||
245 | margin-top: 0em; | ||
246 | |||
247 | } | ||
248 | |||
249 | dl { | ||
250 | padding-top: 0em; | ||
251 | } | ||
252 | |||
253 | hr { | ||
254 | border: solid 1px; | ||
255 | } | ||
256 | |||
257 | |||
258 | .mediaobject, | ||
259 | .mediaobjectco { | ||
260 | text-align: center; | ||
261 | } | ||
262 | |||
263 | img { | ||
264 | border: none; | ||
265 | } | ||
266 | |||
267 | ul { | ||
268 | padding: 0em 0em 0em 1.5em; | ||
269 | } | ||
270 | |||
271 | ul li { | ||
272 | padding: 0em 0em 0em 0em; | ||
273 | } | ||
274 | |||
275 | ul li p { | ||
276 | text-align: left; | ||
277 | } | ||
278 | |||
279 | table { | ||
280 | width :100%; | ||
281 | } | ||
282 | |||
283 | th { | ||
284 | padding: 0.25em; | ||
285 | text-align: left; | ||
286 | font-weight: normal; | ||
287 | vertical-align: top; | ||
288 | } | ||
289 | |||
290 | td { | ||
291 | padding: 0.25em; | ||
292 | vertical-align: top; | ||
293 | } | ||
294 | |||
295 | p a[id] { | ||
296 | margin: 0px; | ||
297 | padding: 0px; | ||
298 | display: inline; | ||
299 | background-image: none; | ||
300 | } | ||
301 | |||
302 | a { | ||
303 | text-decoration: underline; | ||
304 | color: #444; | ||
305 | } | ||
306 | |||
307 | pre { | ||
308 | overflow: auto; | ||
309 | } | ||
310 | |||
311 | a:hover { | ||
312 | text-decoration: underline; | ||
313 | /*font-weight: bold;*/ | ||
314 | } | ||
315 | |||
316 | |||
317 | div.informalfigure, | ||
318 | div.informalexample, | ||
319 | div.informaltable, | ||
320 | div.figure, | ||
321 | div.table, | ||
322 | div.example { | ||
323 | margin: 1em 0em; | ||
324 | padding: 1em; | ||
325 | page-break-inside: avoid; | ||
326 | } | ||
327 | |||
328 | |||
329 | div.informalfigure p.title b, | ||
330 | div.informalexample p.title b, | ||
331 | div.informaltable p.title b, | ||
332 | div.figure p.title b, | ||
333 | div.example p.title b, | ||
334 | div.table p.title b{ | ||
335 | padding-top: 0em; | ||
336 | margin-top: 0em; | ||
337 | font-size: 100%; | ||
338 | font-weight: normal; | ||
339 | } | ||
340 | |||
341 | .mediaobject .caption, | ||
342 | .mediaobject .caption p { | ||
343 | text-align: center; | ||
344 | font-size: 80%; | ||
345 | padding-top: 0.5em; | ||
346 | padding-bottom: 0.5em; | ||
347 | } | ||
348 | |||
349 | .epigraph { | ||
350 | padding-left: 55%; | ||
351 | margin-bottom: 1em; | ||
352 | } | ||
353 | |||
354 | .epigraph p { | ||
355 | text-align: left; | ||
356 | } | ||
357 | |||
358 | .epigraph .quote { | ||
359 | font-style: italic; | ||
360 | } | ||
361 | .epigraph .attribution { | ||
362 | font-style: normal; | ||
363 | text-align: right; | ||
364 | } | ||
365 | |||
366 | span.application { | ||
367 | font-style: italic; | ||
368 | } | ||
369 | |||
370 | .programlisting { | ||
371 | font-family: monospace; | ||
372 | font-size: 80%; | ||
373 | white-space: pre; | ||
374 | margin: 1.33em 0em; | ||
375 | padding: 1.33em; | ||
376 | } | ||
377 | |||
378 | .tip, | ||
379 | .warning, | ||
380 | .caution, | ||
381 | .note { | ||
382 | margin-top: 1em; | ||
383 | margin-bottom: 1em; | ||
384 | |||
385 | } | ||
386 | |||
387 | /* force full width of table within div */ | ||
388 | .tip table, | ||
389 | .warning table, | ||
390 | .caution table, | ||
391 | .note table { | ||
392 | border: none; | ||
393 | width: 100%; | ||
394 | } | ||
395 | |||
396 | |||
397 | .tip table th, | ||
398 | .warning table th, | ||
399 | .caution table th, | ||
400 | .note table th { | ||
401 | padding: 0.8em 0.0em 0.0em 0.0em; | ||
402 | margin : 0em 0em 0em 0em; | ||
403 | } | ||
404 | |||
405 | .tip p, | ||
406 | .warning p, | ||
407 | .caution p, | ||
408 | .note p { | ||
409 | margin-top: 0.5em; | ||
410 | margin-bottom: 0.5em; | ||
411 | padding-right: 1em; | ||
412 | text-align: left; | ||
413 | } | ||
414 | |||
415 | .acronym { | ||
416 | text-transform: uppercase; | ||
417 | } | ||
418 | |||
419 | b.keycap, | ||
420 | .keycap { | ||
421 | padding: 0.09em 0.3em; | ||
422 | margin: 0em; | ||
423 | } | ||
424 | |||
425 | .itemizedlist li { | ||
426 | clear: none; | ||
427 | } | ||
428 | |||
429 | .filename { | ||
430 | font-size: medium; | ||
431 | font-family: Courier, monospace; | ||
432 | } | ||
433 | |||
434 | |||
435 | div.navheader, div.heading{ | ||
436 | position: absolute; | ||
437 | left: 0em; | ||
438 | top: 0em; | ||
439 | width: 100%; | ||
440 | background-color: #cdf; | ||
441 | width: 100%; | ||
442 | } | ||
443 | |||
444 | div.navfooter, div.footing{ | ||
445 | position: fixed; | ||
446 | left: 0em; | ||
447 | bottom: 0em; | ||
448 | background-color: #eee; | ||
449 | width: 100%; | ||
450 | } | ||
451 | |||
452 | |||
453 | div.navheader td, | ||
454 | div.navfooter td { | ||
455 | font-size: 66%; | ||
456 | } | ||
457 | |||
458 | div.navheader table th { | ||
459 | /*font-family: Georgia, Times, serif;*/ | ||
460 | /*font-size: x-large;*/ | ||
461 | font-size: 80%; | ||
462 | } | ||
463 | |||
464 | div.navheader table { | ||
465 | border-left: 0em; | ||
466 | border-right: 0em; | ||
467 | border-top: 0em; | ||
468 | width: 100%; | ||
469 | } | ||
470 | |||
471 | div.navfooter table { | ||
472 | border-left: 0em; | ||
473 | border-right: 0em; | ||
474 | border-bottom: 0em; | ||
475 | width: 100%; | ||
476 | } | ||
477 | |||
478 | div.navheader table td a, | ||
479 | div.navfooter table td a { | ||
480 | color: #777; | ||
481 | text-decoration: none; | ||
482 | } | ||
483 | |||
484 | /* normal text in the footer */ | ||
485 | div.navfooter table td { | ||
486 | color: black; | ||
487 | } | ||
488 | |||
489 | div.navheader table td a:visited, | ||
490 | div.navfooter table td a:visited { | ||
491 | color: #444; | ||
492 | } | ||
493 | |||
494 | |||
495 | /* links in header and footer */ | ||
496 | div.navheader table td a:hover, | ||
497 | div.navfooter table td a:hover { | ||
498 | text-decoration: underline; | ||
499 | background-color: transparent; | ||
500 | color: #33a; | ||
501 | } | ||
502 | |||
503 | div.navheader hr, | ||
504 | div.navfooter hr { | ||
505 | display: none; | ||
506 | } | ||
507 | |||
508 | |||
509 | .qandaset tr.question td p { | ||
510 | margin: 0em 0em 1em 0em; | ||
511 | padding: 0em 0em 0em 0em; | ||
512 | } | ||
513 | |||
514 | .qandaset tr.answer td p { | ||
515 | margin: 0em 0em 1em 0em; | ||
516 | padding: 0em 0em 0em 0em; | ||
517 | } | ||
518 | .answer td { | ||
519 | padding-bottom: 1.5em; | ||
520 | } | ||
521 | |||
522 | .emphasis { | ||
523 | font-weight: bold; | ||
524 | } | ||
525 | |||
526 | |||
527 | /************* / | ||
528 | / decorations / | ||
529 | / *************/ | ||
530 | |||
531 | .titlepage { | ||
532 | } | ||
533 | |||
534 | .part .title { | ||
535 | } | ||
536 | |||
537 | .subtitle { | ||
538 | border: none; | ||
539 | } | ||
540 | |||
541 | /* | ||
542 | h1 { | ||
543 | border: none; | ||
544 | } | ||
545 | |||
546 | h2 { | ||
547 | border-top: solid 0.2em; | ||
548 | border-bottom: solid 0.06em; | ||
549 | } | ||
550 | |||
551 | h3 { | ||
552 | border-top: 0em; | ||
553 | border-bottom: solid 0.06em; | ||
554 | } | ||
555 | |||
556 | h4 { | ||
557 | border: 0em; | ||
558 | border-bottom: solid 0.06em; | ||
559 | } | ||
560 | |||
561 | h5 { | ||
562 | border: 0em; | ||
563 | } | ||
564 | */ | ||
565 | |||
566 | .programlisting { | ||
567 | border: solid 1px; | ||
568 | } | ||
569 | |||
570 | div.figure, | ||
571 | div.table, | ||
572 | div.informalfigure, | ||
573 | div.informaltable, | ||
574 | div.informalexample, | ||
575 | div.example { | ||
576 | border: 1px solid; | ||
577 | } | ||
578 | |||
579 | |||
580 | |||
581 | .tip, | ||
582 | .warning, | ||
583 | .caution, | ||
584 | .note { | ||
585 | border: 1px solid; | ||
586 | } | ||
587 | |||
588 | .tip table th, | ||
589 | .warning table th, | ||
590 | .caution table th, | ||
591 | .note table th { | ||
592 | border-bottom: 1px solid; | ||
593 | } | ||
594 | |||
595 | .question td { | ||
596 | border-top: 1px solid black; | ||
597 | } | ||
598 | |||
599 | .answer { | ||
600 | } | ||
601 | |||
602 | |||
603 | b.keycap, | ||
604 | .keycap { | ||
605 | border: 1px solid; | ||
606 | } | ||
607 | |||
608 | |||
609 | div.navheader, div.heading{ | ||
610 | border-bottom: 1px solid; | ||
611 | } | ||
612 | |||
613 | |||
614 | div.navfooter, div.footing{ | ||
615 | border-top: 1px solid; | ||
616 | } | ||
617 | |||
618 | /********* / | ||
619 | / colors / | ||
620 | / *********/ | ||
621 | |||
622 | body { | ||
623 | color: #333; | ||
624 | background: white; | ||
625 | } | ||
626 | |||
627 | a { | ||
628 | background: transparent; | ||
629 | } | ||
630 | |||
631 | a:hover { | ||
632 | background-color: #dedede; | ||
633 | } | ||
634 | |||
635 | |||
636 | h1, | ||
637 | h2, | ||
638 | h3, | ||
639 | h4, | ||
640 | h5, | ||
641 | h6, | ||
642 | h7, | ||
643 | h8 { | ||
644 | background-color: transparent; | ||
645 | } | ||
646 | |||
647 | hr { | ||
648 | border-color: #aaa; | ||
649 | } | ||
650 | |||
651 | |||
652 | .tip, .warning, .caution, .note { | ||
653 | border-color: #fff; | ||
654 | } | ||
655 | |||
656 | |||
657 | .tip table th, | ||
658 | .warning table th, | ||
659 | .caution table th, | ||
660 | .note table th { | ||
661 | border-bottom-color: #fff; | ||
662 | } | ||
663 | |||
664 | |||
665 | .warning { | ||
666 | background-color: #f0f0f2; | ||
667 | } | ||
668 | |||
669 | .caution { | ||
670 | background-color: #f0f0f2; | ||
671 | } | ||
672 | |||
673 | .tip { | ||
674 | background-color: #f0f0f2; | ||
675 | } | ||
676 | |||
677 | .note { | ||
678 | background-color: #f0f0f2; | ||
679 | } | ||
680 | |||
681 | .glossary dl dt, | ||
682 | .variablelist dl dt, | ||
683 | .variablelist dl dt span.term { | ||
684 | color: #044; | ||
685 | } | ||
686 | |||
687 | div.figure, | ||
688 | div.table, | ||
689 | div.example, | ||
690 | div.informalfigure, | ||
691 | div.informaltable, | ||
692 | div.informalexample { | ||
693 | border-color: #aaa; | ||
694 | } | ||
695 | |||
696 | pre.programlisting { | ||
697 | color: black; | ||
698 | background-color: #fff; | ||
699 | border-color: #aaa; | ||
700 | border-width: 2px; | ||
701 | } | ||
702 | |||
703 | .guimenu, | ||
704 | .guilabel, | ||
705 | .guimenuitem { | ||
706 | background-color: #eee; | ||
707 | } | ||
708 | |||
709 | |||
710 | b.keycap, | ||
711 | .keycap { | ||
712 | background-color: #eee; | ||
713 | border-color: #999; | ||
714 | } | ||
715 | |||
716 | |||
717 | div.navheader { | ||
718 | border-color: black; | ||
719 | } | ||
720 | |||
721 | |||
722 | div.navfooter { | ||
723 | border-color: black; | ||
724 | } | ||
725 | |||
726 | |||
727 | /*********** / | ||
728 | / graphics / | ||
729 | / ***********/ | ||
730 | |||
731 | /* | ||
732 | body { | ||
733 | background-image: url("images/body_bg.jpg"); | ||
734 | background-attachment: fixed; | ||
735 | } | ||
736 | |||
737 | .navheader, | ||
738 | .note, | ||
739 | .tip { | ||
740 | background-image: url("images/note_bg.jpg"); | ||
741 | background-attachment: fixed; | ||
742 | } | ||
743 | |||
744 | .warning, | ||
745 | .caution { | ||
746 | background-image: url("images/warning_bg.jpg"); | ||
747 | background-attachment: fixed; | ||
748 | } | ||
749 | |||
750 | .figure, | ||
751 | .informalfigure, | ||
752 | .example, | ||
753 | .informalexample, | ||
754 | .table, | ||
755 | .informaltable { | ||
756 | background-image: url("images/figure_bg.jpg"); | ||
757 | background-attachment: fixed; | ||
758 | } | ||
759 | |||
760 | */ | ||
761 | h1, | ||
762 | h2, | ||
763 | h3, | ||
764 | h4, | ||
765 | h5, | ||
766 | h6, | ||
767 | h7{ | ||
768 | } | ||
769 | |||
770 | /* | ||
771 | Example of how to stick an image as part of the title. | ||
772 | |||
773 | div.article .titlepage .title | ||
774 | { | ||
775 | background-image: url("figures/white-on-black.png"); | ||
776 | background-position: center; | ||
777 | background-repeat: repeat-x; | ||
778 | } | ||
779 | */ | ||
780 | |||
781 | div.preface .titlepage .title, | ||
782 | div.colophon .title, | ||
783 | div.chapter .titlepage .title, | ||
784 | div.article .titlepage .title | ||
785 | { | ||
786 | } | ||
787 | |||
788 | div.section div.section .titlepage .title, | ||
789 | div.sect2 .titlepage .title { | ||
790 | background: none; | ||
791 | } | ||
792 | |||
793 | |||
794 | h1.title { | ||
795 | background-color: transparent; | ||
796 | background-image: url("figures/yocto-project-bw.png"); | ||
797 | background-repeat: no-repeat; | ||
798 | height: 256px; | ||
799 | text-indent: -9000px; | ||
800 | overflow:hidden; | ||
801 | } | ||
802 | |||
803 | h2.subtitle { | ||
804 | background-color: transparent; | ||
805 | text-indent: -9000px; | ||
806 | overflow:hidden; | ||
807 | width: 0px; | ||
808 | display: none; | ||
809 | } | ||
810 | |||
811 | /*************************************** / | ||
812 | / pippin.gimp.org specific alterations / | ||
813 | / ***************************************/ | ||
814 | |||
815 | /* | ||
816 | div.heading, div.navheader { | ||
817 | color: #777; | ||
818 | font-size: 80%; | ||
819 | padding: 0; | ||
820 | margin: 0; | ||
821 | text-align: left; | ||
822 | position: absolute; | ||
823 | top: 0px; | ||
824 | left: 0px; | ||
825 | width: 100%; | ||
826 | height: 50px; | ||
827 | background: url('/gfx/heading_bg.png') transparent; | ||
828 | background-repeat: repeat-x; | ||
829 | background-attachment: fixed; | ||
830 | border: none; | ||
831 | } | ||
832 | |||
833 | div.heading a { | ||
834 | color: #444; | ||
835 | } | ||
836 | |||
837 | div.footing, div.navfooter { | ||
838 | border: none; | ||
839 | color: #ddd; | ||
840 | font-size: 80%; | ||
841 | text-align:right; | ||
842 | |||
843 | width: 100%; | ||
844 | padding-top: 10px; | ||
845 | position: absolute; | ||
846 | bottom: 0px; | ||
847 | left: 0px; | ||
848 | |||
849 | background: url('/gfx/footing_bg.png') transparent; | ||
850 | } | ||
851 | */ | ||
852 | |||
853 | |||
854 | |||
855 | /****************** / | ||
856 | / nasty ie tweaks / | ||
857 | / ******************/ | ||
858 | |||
859 | /* | ||
860 | div.heading, div.navheader { | ||
861 | width:expression(document.body.clientWidth + "px"); | ||
862 | } | ||
863 | |||
864 | div.footing, div.navfooter { | ||
865 | width:expression(document.body.clientWidth + "px"); | ||
866 | margin-left:expression("-5em"); | ||
867 | } | ||
868 | body { | ||
869 | padding:expression("4em 5em 0em 5em"); | ||
870 | } | ||
871 | */ | ||
872 | |||
873 | /**************************************** / | ||
874 | / mozilla vendor specific css extensions / | ||
875 | / ****************************************/ | ||
876 | /* | ||
877 | div.navfooter, div.footing{ | ||
878 | -moz-opacity: 0.8em; | ||
879 | } | ||
880 | |||
881 | div.figure, | ||
882 | div.table, | ||
883 | div.informalfigure, | ||
884 | div.informaltable, | ||
885 | div.informalexample, | ||
886 | div.example, | ||
887 | .tip, | ||
888 | .warning, | ||
889 | .caution, | ||
890 | .note { | ||
891 | -moz-border-radius: 0.5em; | ||
892 | } | ||
893 | |||
894 | b.keycap, | ||
895 | .keycap { | ||
896 | -moz-border-radius: 0.3em; | ||
897 | } | ||
898 | */ | ||
899 | |||
900 | table tr td table tr td { | ||
901 | display: none; | ||
902 | } | ||
903 | |||
904 | |||
905 | hr { | ||
906 | display: none; | ||
907 | } | ||
908 | |||
909 | table { | ||
910 | border: 0em; | ||
911 | } | ||
912 | |||
913 | .photo { | ||
914 | float: right; | ||
915 | margin-left: 1.5em; | ||
916 | margin-bottom: 1.5em; | ||
917 | margin-top: 0em; | ||
918 | max-width: 17em; | ||
919 | border: 1px solid gray; | ||
920 | padding: 3px; | ||
921 | background: white; | ||
922 | } | ||
923 | .seperator { | ||
924 | padding-top: 2em; | ||
925 | clear: both; | ||
926 | } | ||
927 | |||
928 | #validators { | ||
929 | margin-top: 5em; | ||
930 | text-align: right; | ||
931 | color: #777; | ||
932 | } | ||
933 | @media print { | ||
934 | body { | ||
935 | font-size: 8pt; | ||
936 | } | ||
937 | .noprint { | ||
938 | display: none; | ||
939 | } | ||
940 | } | ||
941 | |||
942 | |||
943 | .tip, | ||
944 | .note { | ||
945 | background: #f0f0f2; | ||
946 | color: #333; | ||
947 | padding: 20px; | ||
948 | margin: 20px; | ||
949 | } | ||
950 | |||
951 | .tip h3, | ||
952 | .note h3 { | ||
953 | padding: 0em; | ||
954 | margin: 0em; | ||
955 | font-size: 2em; | ||
956 | font-weight: bold; | ||
957 | color: #333; | ||
958 | } | ||
959 | |||
960 | .tip a, | ||
961 | .note a { | ||
962 | color: #333; | ||
963 | text-decoration: underline; | ||
964 | } | ||
965 | |||
966 | .footnote { | ||
967 | font-size: small; | ||
968 | color: #333; | ||
969 | } | ||
970 | |||
971 | /* Changes the announcement text */ | ||
972 | .tip h3, | ||
973 | .warning h3, | ||
974 | .caution h3, | ||
975 | .note h3 { | ||
976 | font-size:large; | ||
977 | color: #00557D; | ||
978 | } | ||