Math & Science ⇒ Polya in LaTeX
Polya in LaTeX
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
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