Closed
Description
Hello,
I want to ask if there is any working example of using LaTeXML with
Vietnamese to generate HTML files. I tried to construct one but the
generated HTML seems to have some issues with unicode characters.
Here is my example:
\documentclass{article}
\usepackage[T1, T5]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[vietnamese]{babel}
%\usepackage{vietnam}
\title{An example}
\author{Hoàng Anh Đức}
\begin{document}
\maketitle
Đây là một ví dụ về việc sử dụng tiếng Việt với LaTeXML.
\end{document}
Thanks!
Duc A. Hoang