Initial cover title page.

This commit is contained in:
Jorge L. Williams 2010-12-31 04:08:21 -06:00
parent e23b80901d
commit 604a3b77b1
5 changed files with 955 additions and 1081 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 106 KiB

View File

@ -208,7 +208,7 @@
</xsl:call-template>
</xsl:if>
<fo:region-body margin-bottom="0.0in"
margin-top="1.25in"
margin-top="0.0in"
column-gap="0pt"
column-count="1"/>
<xsl:element name="fo:region-before">
@ -223,11 +223,6 @@
<xsl:attribute name="background-position-horizontal">0%</xsl:attribute>
<xsl:attribute name="background-position-vertical">0%</xsl:attribute>
</xsl:element>
<fo:region-after
extent="0.5in"
display-align="after"
background-color="rgb(176,0,14)"
/>
</fo:simple-page-master>
<!-- setup for title page(s) -->

View File

@ -130,43 +130,7 @@
<t:titlepage t:element="book" t:wrapper="fo:block">
<t:titlepage-content t:side="recto">
<title
t:named-template="division.title"
param:node="ancestor-or-self::book[1]"
text-align="center"
font-size="&hsize5;"
space-before="&hsize5space;"
font-weight="bold"
font-family="{$title.fontset}"/>
<subtitle
text-align="center"
font-size="&hsize4;"
space-before="&hsize4space;"
font-family="{$title.fontset}"/>
<pubdate
text-align="center"
font-size="&hsize4;"
space-before="&hsize4space;"
font-family="{$title.fontset}" />
<releaseinfo
text-align="end"
space-before="&hsize2space;"
font-size="&hsize2;"
font-weight="normal"
margin-right="1.5in"
/>
<abstract font-weight="normal"/>
<corpauthor font-size="&hsize3;"
keep-with-next.within-column="always"
space-before="2in"/>
<authorgroup space-before="2in"/>
<author font-size="&hsize3;"
space-before="&hsize2space;"
keep-with-next.within-column="always"/>
<!-- If you add editor, include this t:predicate attribute
because only the first editor generates the list of editors.
<editor t:predicate="[position() = 1]"/>
-->
<!-- title page content comes from cover.svg -->
</t:titlepage-content>
<t:titlepage-separator>

View File

@ -5,9 +5,9 @@
<base>.</base>
<!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
<source-resolution>72</source-resolution>
<source-resolution>90</source-resolution>
<!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi -->
<target-resolution>72</target-resolution>
<target-resolution>90</target-resolution>
<!-- Default page-height and page-width, in case
value is specified as auto -->

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 106 KiB