Re: [docbook-apps] article titlepage help

From
"Cob Rtayton"
Date
2007-08-15T16:03:05+00:00
ID
01c801c7df55$bd0d05f0$6400a8c0@totoro
Thread
Re: [docbook-apps] article titlepage help
Using this should fix it (copied from the specs for 
the book element):

 

  <t:titlepage-before 
t:side="verso">
      <fo:block 
break-after="page"/>
  </t:titlepage-before>

In DocBook XSL, "verso" isn't necessarily a 
separate physical page, just as a "titlepage" is not necessarily a separate 
physical page.

 

Bob Stayton
Sagehill Enterprises
DocBook Consulting


 

 

  
----- Original Message ----- 

  
From: 
  Kari Bourgeois 

  
To:  
  

  
Sent: Wednesday, August 15, 2007 8:03 
  AM

  
Subject: [docbook-apps] article titlepage 
  help

  

  

  
Hi all….little help 
  please

  
 

  
I’m trying to generate a titlepage 
  for an article (release notes, actually)

  
 

  
I’ve got the following in my spec 
  file that I generate. The problem I’m having is that the ‘verso’ material 
  isn’t appearing on verso side, still appearing on the front. Any ideas what 
  I’m doing wrong?

  
 

  
<t:titlepage t:element="article" t:wrapper="fo:block" font-family="{$title.fontset}">

  
                        
  <t:titlepage-content t:side="recto" start-indent="0pt" text-align="center">

  
                                    
  <mediaobject text-align="center" space-before="3in"></mediaobject>

  
                                    
  <title t:named-template="component.title" param:node="ancestor-or-self::article[1]"

  
                                                
  keep-with-next.within-column="always" font-size="&hsize5;" font-weight="bold"></title>

  
                                    
  <subtitle space-before="0.5em" font-size="&hsize4;" font-weight="bold"></subtitle>

  
                                    
  <revision space-before="0.5em"></revision>

  
                                    
  <othercredit space-before="0.5em"></othercredit>

  
                                    
  <releaseinfo space-before="0.5em"></releaseinfo>

  
                                    
  <copyright space-before="0.5em"></copyright>

  
                        
  </t:titlepage-content>

  
            
  

  
 

  
                        
  <t:titlepage-content t:side="verso">

  
                                    
  <title t:named-template="book.verso.title" font-size="&hsize2;" font-weight="bold"

  
                                                
  font-family="{$title.fontset}"></title>

  
                                    
  <corpauthor></corpauthor>

  
                                    
  <authorgroup t:named-template="verso.authorgroup"></authorgroup>

  
                                    
  <author></author>

  
                                    
  <othercredit></othercredit>

  
                                    
  <releaseinfo space-before="0.5em"></releaseinfo>

  
                                    
  <pubdate space-before="1em"></pubdate>

  
                                    
  <copyright></copyright>

  
                                    
  <abstract></abstract>

  
                                    
  <legalnotice font-size="8pt"></legalnotice>

  
                        
  </t:titlepage-content>

  
 

  
                        
  <t:titlepage-separator>

  
                                    
  <fo:block break-after="page"></fo:block>

  
                        
  </t:titlepage-separator>

  
 

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

  
 

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

  
            
  </t:titlepage>