Page Layout ⇒ Chapter number issue
Chapter number issue
I am facing a weird issue with chapter marking in the final generated PDF. My requirement is to have preface, acknowledgements, etc. before the ToC and then a 'List of Abbreviations' chapter before the main matter starts. The matter before the main chapters should be numbered in roman numerals. The configuration that I use to achieve this is attached, along with the class file that I am using. I use pdflatex to process my document (original has figures, pictures etc.). When you do that, notice the chapter structure shown in the PDF reader: everything is fine till 'contents' however, after that, the main matter is somehow seen as a sub-section of the 'list of abbreviations' chapter. Any tips?
Thanks a ton!
-Bond
- Attachments
-
- tmyclass.cls
- Class file
- (4.06 KiB) Downloaded 287 times
-
- test.tex
- Main TeX file
- (2.52 KiB) Downloaded 299 times
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
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Chapter number issue
welcome to the board!
Try \phantomsection directly before the first \chapter call to fix the pdf bookmark problem.
Stefan
Re: Chapter number issue

- Bond