LyXclassicthesis | Unnumbered Part Pages

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
abdinasir
Posts: 6
Joined: Sat Oct 22, 2011 11:09 am

classicthesis | Unnumbered Part Pages

Post by abdinasir »

Hi guys.

Is it possible to have the parts without a page number? Where can I change the setting so that they won't be numbered?


thanks in advance
Abdi

Recommended reading 2024:

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

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

meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

classicthesis | Unnumbered Part Pages

Post by meho_r »

It's strange that they got numbered. Here's the code for defining part in classicthesis.sty file:

Code: Select all

\makeatletter
\titleformat{\part}[display]
        {\normalfont\centering\large}%
        {\thispagestyle{empty}\partname~\MakeTextUppercase{\thepart}}{1em}%
        {\color{Maroon}\spacedallcaps}%
        [\bigskip\normalfont\normalsize\color{Black}\begin{quote}\ct@parttext\end{quote}]
\makeatother
It should prevent page numbering, but if it does not, you'll have to create an example .lyx file, put it into a ZIP archive together with classicthesis files you're using, so people here can do some tests. Without these files it might be very difficult to provide an answer.
abdinasir
Posts: 6
Joined: Sat Oct 22, 2011 11:09 am

Re: classicthesis | Unnumbered Part Pages

Post by abdinasir »

Thnx for your answer but it is not numberede on the page it self, BUT in contents the first chapter starts on page 3, because part 1 takes page 1 and 2 without the numbers being visible on pages themselves?

see my contents, I would like chapter 1 to start on page 1.

Thanks for your answer been busy with exams.
Attachments
The page where part 1 is on is unnumbered , but it is numbered in contents
The page where part 1 is on is unnumbered , but it is numbered in contents
Part one page.png (15.94 KiB) Viewed 2897 times
the first chapter "introduktion" starts on page 3... would be better to start on first page. So please help
the first chapter "introduktion" starts on page 3... would be better to start on first page. So please help
Contents.png (50.56 KiB) Viewed 2897 times
Post Reply