OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] email in author tag


Kai Hendry <hendry@iki.fi> writes:

> I have docbook 4.4 XML and I use the latest Debian docbook2* tools to
> generate different formats.
> 
> http://hendry.iki.fi/cv/resume.xml
> 
> My problem is outlined here:
> http://lists.alioth.debian.org/pipermail/debian-xml-sgml-pkgs/2005-October/001205.html
> 
> I want to have my email to show up in the generated formats. Right now
> it doesn't appear in anything other than resume.xml after a make:
> http://trac.natalian.org/file/projects/shopping-list/Makefile
> 
> I've tried searching. But the best thing I could find was something
> about modifying the style sheet!
> 
> http://www.google.com.au/search?q=email+author+site%3Alists.oasis-open.org&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official
> 
> http://lists.oasis-open.org/archives/docbook/200307/msg00162.html
> 
> Which doesn't sound reasonable.
> 
> Surely there must be a better way?

Please install these packages:

  xmlto
  fop

Then run this command:

  xmlto html-nochunks resume.xml

That will generate a "resume.html" file, and it will contain your
e-mail address where expected.

Then run this:

  xmlto fo resume.xml

That will generate a "resume.fo" file.

Next run this:

  fop resume.fo resume.pdf

That'll generate a "resume.pdf" file, and it will contain your
e-mail address where expected.

  --Mike

-- 
Michael Smith
http://sideshowbarker.net/

smime.p7s



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]