ben <[EMAIL PROTECTED]> writes:
| I've jumpped from lyx-1.1.5fix1 to lyx-1.1.6, and I have some remarks
| about the DocBook class:
You really should have tested 1.1.6pre3, then we could have caught
this before release... actually it seems that _no_ docbook users
tested pre3... (seems that the same goes for developers...)
| * When a document contains a table, jade complains when I want to
| publish it. It says:
| /usr/bin/jade:<OSFD>0:104:42:E: document type does not allow element
| "TGROUP" here; assuming missing "INFORMALTABLE" start-tag
| /usr/bin/jade:<OSFD>0:126:9:E: end tag for "INFORMALTABLE" omitted, but
| OMITTAG NO was specified
| /usr/bin/jade:<OSFD>0:104:4: start tag was here
My fault I guess...
If you are compiling yourself, look in src/buffer.C in the function
named pop_tag. Change the "#if 0" to "#if 1", save and recompile.
Lgb