Referencing an Appendix while using PRL styleCan a chapter style environment be used for appendix...
Why is the SNP putting so much emphasis on currency plans?
Unidentified items in bicycle tube repair kit
Is it cheaper to drop cargo than to land it?
What is the word which sounds like "shtrass"?
Was the ancestor of SCSI, the SASI protocol, nothing more than a draft?
Pigeonhole Principle Problem
CRT Oscilloscope - part of the plot is missing
How could a planet have most of its water in the atmosphere?
Map one pandas column using two dictionaries
Short story about people living in a different time streams
Any examples of headwear for races with animal ears?
If Earth is tilted, why is Polaris always above the same spot?
Airbnb - host wants to reduce rooms, can we get refund?
Field Length Validation for Desktop Application which has maximum 1000 characters
How to compensate for height when using a ranged attack
Shoteh in the gemara
Floor tile layout process?
Why was the pattern string not followed in this code?
Was Hulk present at this funeral?
Is this homebrew race based on the Draco Volans lizard species balanced?
When and why did journal article titles become descriptive, rather than creatively allusive?
Why do computer-science majors learn calculus?
What is the most remote airport from the center of the city it supposedly serves?
Printing a string when grep does not get a match
Referencing an Appendix while using PRL style
Can a chapter style environment be used for appendix formatting?How do I modify the appearance of subsection headings without also messing up how subsection referencing works?Revtex: rmp with phys rev style bibliographyRemove appendix page numbers in TOC while using appendix packageApSS referencing styleChanging Appendix name revtexappendix* still yields “Appendix A”Appendix and cross-referencingLaTeX beamer: pagenumbering appendixProblem with cross-referencing subsections in Appendix
I'm writing a file with two appendices but found that ref{} isn't working; that is, Appendix~ref{AppendixLabel} isn't outputting Appendix A - just Appendix. I soon figured out that this is because using documentclass[aps,prl...]{revtex4-1} disables section numbering, which removes the 'A' from Appendix A. Changing prl to prx fixes the issue, but I believe the citation style is different for prx, so I'd like to avoid this. Is there any way to get references for the Appendices while still using PRL style?
Here's a minimal example of code that doesn't give the Appendix a label:
documentclass[aps,prl,twocolumn]{revtex4-1}
begin{document}
Appendix~ref{A1}
appendix
section{Appendix 1}
label{A1}
Hello
end{document}
appendices revtex
New contributor
AureySteader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm writing a file with two appendices but found that ref{} isn't working; that is, Appendix~ref{AppendixLabel} isn't outputting Appendix A - just Appendix. I soon figured out that this is because using documentclass[aps,prl...]{revtex4-1} disables section numbering, which removes the 'A' from Appendix A. Changing prl to prx fixes the issue, but I believe the citation style is different for prx, so I'd like to avoid this. Is there any way to get references for the Appendices while still using PRL style?
Here's a minimal example of code that doesn't give the Appendix a label:
documentclass[aps,prl,twocolumn]{revtex4-1}
begin{document}
Appendix~ref{A1}
appendix
section{Appendix 1}
label{A1}
Hello
end{document}
appendices revtex
New contributor
AureySteader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm writing a file with two appendices but found that ref{} isn't working; that is, Appendix~ref{AppendixLabel} isn't outputting Appendix A - just Appendix. I soon figured out that this is because using documentclass[aps,prl...]{revtex4-1} disables section numbering, which removes the 'A' from Appendix A. Changing prl to prx fixes the issue, but I believe the citation style is different for prx, so I'd like to avoid this. Is there any way to get references for the Appendices while still using PRL style?
Here's a minimal example of code that doesn't give the Appendix a label:
documentclass[aps,prl,twocolumn]{revtex4-1}
begin{document}
Appendix~ref{A1}
appendix
section{Appendix 1}
label{A1}
Hello
end{document}
appendices revtex
New contributor
AureySteader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm writing a file with two appendices but found that ref{} isn't working; that is, Appendix~ref{AppendixLabel} isn't outputting Appendix A - just Appendix. I soon figured out that this is because using documentclass[aps,prl...]{revtex4-1} disables section numbering, which removes the 'A' from Appendix A. Changing prl to prx fixes the issue, but I believe the citation style is different for prx, so I'd like to avoid this. Is there any way to get references for the Appendices while still using PRL style?
Here's a minimal example of code that doesn't give the Appendix a label:
documentclass[aps,prl,twocolumn]{revtex4-1}
begin{document}
Appendix~ref{A1}
appendix
section{Appendix 1}
label{A1}
Hello
end{document}
appendices revtex
appendices revtex
New contributor
AureySteader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
AureySteader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
AureySteader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
AureySteaderAureySteader
11
11
New contributor
AureySteader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
AureySteader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
AureySteader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The prl option sets
c@secnumdepth=-maxdimen
so sections are not numbered, as such there is no number to reference, You could undo this with
setcounter{secnumdepth}{2}
But beware that the whole point of a journal class like revtex is to remove such choices from the author and enforce a publisher style.
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
});
}
});
AureySteader 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%2f488302%2freferencing-an-appendix-while-using-prl-style%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
The prl option sets
c@secnumdepth=-maxdimen
so sections are not numbered, as such there is no number to reference, You could undo this with
setcounter{secnumdepth}{2}
But beware that the whole point of a journal class like revtex is to remove such choices from the author and enforce a publisher style.
add a comment |
The prl option sets
c@secnumdepth=-maxdimen
so sections are not numbered, as such there is no number to reference, You could undo this with
setcounter{secnumdepth}{2}
But beware that the whole point of a journal class like revtex is to remove such choices from the author and enforce a publisher style.
add a comment |
The prl option sets
c@secnumdepth=-maxdimen
so sections are not numbered, as such there is no number to reference, You could undo this with
setcounter{secnumdepth}{2}
But beware that the whole point of a journal class like revtex is to remove such choices from the author and enforce a publisher style.
The prl option sets
c@secnumdepth=-maxdimen
so sections are not numbered, as such there is no number to reference, You could undo this with
setcounter{secnumdepth}{2}
But beware that the whole point of a journal class like revtex is to remove such choices from the author and enforce a publisher style.
answered 15 mins ago
David CarlisleDavid Carlisle
502k4211491897
502k4211491897
add a comment |
add a comment |
AureySteader is a new contributor. Be nice, and check out our Code of Conduct.
AureySteader is a new contributor. Be nice, and check out our Code of Conduct.
AureySteader is a new contributor. Be nice, and check out our Code of Conduct.
AureySteader 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%2f488302%2freferencing-an-appendix-while-using-prl-style%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