I’m working on a dictionary-styled book for a class, and I’d like it if the header would automatically list the first and last entry on each page of the work.
If I use H1 fields to start each entry, I can tell the header to insert a CHAPTER NAME, and it displays the FIRST h1 entry in the header. Likewise, if I add CHAPTER NAME to the footer, I get the LAST H1 entry on the page.
Is there any way to get the header to show BOTH the first and last h1 field?
That is … instead of getting “FROG” in the header and “FUSS” in the footer, I’d like to get “FROG - FUSS” in the header.