I ran into another table that is not properly handled:
cat > tabell2.adoc << EOF
.Prosent kjøpere i A-utvalget etter salgsutsatthet og holdning til direktesalg
|===
2+| 2+| Holdning til direktesalg .2+| Prosent forskjell .2+| N
2+|| +/- | - -
.2+| Salgs-
I just discovered that xsltproc and fop are able to process this table.
Here is an updated Makefile to demonstrate it:
cat > Makefile << EOF
all: tabell.pdf tabell-fop.pdf
tabell.xml: tabell.adoc
asciidoctor -b docbook5 -d book tabell.adoc
tabell.pdf: tabell.xml
dblatex tabell.x
Package: asciidoctor
Version: 2.0.18-2
I ran into this strange problem while typesetting a book using
asciidoctor. Is this a problem with asciidoctor or dblatex?
The problem is reproduced using the following shell commands:
cat > tabell.adoc < Makefile <
http://docbook.org/ns/docbook";
xmlns
3 matches
Mail list logo