Using Romanian Text in LaTeX

Here's a quick example of a LaTeX file including some Romanian characters.

\documentclass{article}
\usepackage[latin10]{inputenc}
\begin{document}
This is a test:  \c Text \textcommabelow Text Þext.

\end{document}

Last updated 5 April 2007