Better osx integration. The SDATA entities are translated to the equivalent Unicode characters.
Better Windows compatibility thanks to Nicolas Pernetty for his patches and feedbacks.
Better table support:
Putting some verbatim text (literallayout
, address
, synopsis
, classsynopsis
) in tables now works.
Nesting some informaltable
s is
possible.
Basic entrytbl
support.
Better valign
attribute support.
The columns, rows and entries can be coloured by using some special
Processing Instructions like <?dblatex bgcolor="..."?>
.
The table floatstyle
attribute can be used to
specify the float placement rules (like "[htbp]").
A few imageobject
improvements:
Like for the official DocBook XSL stylesheets, you can use the
role
attribute in imageobject
to specify
the image to use by dblatex. Set role to 'dblatex' to select
the image used by dblatex.
Alternative imageobject
s can be put in a
mediaobjectco
(DocBook 5).
Some cleanups and a number of bug fixes.