Hi everyone,
I have been googling and reading for hours trying to find a solution to this problem. I am putting together a book using latex, and the book is separated into 5 main chapters. In each chapter there are 5-10 subchapters. However, the person I am doing this for want the subchapters to increase throughout the book (so chapter 4) would begin with a section 18. I guess I can use the \setcounter command to do that. However, I do not want the chapter number so be visible infront of the section number. For example: "18 Effectivity" instead of "4.18 Effectivity".
How do I go around to fix this?
Any help is appreciated!
Bischoff
Text Formatting ⇒ hide chapter number from section title
NEW: TikZ book now 40% off at Amazon.com for a short time.

hide chapter number from section title
Hi,
add the following lines to the preamble of your document:
add the following lines to the preamble of your document:
Code: Select all
\usepackage{chngcntr}\counterwithout{section}{chapter}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: hide chapter number from section title
Thank you very much! 

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
hide chapter number from section title
Now that the problem is solved, please mark the topic as accordingly as described in Section 3 of the Board Rules.
Best regards
Thorsten
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10