> On 09.06.2015, at 15:47, Michal Hoftich <[email protected]> wrote: > >> >> Just to test it, I now replaced the \DeclareFieldFormat definition and >> deleted all problematic citekeys. Now, when I create a (X)HTML file, >> validator.w3.org only complains about two errors which are both related to >> the strange numbers in the end. A <p> tag is opened and never closed. No >> idea where this comes from. There’s also a warning concerning the doctype, >> but I don’t think this is relevant. >> > the real problem is the paragraph with numbers after the end of > document. I've found the source of this problem: > > it's `\blx@checksum`, which is defined with three parameters in > biblatex2.sty, but without parameters in biblatex.4ht, so these > parameters are rendered in the output. So it seems that this should be > fixed in biblatex.4ht. As quick fix, add this definition to your .cfg > file: > > \def\blx@checksum#1#2#3{} > > After this change, I can compile your document using oolatex and it > seems quite OK, on first sight.
That did the trick! I can now compile my complete ~400 pages book. Thanks a lot. Now I only have to find out, how to get the graphics into my document. ;) Simon -- Simon Spiegel Steinhaldenstr. 50 8002 Zürich Telephon: ++41 44 451 5334 Mobophon: ++41 76 459 6039 http://www.simifilm.ch „Was soll aus mir mal werden, wenn ich mal nicht mehr bin?“ Robert Gernhardt
