Christoph Spiel wrote:

> We have documents where one ore more authors are
> responsible for a specific section or chapter.
> I like to put the author's name as close as
> possible to the section title.  Thus I include
> the complete <author>-element inside a
> <title>-element.  However, then the name cannot
> be distinguish from the actual title, I am
> forced to throw in some visual markup :-<
>
> Are there better ways to markup attributions of
> sections or chapters to specific authors, like
> e.g., right-aligned <bridgehead>s?

Use elements like chapterinfo, sectioninfo and so on:

<section>
<sectioninfo>
<title>Some Title</title>
<author>...author information...</author>
</sectioninfo>
...
</section>

-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]

Reply via email to