SOLVED! (I hope)
just add
\renewcommand{\thechapter}{\Roman{chapter}}
in classicthesis.sty, before line 384 (i.e. when it starts doing all the hacks for myChapter)
Search found 3 matches
- Wed Aug 05, 2009 4:14 am
- Forum: Text Formatting
- Topic: Classicthesis: Roman chapter numbering
- Replies: 2
- Views: 3131
- Wed Aug 05, 2009 3:53 am
- Forum: Text Formatting
- Topic: Classicthesis: Roman chapter numbering
- Replies: 2
- Views: 3131
Re: Classicthesis: Roman chapter numbering
I seem to have found a problem.
In the classicthesis.sty file there is a
\renewcommand{\cftchappresnum}{\scshape\MakeTextLowercase}%
which when applied to say III, gets only part of he job done printing iII. Then scshape makes the i into a small I.
So removing the \MakeTextLowercase (partially ...
In the classicthesis.sty file there is a
\renewcommand{\cftchappresnum}{\scshape\MakeTextLowercase}%
which when applied to say III, gets only part of he job done printing iII. Then scshape makes the i into a small I.
So removing the \MakeTextLowercase (partially ...
- Tue Aug 04, 2009 10:40 am
- Forum: Text Formatting
- Topic: Classicthesis: Roman chapter numbering
- Replies: 2
- Views: 3131
Classicthesis: Roman chapter numbering
Hello,
I am trying to get classicthesis to display the chapters with roman numbering.
Unfortunately, if I try to compile this:
\documentclass{scrreprt}
\renewcommand{\thechapter}{\Roman{chapter}}
\usepackage{classicthesis-ldpkg}
\usepackage[]{classicthesis}
\begin{document}
\tableofcontents ...
I am trying to get classicthesis to display the chapters with roman numbering.
Unfortunately, if I try to compile this:
\documentclass{scrreprt}
\renewcommand{\thechapter}{\Roman{chapter}}
\usepackage{classicthesis-ldpkg}
\usepackage[]{classicthesis}
\begin{document}
\tableofcontents ...