Search found 2 matches

by landerrojo
Mon May 05, 2014 12:43 pm
Forum: Page Layout
Topic: Write Chapter 1 instead of Chapter One
Replies: 2
Views: 2614

Write Chapter 1 instead of Chapter One

And this is the code corresponding to the chapter

%Next command defines the opening and closing punctuation of citations
\setcitestyle{open={},close={}}

\renewcommand{\chaptermark}[1]{
\markboth{\chaptername
\ \thechapter.\ #1}{}
}

\renewcommand{\chaptermark}[1]{\markboth{\small \emph ...
by landerrojo
Mon May 05, 2014 12:38 pm
Forum: Page Layout
Topic: Write Chapter 1 instead of Chapter One
Replies: 2
Views: 2614

Write Chapter 1 instead of Chapter One

I use a latex template to write my Thesis. This template was originally in english so I used the package babel to translate it to Spanish. However, the Chapter number, that appears writter wit letter, is still in english.

Any idea to change the chapter number to numbers?

Thanks in advance

Lander