summaryrefslogtreecommitdiff
path: root/dblatex
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2008-08-25 18:00:39 +1200
committerStuart Rackham <srackham@methods.co.nz>2008-08-25 18:00:39 +1200
commit985f06941ec2e8dfac90eae9050cf7c6a44f2e45 (patch)
tree6a06074e154ce2ffc9fe6ba13901dc9f256defeb /dblatex
parent421f5f523d7a6d7a096ca418bf51dfcbaeb8c557 (diff)
downloadasciidoc-985f06941ec2e8dfac90eae9050cf7c6a44f2e45.tar.gz
New tables related documentation updates.
Diffstat (limited to 'dblatex')
-rw-r--r--dblatex/dblatex-readme.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/dblatex/dblatex-readme.txt b/dblatex/dblatex-readme.txt
index 8cc9059..39bb437 100644
--- a/dblatex/dblatex-readme.txt
+++ b/dblatex/dblatex-readme.txt
@@ -20,16 +20,20 @@ Limitations
-----------
Observed in dblatex 0.2.8.
-- dblatex doesn't seem to process the DocBook <literallayout> element
- correctly: it is rendered in a monospaced font and no nested
+- dblatex doesn't seem to process the DocBook 'literallayout' element
+ correctly: it is rendered in a monospaced font and no inline
elements are processed. By default the normal font should be used
and almost all DocBook inline elements should be processed
(http://www.docbook.org/tdg/en/html/literallayout.html). I almost
fixed this by overriding the default dblatex literallayout template
- (in `./dblatex/asciidoc-dblatex.xsl`) but there is a remaining
- problem: blank lines are replaced by a single space.
+ (in `./dblatex/asciidoc-dblatex.xsl`) and using the LaTeX 'alltt'
+ package, but there are remaining problems:
-- Callouts do not work inside DocBook <literallayout> elements which
+ * Blank lines are replaced by a single space.
+ * The 'literallayout' element incorrectly wraps text when rendered
+ inside a table.
+
+- Callouts do not work inside DocBook 'literallayout' elements which
means callouts are not displayed inside AsciiDoc literal blocks. A
workaround is to change the AsciiDoc literal block to a listing
block.