Text Formatting ⇒ Text Formatting
Text Formatting
Can I get assistance in putting two dots above the letter O in the word "Lindelof". How do I write the latex code to do this
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Text Formatting
Hi,
just write it or copy&paste it. Since several years, LaTeX supports accented characters as it's using utf8 (Unicode) now.
Click on "Run LaTeX here" to see it.
Stefan
just write it or copy&paste it. Since several years, LaTeX supports accented characters as it's using utf8 (Unicode) now.
Code: Select all
\documentclass{article}
\begin{document}
Lindelöf
\end{document}
Stefan
LaTeX.org admin
Text Formatting
Thank you so much, it worked