[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#562657: tex4ht: Incorrect output



On 26.12.09 19:57, Andrey wrote:

Hi Andrey,

https://bugs.debian.org/562657

> To reproduce:
> 
> $ cat >test.tex
> \documentclass{minimal}
> 
> \usepackage[T2A]{fontenc}
> \usepackage[utf8]{inputenc}
> \usepackage[russian]{babel}
> 
> \begin{document}
> 
> \textbf{Test Тест}
> \textit{Test Тест}
> \textbf{\textit{Test Тест}}
> 
> \end{document}
> ^D
> $ htlatex test "xhtml,charset=utf-8" " -cunihtf -utf8"
> $ cat test.html
> <?xml version="1.0" encoding="utf-8" ?> 
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//RU" 
>   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>  
> <!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd-->  
> <html xml:lang="ru" xmlns="http://www.w3.org/1999/xhtml";  
>>
> <head><title></title> 
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
> <meta name="generator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)" /> 
> <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)" /> 
> <!-- xhtml,charset=utf-8,html --> 
> <meta name="src" content="test.tex" /> 
> <meta name="date" content="2009-12-26 21:49:00" /> 
> <link rel="stylesheet" type="text/css" href="test.css" /> 
> </head><body 
>>
> <!--l. 9--><p class="noindent" ><span 
> class="labx-1000">Test Тест </span><span 
> class="lati-1000">Test Тест </span><span 
> class="labi-1000">Test </p>
>      
> </body></html> 
> 
> Bold italic Cyrillic symbols are output as italic symbols are Ok.
> 
Currently we have:

hille@sid:~ $ tail -n 10 test.html
<!--l. 9--><p class="noindent" ><span
class="labx-1000">Test Тест </span><span
class="lati-1000">Test Тест </span><span
class="labi-1000">Test Тест</span>
</p>

</body></html>

, which looks OK to me. Do you agree to close the issue?

H.
-- 
sigfault
#206401 http://counter.li.org

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: