Hi Jeremy, > > 1. create a file called "last_page" which has the following 2 lines: > > .bp > > .tm .pn %
Try changing that to .tm .pn \n% I think the number register `%' is the current page number, so you need the \n escape to get its value. Cheers, Ralph.