MatthewHeun / MCBook2021

2nd attempt at the book for ENGR184.
0 stars 1 forks source link

Index pages not correct on first run #407

Closed MatthewHeun closed 2 years ago

MatthewHeun commented 2 years ago

In the chap_bibs branch, some index page numbers are wrong on the first run of the script. On the second run, they seem to correct. For example, "Zip Car" is wrong. The first run says p. 224 (wrong). The second run says p. 240 (right). I may need to add an additional run of pdflatex (and maybe makeindex) to our script to get everything right.

MatthewHeun commented 2 years ago

I added the following

makeindex book.idx # added
pdflatex book.tex # added

to the build script. It now gets the right index pages, at least for Zip Car.

Need to check more.

MatthewHeun commented 2 years ago

This has been fixed by adding another indexing and pdflatex run.