kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
834 stars 399 forks source link

latex phd-thesis-template in Spanish or other language #87

Closed aqppe closed 8 years ago

aqppe commented 8 years ago

Hi, I would like to ask how can I change the key works like Chapter, Figure, Table, ... to other language like spanish?

Regards, Julio Santis

kks32 commented 8 years ago

Previously it worked out of the box for Portugese language. Maybe try like this one: https://github.com/kks32/phd-thesis-template/issues/41

aqppe commented 8 years ago

This solve only few keywords what about the other keywords,

I found commands in book.cls but we can use \renewcommand{}{new name} to redefine to any thing, we need to used it before the preamble.

\newcommand\contentsname{Contents} \newcommand\listfigurename{List of Figures} \newcommand\listtablename{List of Tables} \newcommand\bibname{Bibliography} \newcommand\indexname{Index} \newcommand\figurename{Figure} \newcommand\tablename{Table} \newcommand\partname{Part} \newcommand\chaptername{Chapter} \newcommand\appendixname{Appendix}

johannesbottcher commented 8 years ago

You need to use package babel to get most of the leywords translated.