Difference between revisions of "Latex sample romanian"

From UCB Math Wiki
Jump to: navigation, search
(Initial creation)
 
(Clarified non-ascii character)
 
Line 9: Line 9:
 
\end{document}
 
\end{document}
 
</pre>
 
</pre>
 +
(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.)

Latest revision as of 13:10, 12 August 2009

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