Text FormattingModifications to Report Template

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
supupoff
Posts: 1
Joined: Wed Mar 27, 2013 10:42 am

Modifications to Report Template

Post by supupoff »

Hi,

I have downloaded a report template that helps me to generate my report but the template doesn't generate French letters like é, à, or è. I searched and found which packages to use for support of French letters.

Code: Select all

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[francais]{babel}
But when I add this line to my template, writing becomes blurred.

Code: Select all

\usepackage[square, numbers, comma, sort&compress]{natbib}
Can you please help me? :roll:

Recommended reading 2024:

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

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

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Modifications to Report Template

Post by cgnieder »

Hi,

I'm afraid that without a Infominimal working example, that is compilable code starting with \documentclass and ending with \end{document}, we won't be able to help.

Regards
site moderator & package author
Post Reply