Vietnamese in LaTeX

LaTeX
Author

Vinh Nguyen

Published

August 23, 2011

I recently had a need to create a Beamer presentation with Vietnamese characters. After many tries, the simple outline from this post works for me:

\documentclass{report}
\usepackage[T5]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[vietnam]{babel}
\begin{document}
Tiếng Việt
\end{document}