Theses, Books, Title pagesTrouble using this template in another language

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

Trouble using this template in another language

Post by templateuser »

Hi, im getting some problems by trying to use the template on other language. Simply adding \usepackage[portuges]{babel} instead [english]{babel} on structure.tex isnt working well. Can you help with that?

Marcos

Recommended reading 2024:

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

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

templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Trouble using this template in another language

Post by templateuser »

Got it!
Just had to edit the \newtheoremstyle{theoremT} and change the words in there (in structure.tex).
Thanks a lot.

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

Trouble using this template in another language

Post by Vel »

Good! For future reference, portuguese should be specified with:

\usepackage[portuguese]{babel}

to replace line 14 in structure.tex.
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Trouble using this template in another language

Post by templateuser »

Yes. It work pretty fine. But for any translation you will have to edit the structure.tex from line 144 to line 153. For exemple, i had to edit the line 144 from \newtheorem{theoremeT}{Theorem}[chapter] to \newtheorem{theoremeT}{Teorema}[chapter].

Marcos
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Trouble using this template in another language

Post by Johannes_B »

With current versions of babel, option portuges is also valid.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply