Text Formatting ⇒ Spanish languaje
-
- Posts: 1
- Joined: Thu Oct 04, 2018 7:12 pm
Spanish languaje
Hi. How to insert accents in the words for the Spanish language? Thank's
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
Spanish languaje
welcome to the forum!
Just type your words and letters with accents directly in the document source. A new TeX installation can handle it automatically. An older TeX setup may need
\usepackage[utf8]{inputenc}
or latin1 instead of utf8 in case if an older Windows editor.
Stefan