Latex sample romanian
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}
(The non-ascii character "Þ" can be obtained on a Sun keyboard by hitting the Compose key, followed by T H. Compose-P-| will also work.)