Tagged Questions
2
votes
2answers
153 views
Colon in bibliography keys incompatible with babel, biblatex and tex4ht
Keys are labeled as author:year in my BibTeX file. For example, @article{John:2000, author={John}, year={2000}, ...}. This scheme works well with pdftex, biblatex and mk4ht oolatex.
But if in ...
4
votes
0answers
129 views
biblatex-chicago and mk4ht oolatex: formatting errors
The MWE below using biblatex-chicago yields a few formatting errors when formatted by mk4ht oolatex (the same file formatted by pdflatex produces correct output):
Report – with mk4ht oolatex: no ...
3
votes
1answer
374 views
biblatex & TeX4HT: citations in footnotes = missing \begin{document}
the following code, which I'm trying to run through TeX4HT and biber in order to create an .odt file, results in a »missing \begin{document}« error, pointing to the aux file. Something about the ...
9
votes
2answers
510 views
Incompatibility of biblatex and tex4ht when using defernumbers
There seems to be a known incompatibility between biblatex and tex4ht when using defernumbers=true.
I have one large .bib file. In the document I want to group the references into different ...
3
votes
1answer
597 views
Tex4ht, biblatex and biber: what is proper processing?
How to run htlatex with biblatex bibliography included? That's the simplest example:
\documentclass{article}
\usepackage{biblatex}
\addbibresource{libr.bib}
\begin{document}
...
