[tex4ht] htxelatex support for unicode and multiple scripts

Alexandre Roberts alexandre.roberts at gmail.com
Sat Mar 2 16:54:34 CET 2013


Thank you all for all your help on my query about full Unicode support and
tex4ht. Thanks to your help, I now have a workflow which produces what I
want, including Unicode in the bibliography (which I achieve by running
CV Radhakrishnan's script on my .bib file as well as my main .tex file, as
Ulrike Fischer suggested I try):

perl utf2ent.pl word.converter.tex > word.converter-ent.tex
> perl utf2ent.pl FILEPATH/alexhistory.bib >
> word.converter.alexhistory-ent.bib
> mk4ht oolatex word.converter-ent "xhtml, charset=utf-8"  -utf8
> biber word.converter-ent
> mk4ht oolatex word.converter-ent "xhtml, charset=utf-8"  -utf8


The outputted Word document is almost perfect. The only trouble is that
Unicode characters in the footnotes produced by biblatex have a different
font size for some mysterious reason. But this is easily fixed by selecting
all the footnote text and assigning it the same font size!

So again, thank you for making it possible for me to remain in the TeX
world as I write!

Alex


On Mon, Feb 18, 2013 at 9:51 AM, Ulrike Fischer <news3 at nililand.de> wrote:

> Am Mon, 18 Feb 2013 09:21:53 -0800 schrieb Alexandre Roberts:
>
>
> > Unicode in my BibTeX entries: while Unicode in my main text and footnotes
> > now shows up perfectly, the Unicode characters in my BibTeX entries still
> > don't make it through. (step 4) Is there a way to get this Unicode to
> make
> > it as well without modifying my .bib file?
>
> I don't have the time to test, but you probably will have to run the
> perl script on the bbl-file.
>
> It is also possible to tell biber to recode unicode chars when
> writing the bbl. The output format can be chosen freely (but it
> takes some time to set up the reencoding vector):
>
> https://sourceforge.net/p/biblatex-biber/feature-requests/23/
>
> Btw: The workflow sounds as if it would gain a lot if used together
> with lualatex instead of xelatex: lualatex could convert the unicode
> chars on-the-fly in a callback when reading the files.
>
>
> --
> Ulrike Fischer
> http://www.troubleshooting-tex.de/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tex4ht/attachments/20130302/a1ff21ee/attachment.html>


More information about the tex4ht mailing list