Math & SciencePolya in LaTeX

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
User avatar
drpartha
Posts: 43
Joined: Wed Dec 02, 2009 1:41 am

Polya in LaTeX

Post by drpartha »

Can someone tell me the correct way to typeset George Polya using LaTeX , using that queer accent symbol above o in Polya ?

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

Polya in LaTeX

Post by Stefan Kottwitz »

If you use pdfLaTeX, load inputenc to specify your input encoding. It's utf8 on modern Mac OS and Linux, utf8 with modern Windows editors, or latin1 with older Windows editors.

\usepackage[utf8]{inputenc}

If you use XeLaTeX or LuaLaTeX, that is not needed, since utf8 supported by default.

Then just type George Pólya, or copy and paste the letter if your keyboard cannot type it easily. You can simply use letters with accents in the text. In addition, for proper output support, add:

\usepackage[T1]{fontenc}

Stefan
LaTeX.org admin
Post Reply