T
tthunder
Hi @all,
Currently, I am dealing with writing a docbook. It shall be available
in HTML and PDF format.
For layouting and customizing the output (DocBook XSL), I read through
the following book:
DocBook XSL: The Complete Guide
Fourth Edition
Bob Stayton
However, I haven't found a solution for customizing the the "author
output" in the PDF file. The standard behavior looks horrible!
<article lang="en">
<articleinfo>
<title>
My Title
</title>
<author>
<surname>Surname</surname>
<firstname>Kirsten</firstname>
<email>mymail AT gmx.com</email>
</author>
</articleinfo>
<!-- etc -->
</article>
this will be transformed to
Kirsten Surname <mymail AT gmx.com>
No new line, not bold, no "Author:", no "by" or anything like that.
How can I manage customizing the output for PDF? I know that it works,
because I already saw examples.
Does anybody have a beautiful Docbook XSL customization files for PDF?
I haven't found any downloads on the web.
Thanks in advance,
Kirsten
Currently, I am dealing with writing a docbook. It shall be available
in HTML and PDF format.
For layouting and customizing the output (DocBook XSL), I read through
the following book:
DocBook XSL: The Complete Guide
Fourth Edition
Bob Stayton
However, I haven't found a solution for customizing the the "author
output" in the PDF file. The standard behavior looks horrible!
<article lang="en">
<articleinfo>
<title>
My Title
</title>
<author>
<surname>Surname</surname>
<firstname>Kirsten</firstname>
<email>mymail AT gmx.com</email>
</author>
</articleinfo>
<!-- etc -->
</article>
this will be transformed to
Kirsten Surname <mymail AT gmx.com>
No new line, not bold, no "Author:", no "by" or anything like that.
How can I manage customizing the output for PDF? I know that it works,
because I already saw examples.
Does anybody have a beautiful Docbook XSL customization files for PDF?
I haven't found any downloads on the web.
Thanks in advance,
Kirsten