Auto Didakt wrote:
Hi,
I'm quite new to LyX and wanted to add a coloured foot notes/header separator
to the 'book' layout (koma-script). Anyone has an idea how to do that?
Select a page style that has the line. (fancy) This will get you a black
line.
To color the line, put something like this in your preamble:
\definecolor{mycolor}{cmyk}{1,0.2,0,0.2}
\let\oldheadrule\headrule
\def\headrule{{\color{mycolor}\oldheadrule\color{black}}}
Another thing I wanted to change is, using Romanic numbers for the
list of figures and the bibliography. How can I do that?
Put commands in the preamble that redefines the look of the
appropriate counters. I don't know which ones that
will be in this case - look it up on the net, in a latex book, or
try a latex forum if nobody here can give you the answer.
Helge Hafting