Text FormattingText Formatting

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
rbmoseki
Posts: 10
Joined: Sun May 21, 2023 7:53 pm

Text Formatting

Post by rbmoseki »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Text Formatting

Post by Stefan Kottwitz »

Hi,

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}
Click on "Run LaTeX here" to see it.

Stefan
LaTeX.org admin
rbmoseki
Posts: 10
Joined: Sun May 21, 2023 7:53 pm

Text Formatting

Post by rbmoseki »

Thank you so much, it worked
Post Reply