Math & Science ⇒ Polya in LaTeX
Polya in LaTeX
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
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Polya in LaTeX
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