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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- 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).