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] About ISBN


Hello,

What you need to do is to add the isbn element to your
titlepage.template.xsl file.

First you need to edit the titlepage.template.xml. In this file find the
below copied template and add the "isbn" element.

<t:titlepage-content t:side="verso">
      <title
	     t:named-template="book.verso.title"
	     font-size="&hsize2;"
	     font-weight="bold"
	     font-family="{$title.fontset}"/>
      <corpauthor/>
      <authorgroup t:named-template="verso.authorgroup"/>
      <author/>
      <othercredit/>
      <releaseinfo space-before="0.5em"/>
      <pubdate space-before="1em"/>
      <copyright/>
      <abstract/>
    	<isbn/>
     <legalnotice font-size="8pt"/> 

After this you need to generate new titlepage.template.xsl by means of
the titlepage.xsl file which you can find in the TEMPLATE directory of
the docbook xsl stylesheets distribution.

After that include the new xsl file in your customization layer. Now the
isbn number should be present in the verso titlepage of your PDF output.

If you wish to add the isbn number to your html output as well, just
repeat the above steps with the same files in the HTML directory.

pavel



-----Original Message-----
From: Jacques Foucry [mailto:jacques@foucry.net] 
Sent: Saturday, July 15, 2006 5:15 PM
To: docbook-apps
Subject: [docbook-apps] About ISBN

Hello List,

I need to put on my copyright page the ISBN numbers (10 numbers and  
13 numbers). So I've put on my bookinfo section two <isbn> entries  
put the doesn't appears.

Is the ISBN only used in the bibliography ?

Thanks in advance,

-- 
Jacques

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org



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