Theses, Books, Title pageslegrand-orange-book: restart chapter numbers in units without messing up toc

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
kinseikun
Posts: 10
Joined: Mon Feb 05, 2018 5:11 am

legrand-orange-book: restart chapter numbers in units without messing up toc

Post by kinseikun »

Hello,

It has been a long time since I changed the code, but I used \setcounter{chapter}{0} before inputting the unit tex files so that the chapter number would reset in each unit. For example, Unit 2 would begin with Chapter 1, because before the chapter number would just keep going. Like, Unit 1 ends with Chapter 6 and then Unit 2 would begin with Chapter 7.

So I fixed that with the \setcounter code, but now the hyperlinks in the table of contents does not link to the correct chapter anymore. Is there a way I can keep my hyperlinks in the table of contents correct but also have the chapter number reset each unit?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

legrand-orange-book: restart chapter numbers in units without messing up toc

Post by Stefan Kottwitz »

Hi,

welcome to the forum!

Just make the internal hyperref anchor name unique. If you use \part for the units:

\renewcommand*{\theHchapter}{\thepart.\arabic{chapter}}

Btw. no problem if you have several questions, every question is welcome. And it was very good to make a separate topic for each question. I will have a look at the other questions after work.

Stefan
LaTeX.org admin
kinseikun
Posts: 10
Joined: Mon Feb 05, 2018 5:11 am

legrand-orange-book: restart chapter numbers in units without messing up toc

Post by kinseikun »

Yes! Thank you! It worked!

I was praying that no one ask for a mwe because my document is 300 pages long :lol:
User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

legrand-orange-book: restart chapter numbers in units without messing up toc

Post by Stefan Kottwitz »

Can you please send a MWE now? :twisted:

Just joking. :-) I mark as solved.

Thanks for the feedback,

Stefan
LaTeX.org admin
Post Reply