Page Layout ⇒ how to get a header to appear after a pagebreak
how to get a header to appear after a pagebreak
I have the following problem: I'm creating a bibliography that is separated in several fields. So I have the field name as a title, then come a list of articles, a new field, list of articles, and so on.
Field Name 1
1. article # 1
2. article # 2
...
n. article # n
Field Name 2
1. article # 1
2. article # 2
...
n. article # n
Now, my problem is that when the list of articles for a given field is too long, I want the Field Name to appear on the top of the new page as well, like this:
Field Name 1
1. article # 1
2. article # 2
...
10. article # 10
<page break>
Field Name 1
11. article # 11
12. article # 12
...
Field Name 2
Any ideas on how to do this?
Thank you very much!
Alejandro
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: how to get a header to appear after a pagebreak
I think it resets after the current page, so you'll need some mechanism to redefine its argument for each page. I might do it as part of a redefinition of \bibitem (that way it sets it to print the header after the page is printed every time it prints a new bibliography item).