This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

DOCBOOK-APPS Titlepage example


Hi,

Does anyone have an example of a good looking title page? Using
docbook-xsl-1.50.0 or previous versions?
I am using fop-0.20.3 to generate a pdf with the following titlepage. 

Here is what I have been playing with (preconversion to xsl)...

My font sizing does not seem to be picked up and I would like to change the
positioning of the 
<t:titlepage-content side="verso"> information.





<t:templates xmlns:t="http://nwalsh.com/docbook/xsl/template/1.0";
	base-stylesheet="../docbook-xsl-1.50.0/fo/docbook.xsl">
	
<t:titlepage element="book" wrapper="fo:block" class="titlepage">
	<t:titlepage-content side="recto">
		<mediaobject/>	
		<title predicate="[1]"
			font-size="24pt"
			font-weight="bold"
			font-family="{$title.font.family}"/>
		<subtitle/>
	</t:titlepage-content>

	<t:titlepage-content side="verso">
		<corpauthor/>
		<copyright/>
		<subtitle/>
		<revhistory/>
	</t:titlepage-content>


	<t:titlepage-separator>
	</t:titlepage-separator>

	<t:titlepage-before side="recto">
	</t:titlepage-before>

	<t:titlepage-before side="verso">
	</t:titlepage-before>
</t:titlepage>

</t:templates>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]