Error when parameter table.in.float='0' and a table is spreaded on two pages
Status: Beta
Brought to you by:
marsgui
3 attached files minimal configuration to reproduce the issue
The dblatex-conf.xsl file includes the following line:
<xsl:param name="table.in.float" select="'0'"></xsl:param>
When I invoke the command:
dblatex -V --texstyle=./dblatex-conf.sty --xsl-user=dblatex-conf.xsl not_table_in_float.xml
The command is failing with these errors on the output:
not.table.in.float.tex:283: Something's wrong--perhaps a missing \item.
not.table.in.float.tex:283: leading text: \end{center}
Note also that if the parameter table.in.float is set to '1', there is no error (but of course the table is not spreaded over two pages !)