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 301 times
-
- test.tex
- Main TeX file
- (2.52 KiB) Downloaded 312 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- 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