Re: Renumbering a page FUBARs all page numbers [RESOLVED]

2019-07-01 Thread Rich Shepard
On Mon, 1 Jul 2019, Rich Shepard wrote: Still need to figure out where to put the \setcounter{page}{nn} so the ToC is correct. Found the solution. Originally, I put the ERT in front of the chapter title. Putting it on a new line after the chapter title results in correct page numbering in the

Re: Renumbering a page FUBARs all page numbers

2019-07-01 Thread Rich Shepard
On Mon, 1 Jul 2019, Rich Shepard wrote: After adding \setnumber{page}{nn} in front of two Appendices/Chapters to leave room for added PDF docs the pdflatex ToC pages started with 141 rather than 1. After removing those two ERT commands pagination now begins at 7. Oh, duh! That's because the T

Renumbering a page FUBARs all page numbers

2019-07-01 Thread Rich Shepard
After adding \setnumber{page}{nn} in front of two Appendices/Chapters to leave room for added PDF docs the pdflatex ToC pages started with 141 rather than 1. After removing those two ERT commands pagination now begins at 7. Where should I look to figure out why these two unexpected results occur