Theses, Books, Title pageschange the language for french

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

change the language for french

Post by templateuser »

Hi!
I have to write my thesis in french. So, is it possible to chose the frenchb language (and how?) to insert automatically the accentuated caracters?
Thx.
Anne

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

change the language for french

Post by Vel »

Hi Anne,

Go into classicthesis-config.tex and find the two lines:

Code: Select all

\PassOptionsToPackage{latin9}{inputenc} % latin9 (ISO-8859-9) = latin1+"Euro sign"
\usepackage{inputenc}
These should be lines 54 and 55. Replace these with:

Code: Select all

\usepackage[utf8]{inputenc}
Then you will be able to use French characters like ùûüÿàâæçéèêëïîô.

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

Re: change the language for french

Post by templateuser »

Hi Vel,

It's great!
Thx!!

Cheers,
Anne
Post Reply