Text Formatting ⇒ Brasilian Portuguese Accentuation Lib.
-
- Posts: 1
- Joined: Thu Oct 31, 2013 8:38 pm
Brasilian Portuguese Accentuation Lib.
1. Where can I download Brasilian Portuguese accentuation Library ?
2. How can I set up Brasilian Portuguese accentuation in Texnicenter Project ?
Thank you
att.
Wander
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Brasilian Portuguese Accentuation Lib.
What is this library going to accomplish?wander_paes2013 wrote:[…] Where can I download Brasilian Portuguese accentuation Library ? […]
What exactly do you expect from this setting?wander_paes2013 wrote:[…] How can I set up Brasilian Portuguese accentuation in Texnicenter Project ? […]
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Brasilian Portuguese Accentuation Lib.
Code: Select all
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[brazilian]{babel}
\begin{document}
O pato feliz vai à festa do papagaio amanhã.
\end{document}
Another possibility is to use accent commands, like this:
Code: Select all
\documentclass{article}
\usepackage[brazilian]{babel}
\begin{document}
O pato feliz vai \`a festa do papagaio amanh\~a.
\end{document}
Nicola Talbot
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/