Now, the \chapter{bla} in \backmatter to all extents and purposes (section numberings etc..., it gets absorbed by the preceding chapter (the eighth). What's wrong with that
This code doesn't have the problem. It's somewhere else in your code which you did not show. Please post a compilable minimal working example, which shows that problem, it should not be much more than what you already posted. You can hack down a copy of your document for that.
I tried your code and it works as it is - I only changed the font which I don't have on my system and did not use polyglossia.
Please try adding random sections and subsections, especially in the 8th and last chapter (the one in \backmatter) and see if the numeration is progressive or if it is reset at the start of every chapter.
Otherwise I can e-mail you my tex file, it's too big (<256kb) to fit into an attach here.
Still chapters and sections are not absorbed. The chapter numbering is turned off, but that's the purpose of \backmatter. So also section numbering is progressive. If you don't want that, don't use \backmatter. Why do you use it at all?
Stefan_K wrote:Still chapters and sections are not absorbed. The chapter numbering is turned off, but that's the purpose of \backmatter. So also section numbering is progressive. If you don't want that, don't use \backmatter. Why do you use it at all?
Stefan
Yes, I experienced the same situation you've described. I was wrong to talk of "absorption". To answer your question: I use it because I don't want the last chapter (the epilogue) to receive a chapter number, just like the prologue (which goes in \frontmatter) doesn't. It's a question of symmetry.
So just use \backmatter right before the epilogue. This chapter would not be numbered, as desired. A backmatter usually contains bibliography, index and similar, as unnumbered chapters. Usually it doesn't contains sections within unnumbered chapters. You noticed, it can be inconsistent then, because there's no leading chapter number any more. Also section numbers within an unnumbered epilogue don't seem good to me - why number within but not the upper level. You could use unnumbered sections if sections at all.
Stefan_K wrote:So just use \backmatter right before the epilogue. This chapter would not be numbered, as desired. A backmatter usually contains bibliography, index and similar, as unnumbered chapters. Usually it doesn't contains sections within unnumbered chapters. You noticed, it can be inconsistent then, because there's no leading chapter number any more. Also section numbers within an unnumbered epilogue don't seem good to me - why number within but not the upper level. You could use unnumbered sections if sections at all.
Stefan
That's what I did, putting \backmatter before \chapter{Epilogue}, but it doesn't work! Also notice I have customized section numberings that do not display the chapter number:
AleCes wrote:That's what I did, putting \backmatter before \chapter{Epilogue}, but it doesn't work!
Well, it worked for me as expected and as I described. I also used your code with the customized section numbering. Perhaps you expected something different which is not yet clear - for example what the section numbering in the epilogue should be, if at all. A compilable minimal working example together with a clear explanation would have been good and always would be. I think then we would not have this long discussion with the goal of finding out what is meant. I cannot say if I have more time for this today or even this week, as I travel tommorrow, to the DANTE TeX meeting.
OK, just take your time. I was thinking of something of a quick fix, that resets the section (and subsection) numbering at the beginning of the last chapter.