Page markings in Revtex 4
How do I add page markings to specific pages, in Revtex 4?
And, how do I wrap long page markings?
Specifically, I need to add a sentence, "This page may contain proprietary information ...." on each of a range of pages.
Here is a partial example with all of the packages that I am using in the document.
The text inside of the markboth, needs to be wrapped.
documentclass[pra,11pt,nofootinbib]{revtex4}
usepackage{amsmath} % need for subequations
usepackage{amssymb} % need for subequations
usepackage{graphicx} % need for figures
usepackage{subfigure} % use for side-by-side figures
usepackage{enumitem}
usepackage{placeins}
usepackage{makecell}
usepackage{framed}
usepackage{changebar}
pagestyle{myheadings}
begin{document}
section{Introduction}
Some text, blah blas
label{firstsecret}
markboth{}{May contain trade secrets or commercial or financial information that is privileged or confidential and exempt from public disclosure.}
Here goes some big secret, more blah blah
label{laststsecret}
end{document}
revtex
New contributor
add a comment |
How do I add page markings to specific pages, in Revtex 4?
And, how do I wrap long page markings?
Specifically, I need to add a sentence, "This page may contain proprietary information ...." on each of a range of pages.
Here is a partial example with all of the packages that I am using in the document.
The text inside of the markboth, needs to be wrapped.
documentclass[pra,11pt,nofootinbib]{revtex4}
usepackage{amsmath} % need for subequations
usepackage{amssymb} % need for subequations
usepackage{graphicx} % need for figures
usepackage{subfigure} % use for side-by-side figures
usepackage{enumitem}
usepackage{placeins}
usepackage{makecell}
usepackage{framed}
usepackage{changebar}
pagestyle{myheadings}
begin{document}
section{Introduction}
Some text, blah blas
label{firstsecret}
markboth{}{May contain trade secrets or commercial or financial information that is privileged or confidential and exempt from public disclosure.}
Here goes some big secret, more blah blah
label{laststsecret}
end{document}
revtex
New contributor
Welcome to TeX.SE! Please show us a short compilable tex code resulting in your issue. Can you add a screenshot and mark there what you want to change?
– Kurt
7 hours ago
Please include a minimal working example for people to work on your question.
– zyy
7 hours ago
Okay, done. Keep in mind that this is a general question on basic functionality.
– DrM
6 hours ago
add a comment |
How do I add page markings to specific pages, in Revtex 4?
And, how do I wrap long page markings?
Specifically, I need to add a sentence, "This page may contain proprietary information ...." on each of a range of pages.
Here is a partial example with all of the packages that I am using in the document.
The text inside of the markboth, needs to be wrapped.
documentclass[pra,11pt,nofootinbib]{revtex4}
usepackage{amsmath} % need for subequations
usepackage{amssymb} % need for subequations
usepackage{graphicx} % need for figures
usepackage{subfigure} % use for side-by-side figures
usepackage{enumitem}
usepackage{placeins}
usepackage{makecell}
usepackage{framed}
usepackage{changebar}
pagestyle{myheadings}
begin{document}
section{Introduction}
Some text, blah blas
label{firstsecret}
markboth{}{May contain trade secrets or commercial or financial information that is privileged or confidential and exempt from public disclosure.}
Here goes some big secret, more blah blah
label{laststsecret}
end{document}
revtex
New contributor
How do I add page markings to specific pages, in Revtex 4?
And, how do I wrap long page markings?
Specifically, I need to add a sentence, "This page may contain proprietary information ...." on each of a range of pages.
Here is a partial example with all of the packages that I am using in the document.
The text inside of the markboth, needs to be wrapped.
documentclass[pra,11pt,nofootinbib]{revtex4}
usepackage{amsmath} % need for subequations
usepackage{amssymb} % need for subequations
usepackage{graphicx} % need for figures
usepackage{subfigure} % use for side-by-side figures
usepackage{enumitem}
usepackage{placeins}
usepackage{makecell}
usepackage{framed}
usepackage{changebar}
pagestyle{myheadings}
begin{document}
section{Introduction}
Some text, blah blas
label{firstsecret}
markboth{}{May contain trade secrets or commercial or financial information that is privileged or confidential and exempt from public disclosure.}
Here goes some big secret, more blah blah
label{laststsecret}
end{document}
revtex
revtex
New contributor
New contributor
edited 6 hours ago
DrM
New contributor
asked 7 hours ago
DrMDrM
1012
1012
New contributor
New contributor
Welcome to TeX.SE! Please show us a short compilable tex code resulting in your issue. Can you add a screenshot and mark there what you want to change?
– Kurt
7 hours ago
Please include a minimal working example for people to work on your question.
– zyy
7 hours ago
Okay, done. Keep in mind that this is a general question on basic functionality.
– DrM
6 hours ago
add a comment |
Welcome to TeX.SE! Please show us a short compilable tex code resulting in your issue. Can you add a screenshot and mark there what you want to change?
– Kurt
7 hours ago
Please include a minimal working example for people to work on your question.
– zyy
7 hours ago
Okay, done. Keep in mind that this is a general question on basic functionality.
– DrM
6 hours ago
Welcome to TeX.SE! Please show us a short compilable tex code resulting in your issue. Can you add a screenshot and mark there what you want to change?
– Kurt
7 hours ago
Welcome to TeX.SE! Please show us a short compilable tex code resulting in your issue. Can you add a screenshot and mark there what you want to change?
– Kurt
7 hours ago
Please include a minimal working example for people to work on your question.
– zyy
7 hours ago
Please include a minimal working example for people to work on your question.
– zyy
7 hours ago
Okay, done. Keep in mind that this is a general question on basic functionality.
– DrM
6 hours ago
Okay, done. Keep in mind that this is a general question on basic functionality.
– DrM
6 hours ago
add a comment |
1 Answer
1
active
oldest
votes
One solution appears to be to use the fancyhdr package, as follows.
For the preamble we can use this to establish a plain-like pagestyle, with pagenumbers in the upper right.
usepackage{fancyhdr}
pagestyle{fancy}
fancyhf{}
renewcommand{headrulewidth}{0pt}
rhead{thepage}
Then to add text to the center position of the header on the current page, with line wrap,
chead{Long sentence with line wrap here\ followed by the rest of the sentence.}
And we can reset everything and go back to numbers only, with
fancyhf{}
renewcommand{headrulewidth}{0pt}
rhead{thepage}
Caveat, some care needs to be applied with respect to where the lines are inserted and take effect.
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
DrM is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482841%2fpage-markings-in-revtex-4%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
One solution appears to be to use the fancyhdr package, as follows.
For the preamble we can use this to establish a plain-like pagestyle, with pagenumbers in the upper right.
usepackage{fancyhdr}
pagestyle{fancy}
fancyhf{}
renewcommand{headrulewidth}{0pt}
rhead{thepage}
Then to add text to the center position of the header on the current page, with line wrap,
chead{Long sentence with line wrap here\ followed by the rest of the sentence.}
And we can reset everything and go back to numbers only, with
fancyhf{}
renewcommand{headrulewidth}{0pt}
rhead{thepage}
Caveat, some care needs to be applied with respect to where the lines are inserted and take effect.
New contributor
add a comment |
One solution appears to be to use the fancyhdr package, as follows.
For the preamble we can use this to establish a plain-like pagestyle, with pagenumbers in the upper right.
usepackage{fancyhdr}
pagestyle{fancy}
fancyhf{}
renewcommand{headrulewidth}{0pt}
rhead{thepage}
Then to add text to the center position of the header on the current page, with line wrap,
chead{Long sentence with line wrap here\ followed by the rest of the sentence.}
And we can reset everything and go back to numbers only, with
fancyhf{}
renewcommand{headrulewidth}{0pt}
rhead{thepage}
Caveat, some care needs to be applied with respect to where the lines are inserted and take effect.
New contributor
add a comment |
One solution appears to be to use the fancyhdr package, as follows.
For the preamble we can use this to establish a plain-like pagestyle, with pagenumbers in the upper right.
usepackage{fancyhdr}
pagestyle{fancy}
fancyhf{}
renewcommand{headrulewidth}{0pt}
rhead{thepage}
Then to add text to the center position of the header on the current page, with line wrap,
chead{Long sentence with line wrap here\ followed by the rest of the sentence.}
And we can reset everything and go back to numbers only, with
fancyhf{}
renewcommand{headrulewidth}{0pt}
rhead{thepage}
Caveat, some care needs to be applied with respect to where the lines are inserted and take effect.
New contributor
One solution appears to be to use the fancyhdr package, as follows.
For the preamble we can use this to establish a plain-like pagestyle, with pagenumbers in the upper right.
usepackage{fancyhdr}
pagestyle{fancy}
fancyhf{}
renewcommand{headrulewidth}{0pt}
rhead{thepage}
Then to add text to the center position of the header on the current page, with line wrap,
chead{Long sentence with line wrap here\ followed by the rest of the sentence.}
And we can reset everything and go back to numbers only, with
fancyhf{}
renewcommand{headrulewidth}{0pt}
rhead{thepage}
Caveat, some care needs to be applied with respect to where the lines are inserted and take effect.
New contributor
New contributor
answered 6 hours ago
DrMDrM
1012
1012
New contributor
New contributor
add a comment |
add a comment |
DrM is a new contributor. Be nice, and check out our Code of Conduct.
DrM is a new contributor. Be nice, and check out our Code of Conduct.
DrM is a new contributor. Be nice, and check out our Code of Conduct.
DrM is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482841%2fpage-markings-in-revtex-4%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to TeX.SE! Please show us a short compilable tex code resulting in your issue. Can you add a screenshot and mark there what you want to change?
– Kurt
7 hours ago
Please include a minimal working example for people to work on your question.
– zyy
7 hours ago
Okay, done. Keep in mind that this is a general question on basic functionality.
– DrM
6 hours ago