Hi,
I am writing my thesis and using an Article Document Class. However at each Part the sections/subsections numbering are numbered one after each other rather than according to the Part I am working with
For example, a Section in Part 4 of the Thesis is numbered as Section 21 rather than Section 4.3
Thank you
LyX ⇒ Lyx
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 89
- Joined: Fri Jan 24, 2014 12:42 am
Lyx
Put this in the preamble:
Code: Select all
\renewcommand{\thepart}{\arabic{part}}\renewcommand{\thesection}{\thepart .\arabic{section}}