Next in thread → Next in month →

Re: [docbook] Volume title tag

From
Aidan Lister <>
Date
2005-06-28T06:56:08+00:00
ID
Thread
Re: [docbook] Volume title tag
Hi Bob,

Thanks again for the quick response and helpful advice.

(p.s. Bob, we're back in buisness, so we _may_ move on the whole pdf
thing in the next month or so.)

Kind regards,
Aidan


On 6/28/05, Bob Stayton <> wrote:
> Well, the articleinfo element will accept more than one title element.  You
> could add something like:
> 
> <title role="volume_title">General Contributions</title>
> 
> But then you will have to customize some templates to handle this title (and
> not output it along with the regular title). That could get a little tricky
> as titles can be processed in several different modes.  I think this empty
> template would prevent it from being added to your regular article title:
> 
> <xsl:template match="title[@role='volume_title']"
> mode="article.titlepage.recto.auto.mode"/>
> 
> I'd probably customize the 'volumnenum' template to append this title, if it
> exists.
> 
> Bob Stayton
> Sagehill Enterprises
> DocBook Consulting
> 
> 
> 
> ----- Original Message -----
> From: "Aidan Lister" <>
> To: <>
> Sent: Friday, June 24, 2005 8:46 AM
> Subject: [docbook] Volume title tag
> 
> 
> Hi,
> 
> I'm looking for a tag to store the title of the volume in which an
> article is published.
> 
> Say I have an article, published under: 2004, Volume 14, General
> Contributions.
> 
> I've got:
> 
>  <articleinfo>
>   ...
>   <volumenum>14</volumenum>
>   <edition>2004</edition>
>   ...
>  </articleinfo>
> 
> But what would I store "General Contributions" under?
> 
> Kind regards,
> Aidan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
> 
> 
> 
> 
>
Next in thread → Next in month →