diff options
author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-11-30 09:59:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 15:21:48 +0000 |
commit | ff553c4b2ddbe69152818c50cb6800591e12fe13 (patch) | |
tree | e7469d56d2a02f0777c03cfc71a5954d2edcde48 | |
parent | b15730caf0d4c40271796887505507f2501958bb (diff) | |
download | poky-ff553c4b2ddbe69152818c50cb6800591e12fe13.tar.gz |
documentation/template/titlepage.templates.xml: Remove title info
The title of a pdf document is part of the image used on the title
page. Thus the title defined (e.g. bookinfo.title) in a document
should never be used when creating title pages for pdf documents. As
other output formats may use the title information to create metadata
the title has been removed from the template.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/template/titlepage.templates.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/documentation/template/titlepage.templates.xml b/documentation/template/titlepage.templates.xml index ff640fa5f2..f53f147002 100644 --- a/documentation/template/titlepage.templates.xml +++ b/documentation/template/titlepage.templates.xml | |||
@@ -140,14 +140,6 @@ | |||
140 | 140 | ||
141 | <mediaobject/> | 141 | <mediaobject/> |
142 | 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 | 143 | <subtitle |
152 | text-align="center" | 144 | text-align="center" |
153 | font-size="&hsize4;" | 145 | font-size="&hsize4;" |
@@ -163,11 +155,6 @@ | |||
163 | </t:titlepage-content> | 155 | </t:titlepage-content> |
164 | 156 | ||
165 | <t:titlepage-content t:side="verso"> | 157 | <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/> | 158 | <corpauthor/> |
172 | <authorgroup t:named-template="verso.authorgroup"/> | 159 | <authorgroup t:named-template="verso.authorgroup"/> |
173 | <author/> | 160 | <author/> |