This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to mark up a section author?


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: jirka@kosek.cz
  http://www.kosek.cz

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]