Next in thread → Next in month →

Re: [docbook-apps] article titlepage help

From
"Cob Rtayton"
Date
2007-08-16T16:55:58+00:00
ID
02cc01c7e026$49efcd60$6400a8c0@totoro
Thread
Re: [docbook-apps] article titlepage help
Do the same thing with t:titlepage-separator.  
See callout #13 of Example 10.1 in this reference:

 

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

 

It doesn't give an example of such a page break, 
but it describes what the specification element is for.

 

Bob Stayton
Sagehill Enterprises
DocBook Consulting


 

 

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

  
From: 
  Kari Bourgeois 

  
To: 'Bob Stayton' ;  
  

  
Sent: Thursday, August 16, 2007 6:01 
  AM

  
Subject: RE: [docbook-apps] article 
  titlepage help

  

  

  
Bob

  
 

  
That works 
  fine…thanks! Next question: how do I do a break after the ‘recto’ AND ‘verso’ 
  pages?

  
 

  
Thanks again for your 
  help

  
Kari

  
 

  

  

  
  

  
From: Bob 
  Stayton [mailto:] 
Sent: Wednesday, August 15, 2007 11:03 
  AM
To: Kari Bourgeois; 
Subject: 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>
Next in thread → Next in month →