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]

Author format


Just started with DocBook. It's fun but in the Definitive Guied I couldn't
find any way to setup thre following:

FName LName <user@place.com>

For the author. how would I write it?
I've tried the following it doesn't seem to work:

<!DOCTYPE book PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
<book>
<title>My Book Title</title>
<bookinfo>
  <legalnotice><para>Do what ever you want with this. it's just a
test.</para></legalnotice>
  <author>
    <firstname>FName</firstname><surname>LName</surname>
    <address><email>user@place.com</email></address>
  </author>
</bookinfo>
</book>

-- 
Only wimps use tape backup: _real_ men just upload their important stuff 
on ftp, and let the rest of the world mirror it ;)
	-- Linus Torvalds, about his failing hard drive on linux.cs.helsinki.fi


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