[tex4ht] tex4ht Digest, Vol 68, Issue 10

Guido Milanese guido.milanese at unicatt.it
Sat Aug 22 21:42:52 CEST 2015


On 21/08/2015 13:57, Radhakrishnan CV wrote:
> On Fri, Aug 21, 2015 at 4:12 PM, Guido Milanese
> <guido.milanese at unicatt.it <mailto:guido.milanese at unicatt.it>> wrote:
>
>
>     all right now!
>
>
> ​That is a big relief. I thought that Karl had integrated this into
> TeXLive 2015. And was gearing up for another revision at this end!
> Guess, Karl missed at some point.
I append a MWE that does work. I adapted the original file adding T1, 
utf8, and a real citation. Incidentally, if I use "british" and not 
"english" as babel language I get the following mistake -- but ignoring 
it the conversion succeeds anyway. I tried with "italian" and it's all 
right again:

<code>
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex/lbx/british.lbx
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex/lbx/english.lbx))

! Package biblatex Error: Language 'english' not found.

See the biblatex package documentation for explanation.
Type  H <return>  for immediate help.
  ...

l.43 \InheritBibliographyStrings{english}

? H
The localization module for 'english' could not be found.
</code>
?

I called tex4ht as follows:

htlatex $1 "xhtml,ooffice" "ooffice/! -cmozhtf" "-coo -cvalidate"

Let me try with some more elaborate tests and I'll post the result.

best wishes,
guido

% MWE adapted from
% http://biblatex.dominik-wassenhoven.de/hilfen-allgemein.shtml?en&mini
\documentclass[a4paper]{scrartcl}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@Book{test1,
   author    = {Goossens, Michel and Mittelbach,
                Frank and Samarin, Alexander},
   title     = {The LaTeX Companion},
   publisher = {Addison-Wesley},
   location  = {Reading, Mass.},
   year      = {1994},
}
\end{filecontents}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[style=authortitle-dw]{biblatex}
\usepackage[autostyle=once]{csquotes}
\addbibresource{\jobname.bib}
\begin{document}
This is just a small example document \parencite[23]{test1}.
\printbibliography
\end{document}

-- 
Guido Milanese
Professor of Classics, Docteur HC Paris ICP
http://docenti.unicatt.it/ita/guido_fabrizio_milanese/


More information about the tex4ht mailing list