Hi LyXers

I would like to have coloured section and subsection headings for a
document I am producing. I've tried the following document settings code
from Uwe Stohr's reply (11March10) to a similar request and it works
fine for numbered sections/subsections.

My question is, how do I adapt it for the starred version, ie no
section/subsection numbering? The colours are, at the moment, arbitrary.

\...@ifundefined{textcolor}
 {\usepackage{color}}{}
% color the text of subsections green
\let\mySection\section
\renewcommand{\section}[1]{%
 \mySection{\textcolor{green}{#1}}
}

% color the text of subsections blue
\let\mySubsection\subsection
\renewcommand{\subsection}[1]{%
 \mySubsection{\textcolor{blue}{#1}}
}

Cheers

G

Reply via email to