Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: option to repeat header section #15

Open
joelmaxuel opened this issue Feb 23, 2019 · 0 comments
Open

Enhancement: option to repeat header section #15

joelmaxuel opened this issue Feb 23, 2019 · 0 comments

Comments

@joelmaxuel
Copy link

joelmaxuel commented Feb 23, 2019

First and foremost, I want to give thanks for this template. I wanted to rework my Resume in R markdown, and I was getting nowhere fast hacking the YAML. This saved me countless hours, and simplified what I wanted to accomplish all along.

The habit with my old Resume was to have a single double-sided sheet, however the header remained on both pages. In the rework, I got the core info down to one core page (with a second for some recent, vaguely relevant things). I still wanted to have a repeating header in the same document.

The patch linked below does this (in a rather crude fashion) by allowing the editor to insert a \NewPageHeader at any desired page break. The original header is stored above the document start and is invoked originally by a \AtBeginDocument. This does not handle wrapped pages but a use case for that scenario seems slim.

At any rate, less talk, more action - here is the patch:

https://pastebin.com/GM33Mzc1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant