Hi Henrik
On 21/10/10 16:49, Henrik Maier wrote:
Hi Stuart,
only one more small issue which I cam across. The other topics below are
suggestions only.
1) The docbook45.conf file lists this entry:
[colophon]
<colophon{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
|
</colophon>
If that is changed to
[colophon]
<colophon{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
<title>{title}</title>
|
</colophon>
the colophon titles work also in DocBook.
I've committed this:
http://code.google.com/p/asciidoc/source/detail?r=b13b531cd6d3ccd92dbd4d5c5a7b1856b1272891
2) In docbook45.conf for SGML:
[header-declarations]
<!DOCTYPE {doctype-article?article}{doctype-book?book}{doctype-manpage?refentry} PUBLIC
"-//OASIS//DTD DocBook V4.1//EN">
I guess it should reference the 4.5 DTD, but I am not sure.
I don't know either, if it matters to someone please sing out.
3) I attached a patched docbook45.conf with a few more changes I have
locally here. One is a few more useful
docinfo attributes and the other a scale attribute for images.
The scale attribute is useful to scale images relative to its natural
size for DocBook PDF only and leave HTML alone (by using
ignore.image.scaling parameter in the xsl stylesheets). Neither width
nor scaledwidth can achieve this. scaledwith scales relative to page
width for DocBook. Width operates differently for PDF (relative to
object) and HTML (relative to page width) and is therefore not very good
to use when documents shall be published for both backends.
I've added to the trunk:
http://code.google.com/p/asciidoc/source/detail?r=76ca0f33a38761a5ab844ae0bf1454269a623bc5
Cheers, Stuart
I use a lot of screendumps which I scale to 75% (scale=75) for PDF but
leave at the natural size for HTML.
I leave it up to you to decide which of these you want to carry over
into the release.
Cheers
Henrik Maier
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.