LyXLyx

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
and8238
Posts: 2
Joined: Sat Mar 29, 2014 12:03 am

Lyx

Post by and8238 »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

StarValkyrie
Posts: 89
Joined: Fri Jan 24, 2014 12:42 am

Lyx

Post by StarValkyrie »

Put this in the preamble:

Code: Select all

\renewcommand{\thepart}{\arabic{part}}
\renewcommand{\thesection}{\thepart .\arabic{section}}
Post Reply