Latex sample romanian

From UCB Math Wiki
Revision as of 13:10, 12 August 2009 by Vojta (talk | contribs) (Clarified non-ascii character)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.)