Search found 2 matches

by strokine
Fri Oct 05, 2012 6:31 am
Forum: LyX
Topic: Hide chapter numbering but show section numbers
Replies: 1
Views: 4084

Hide chapter numbering but show section numbers

I've got it work with such TeX code which I inserted right after the second part name:

\markboth{left}{Second Part Title}
\renewcommand*\thesection{\arabic{section}}

First line replaces left part of page header for second part. If I don't have it, I just see previous chapter's title.
Second line ...
by strokine
Fri Oct 05, 2012 4:50 am
Forum: LyX
Topic: Hide chapter numbering but show section numbers
Replies: 1
Views: 4084

Hide chapter numbering but show section numbers

It sims like a simple task, but I couldn't find a way to do this.
I have a book which has 2 parts. First part has 12 chapters and many sections, and everything looks fine as is. But second part has just hundreds of sections. I've put a chapter in before the sections of the second part, so the ...