Text FormattingSpanish languaje

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
sanisidro_22
Posts: 1
Joined: Thu Oct 04, 2018 7:12 pm

Spanish languaje

Post by sanisidro_22 »

71/5000
Hi. How to insert accents in the words for the Spanish language? Thank's

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

Spanish languaje

Post by Stefan Kottwitz »

Hi,

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
LaTeX.org admin
Post Reply