LyXclassicthesis | Color of Part Headings

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 | Color of Part Headings

Post by abdinasir »

Hi

Does any of you know where the color of parts* is defined?

The reason is because I want the same color as parts* have for my chapters, as i have decided to delete the parts.

Thanks in advance
Abdinasir

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

classicthesis | Color of Part Headings

Post by kaiserkarl13 »

How about the part of classicthesis.sty marked like this:

Code: Select all

%********************************************************************                
% Colors
% ********************************************************************
There's another part that looks like this:

Code: Select all

% ********************************************************************
% layout of the chapter-, section-, subsection-, subsubsection-,
% paragraph and description-headings
% ********************************************************************
What you probably want to do is to redefine the color "halfgray", which is what is used for chapters. See the xcolor documentation for how to do that. Or you can issue the \titleformat{\chapter}{blah} command to re-do the colors with one of your choice.
Post Reply