Curricula Vitae / RésumésBabel hyphenation for Portuguese

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Babel hyphenation for Portuguese

Post by templateuser »

Hi! Great design, congratulations!

If possible, could you give a hint on how to get Babel hyphenating working? I put
\usepackage[portuguese]{babel}
right after the
\documentclass[11pt,a4paper,sans]{moderncv}
and, despite the package is load in the console and no errors are thrown, hyphenation in the letter cover text isn’t shown, making the text look kinda ugly.

Thanks in advance! :)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Babel hyphenation for Portuguese

Post by Stefan Kottwitz »

Especially for proper hyphenation of words with accented letters, you should use T1 font encoding:

\usepackage[T1]{fontenc}

Stefan
LaTeX.org admin
Post Reply