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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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