Theses, Books, Title pagesAdding French letters

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Adding French letters

Post by templateuser »

Hey, thanks a lot for the template, when I saw it I said, that is what I need to write my Master Thesis.
Unfortunately I’m having a trouble with the language package, because when I put accents to the words I receive some mistakes
I tried with

Code: Select all

\usepackage[francais]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
in main.tex but it doesn’t work

For example my name is Pablo Alarcón and I study in the University of Liège but the template writes Pablo Alarcón and University of LiôLge

Pablo

Recommended reading 2024:

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

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

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Adding French letters

Post by Vel »

Hi Pablo,

I pasted the 3 lines you said just after the \title{\ttitle} line of main.tex and then pasted the accented text you said in the acknowledgements section and it showed up just fine when I compiled the document. Could you try doing the same and see if it works? If not, try updating your packages and LaTeX distribution – I use TeX Live 2012.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Adding French letters

Post by templateuser »

Now it works perfectly!!! thank you!!!

Pablo
Post Reply