]> git.lyx.org Git - features.git/commit
Work around gnuhtml2latex encoding bug
authorGeorg Baum <baum@lyx.org>
Fri, 12 Apr 2013 19:35:50 +0000 (21:35 +0200)
committerGeorg Baum <baum@lyx.org>
Fri, 12 Apr 2013 19:35:50 +0000 (21:35 +0200)
commit8c8e19bb1cc505f09cb7ea464d8fab347a463a23
tree00d6c662e6fb14cfecf7a984469a216b942c840a
parent45ae6a8aeeaca4a856b796531ac9904ec9280a1e
Work around gnuhtml2latex encoding bug

gnuhtml2latex does not handle encodings at all. Therefore the result is not
imported correctly by tex2lyx if the HTML file is encoded in anything else
than ascii or latin1 (the default of tex2lyx). The simple wrapper script
loads inputenc if needed. It may not be possible to compile the result with
LaTeX, (e.gif utf8 is used), but for running tex2lyx it will work just fine.
lib/Makefile.am
lib/configure.py
lib/scripts/html2latexwrapper.py [new file with mode: 0644]
lib/scripts/lyxpreview_tools.py