Page Layoutedit template layout

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
josefcarel
Posts: 12
Joined: Fri May 28, 2021 6:05 pm

edit template layout

Post by josefcarel »

I'm using Koma template in Spanish but when compile the tittle of the Table of contents appears in English. I would like to change it to my language. How can I do that?
Thanks
Josef

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

edit template layout

Post by Ijon Tichy »

You have to setup the language using, e.g., babel:

Code: Select all

\documentclass{scrartcl}

\usepackage[spanish]{babel}

\begin{document}
\tableofcontents
\section{Sección de pruebas}

\end{document}
If this does not help and if you have more questions, please always show a Infominimal working example (and please use the code button to mark the code as code).
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
josefcarel
Posts: 12
Joined: Fri May 28, 2021 6:05 pm

edit template layout

Post by josefcarel »

Well, thanks for your advice, but it is very complicated for me. I don't know how to install and make it working.
Thanks for your help\
Josef
Post Reply