OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Hard-coded point size in bibliography.titlepage.recto---bug?


I'm not sure I understand the problem. All of the templates in
titlepage.templates.xsl are generated from the titlepage specifications in
titlepage.templates.xml.  The font-size specification in
titlepage.templates.xml for the bibliography title is:

font-size="&hsize5;"

That entity's value is declared at the top of the file.  You could change
that value and regenerate titlepage.templates.xsl.  That's how it supposed
to work.  See this reference for more details on the general process (the
same process applies to FO output):

http://www.sagehill.net/docbookxsl/HtmlCustomEx.html#HTMLTitlePage

I think Norm decided there are too many variables in title pages to do it
all with parameters.  Consider how many elements have title pages, how many
elements could appear on each title page, and how many properties each
element could have.  That's why he created the titlepage specification
system so you could generate your own titlepage.templates.xsl with
customized properties.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Paul A. Hoadley" <paulh@logicsquad.net>
To: <docbook-apps@lists.oasis-open.org>
Sent: Tuesday, April 27, 2004 7:47 AM
Subject: [docbook-apps] Hard-coded point size in
bibliography.titlepage.recto---bug?

Hello,

In fo/titlepage.templates.xsl, the template
'bibliography.titlepage.recto' has the font-size hard-coded at
'24.8832pt'.  (I only noticed this because I scaled down the &hsizeX;
entities and the bibliography heading didn't scale.)  Should this be
'&hsize5;' instead?

I'll file it as a bug on SourceForge if it is one.  Comments?


-- 
Paul.

mailto:paulh@logicsquad.net





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]