Tagged Questions
2
votes
2answers
169 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 ...
3
votes
1answer
623 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}
...