Ticket #170 (closed todo: done)
ascciidoc, find out how to add multiple authors to a document
| Reported by: | ct | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | smallTasks | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: |
Description
asciidoc document headers have some way to add the author contacts to a document:
http://powerman.name/doc/asciidoc#_document_header_required
I fell little dump but I didn't found out how to add multiple Authors there in a correct way. May someone please investigate this case and show me how?
Change History
Note: See
TracTickets for help on using
tickets.

http://www.methods.co.nz/asciidoc/faq.html#_how_can_i_assign_multiple_author_names
Quote "A quick way to do this is put both authors in a single first name,...
The longer, semantically correct, way is to override the [header] configuration file section in a document specific .conf file. For example if your document is mydoc.txt then a file called mydoc.conf in the document directory would be picked up automatically by asciidoc(1). Copy and paste the default docbook.conf file [header] to mydoc.conf and modify the author related markup...
"
Does that help?