I am currently writing my bachelor thesis and have to use latex for it. In the past I have never used latex in my whole life. Still things running good but I have to use latexdiff with the --flatten parameter, which is working great it dumps all the differences between two versions of my thesis into a single file.
On compiling there sadly is a problem with citations, latexdiff converts my literature database .db file into an inline \datalist. But this \datalist can't be compiled, because for some strange reason latex doesn't know the commands.
Errors like:
Undefined control sequence. \datalist
Undefined control sequence. \entry
Undefined control sequence. \name
appearing in the log.
The file is generated automatically by latexdiff, so I don't expect any errors in there, unless there is some bug in latexdiff?
I am using biblatex:
\usepackage[backend=bibtex]{biblatex}
For managing latex package versions I am using MiKTeX 2.9 and I updated all packages today, so every package is using the newest version.
Can anyone please help me what I am doing wrong?