Page markings in Revtex 4












0















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}









share|improve this question









New contributor




DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • 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
















0















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}









share|improve this question









New contributor




DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • 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














0












0








0








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}









share|improve this question









New contributor




DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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






share|improve this question









New contributor




DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 6 hours ago







DrM













New contributor




DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 7 hours ago









DrMDrM

1012




1012




New contributor




DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • 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











  • 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










1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer








New contributor




DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















    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.










    draft saved

    draft discarded


















    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









    0














    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.






    share|improve this answer








    New contributor




    DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

























      0














      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.






      share|improve this answer








      New contributor




      DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.























        0












        0








        0







        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.






        share|improve this answer








        New contributor




        DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        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.







        share|improve this answer








        New contributor




        DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer






        New contributor




        DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 6 hours ago









        DrMDrM

        1012




        1012




        New contributor




        DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        DrM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






















            DrM is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Contact image not getting when fetch all contact list from iPhone by CNContact

            count number of partitions of a set with n elements into k subsets

            A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks