LyX ⇒ Lyx
Lyx
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 89
- Joined: Fri Jan 24, 2014 12:42 am
Lyx
Code: Select all
\renewcommand{\thepart}{\arabic{part}}
\renewcommand{\thesection}{\thepart .\arabic{section}}