Tagged Questions
3
votes
1answer
69 views
autoref in French documents incompatible with TeX4ht
I'm currently using MiKTeX 2.9 on Windows 7 and can't get to compile a French document correctly. Here is a very minimal example:
\documentclass[francais]{article}
\usepackage[T1]{fontenc}
...
2
votes
2answers
154 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
150 views
Removing spaces before command
When using French guillemets with TeX4HT, the resulting symbols are not followed/preceded by non-breaking spaces like they should, resulting in wrong line-breaking in HTML.
I tried resetting \og and ...