Skip to content

Mark all pages#9

Open
joshwells wants to merge 4 commits into
kprussing:masterfrom
joshwells:master
Open

Mark all pages#9
joshwells wants to merge 4 commits into
kprussing:masterfrom
joshwells:master

Conversation

@joshwells
Copy link
Copy Markdown
Contributor

Made changes to allow for required markings on all document pages including title pages and beginning of sections.

joshwells and others added 3 commits December 10, 2020 15:37
• Added support for marking headers and footers of title pages, etc.
@kprussing
Copy link
Copy Markdown
Owner

I don't think it's a good idea for the header/footer markings to over write the empty or plain page styles. I've been thinking on it, and I think defining a fancyhdr page style is a better approach (see #8).
Take a look at feature/fancyhdr-pagestyle. That defines a page style which you should cascade with others similar to

\clearpage
\pagestyle{plain}
\fancyfoot[R]{\thepage}
\pagestyle{sercretx}

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

Successfully merging this pull request may close these issues.

2 participants