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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
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