Add keywords at the bottom of a document











up vote
3
down vote

favorite












I want to use documentclass[12pt,a4paper]{article} in the place of documentclass[12pt,reqno]{amsart}. However I want to add the following in the bottom of the first page



enter image description here



This is my codes



documentclass[12pt,a4paper]{report}

usepackage{geometry}
geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
usepackage{setspace}
onehalfspacing

begin{document}

footnte{2010 Mathematics Subject Classification. Primary ..; Secondary ...}
end{document}









share|improve this question


























    up vote
    3
    down vote

    favorite












    I want to use documentclass[12pt,a4paper]{article} in the place of documentclass[12pt,reqno]{amsart}. However I want to add the following in the bottom of the first page



    enter image description here



    This is my codes



    documentclass[12pt,a4paper]{report}

    usepackage{geometry}
    geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
    usepackage{setspace}
    onehalfspacing

    begin{document}

    footnte{2010 Mathematics Subject Classification. Primary ..; Secondary ...}
    end{document}









    share|improve this question
























      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      I want to use documentclass[12pt,a4paper]{article} in the place of documentclass[12pt,reqno]{amsart}. However I want to add the following in the bottom of the first page



      enter image description here



      This is my codes



      documentclass[12pt,a4paper]{report}

      usepackage{geometry}
      geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
      usepackage{setspace}
      onehalfspacing

      begin{document}

      footnte{2010 Mathematics Subject Classification. Primary ..; Secondary ...}
      end{document}









      share|improve this question













      I want to use documentclass[12pt,a4paper]{article} in the place of documentclass[12pt,reqno]{amsart}. However I want to add the following in the bottom of the first page



      enter image description here



      This is my codes



      documentclass[12pt,a4paper]{report}

      usepackage{geometry}
      geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
      usepackage{setspace}
      onehalfspacing

      begin{document}

      footnte{2010 Mathematics Subject Classification. Primary ..; Secondary ...}
      end{document}






      footnotes sourcecode






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 2 days ago









      Schüler

      1513




      1513






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          4
          down vote













          Without using a package:



          documentclass[12pt,a4paper]{report}

          usepackage{geometry}
          geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
          usepackage{setspace}
          onehalfspacing

          % -------------
          makeatletter
          defkeywords{xdef@thefnmark{}@footnotetext}
          makeatother

          begin{document}
          Hello world.%
          keywords{2010 emph{Mathematics Subject Classification.} Primary ..; Secondary dots}%
          keywords{emph{Key words and phrases.} Positive Operator dots}%
          footnote{Normal footnote}
          Some text here.
          end{document}


          pic






          share|improve this answer




























            up vote
            2
            down vote













            With the titlefoot package:



            documentclass[12pt,a4paper]{report}

            usepackage{geometry}
            geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
            usepackage{setspace}
            onehalfspacing

            usepackage{titlefoot}

            begin{document}

            unmarkedfntext{2010 Mathematics Subject Classification. Primary ..; Secondary ...newlinehspace*{2em}Keywords:}
            end{document}


            enter image description here






            share|improve this answer










            New contributor




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


















            • Thank you but what about key words and phrases?
              – Schüler
              2 days ago










            • @Schüler Just added
              – book
              2 days ago










            • Thank you for your help.
              – Schüler
              2 days ago










            • @Schüler Was my pleasure to help!
              – book
              2 days ago











            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',
            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
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f462440%2fadd-keywords-at-the-bottom-of-a-document%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            4
            down vote













            Without using a package:



            documentclass[12pt,a4paper]{report}

            usepackage{geometry}
            geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
            usepackage{setspace}
            onehalfspacing

            % -------------
            makeatletter
            defkeywords{xdef@thefnmark{}@footnotetext}
            makeatother

            begin{document}
            Hello world.%
            keywords{2010 emph{Mathematics Subject Classification.} Primary ..; Secondary dots}%
            keywords{emph{Key words and phrases.} Positive Operator dots}%
            footnote{Normal footnote}
            Some text here.
            end{document}


            pic






            share|improve this answer

























              up vote
              4
              down vote













              Without using a package:



              documentclass[12pt,a4paper]{report}

              usepackage{geometry}
              geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
              usepackage{setspace}
              onehalfspacing

              % -------------
              makeatletter
              defkeywords{xdef@thefnmark{}@footnotetext}
              makeatother

              begin{document}
              Hello world.%
              keywords{2010 emph{Mathematics Subject Classification.} Primary ..; Secondary dots}%
              keywords{emph{Key words and phrases.} Positive Operator dots}%
              footnote{Normal footnote}
              Some text here.
              end{document}


              pic






              share|improve this answer























                up vote
                4
                down vote










                up vote
                4
                down vote









                Without using a package:



                documentclass[12pt,a4paper]{report}

                usepackage{geometry}
                geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
                usepackage{setspace}
                onehalfspacing

                % -------------
                makeatletter
                defkeywords{xdef@thefnmark{}@footnotetext}
                makeatother

                begin{document}
                Hello world.%
                keywords{2010 emph{Mathematics Subject Classification.} Primary ..; Secondary dots}%
                keywords{emph{Key words and phrases.} Positive Operator dots}%
                footnote{Normal footnote}
                Some text here.
                end{document}


                pic






                share|improve this answer












                Without using a package:



                documentclass[12pt,a4paper]{report}

                usepackage{geometry}
                geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
                usepackage{setspace}
                onehalfspacing

                % -------------
                makeatletter
                defkeywords{xdef@thefnmark{}@footnotetext}
                makeatother

                begin{document}
                Hello world.%
                keywords{2010 emph{Mathematics Subject Classification.} Primary ..; Secondary dots}%
                keywords{emph{Key words and phrases.} Positive Operator dots}%
                footnote{Normal footnote}
                Some text here.
                end{document}


                pic







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 2 days ago









                Troy

                10.4k62265




                10.4k62265






















                    up vote
                    2
                    down vote













                    With the titlefoot package:



                    documentclass[12pt,a4paper]{report}

                    usepackage{geometry}
                    geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
                    usepackage{setspace}
                    onehalfspacing

                    usepackage{titlefoot}

                    begin{document}

                    unmarkedfntext{2010 Mathematics Subject Classification. Primary ..; Secondary ...newlinehspace*{2em}Keywords:}
                    end{document}


                    enter image description here






                    share|improve this answer










                    New contributor




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


















                    • Thank you but what about key words and phrases?
                      – Schüler
                      2 days ago










                    • @Schüler Just added
                      – book
                      2 days ago










                    • Thank you for your help.
                      – Schüler
                      2 days ago










                    • @Schüler Was my pleasure to help!
                      – book
                      2 days ago















                    up vote
                    2
                    down vote













                    With the titlefoot package:



                    documentclass[12pt,a4paper]{report}

                    usepackage{geometry}
                    geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
                    usepackage{setspace}
                    onehalfspacing

                    usepackage{titlefoot}

                    begin{document}

                    unmarkedfntext{2010 Mathematics Subject Classification. Primary ..; Secondary ...newlinehspace*{2em}Keywords:}
                    end{document}


                    enter image description here






                    share|improve this answer










                    New contributor




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


















                    • Thank you but what about key words and phrases?
                      – Schüler
                      2 days ago










                    • @Schüler Just added
                      – book
                      2 days ago










                    • Thank you for your help.
                      – Schüler
                      2 days ago










                    • @Schüler Was my pleasure to help!
                      – book
                      2 days ago













                    up vote
                    2
                    down vote










                    up vote
                    2
                    down vote









                    With the titlefoot package:



                    documentclass[12pt,a4paper]{report}

                    usepackage{geometry}
                    geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
                    usepackage{setspace}
                    onehalfspacing

                    usepackage{titlefoot}

                    begin{document}

                    unmarkedfntext{2010 Mathematics Subject Classification. Primary ..; Secondary ...newlinehspace*{2em}Keywords:}
                    end{document}


                    enter image description here






                    share|improve this answer










                    New contributor




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









                    With the titlefoot package:



                    documentclass[12pt,a4paper]{report}

                    usepackage{geometry}
                    geometry{left=3cm,right=2cm,top=2.5cm,bottom=2cm}
                    usepackage{setspace}
                    onehalfspacing

                    usepackage{titlefoot}

                    begin{document}

                    unmarkedfntext{2010 Mathematics Subject Classification. Primary ..; Secondary ...newlinehspace*{2em}Keywords:}
                    end{document}


                    enter image description here







                    share|improve this answer










                    New contributor




                    book 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








                    edited 2 days ago





















                    New contributor




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









                    answered 2 days ago









                    book

                    23618




                    23618




                    New contributor




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





                    New contributor





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






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












                    • Thank you but what about key words and phrases?
                      – Schüler
                      2 days ago










                    • @Schüler Just added
                      – book
                      2 days ago










                    • Thank you for your help.
                      – Schüler
                      2 days ago










                    • @Schüler Was my pleasure to help!
                      – book
                      2 days ago


















                    • Thank you but what about key words and phrases?
                      – Schüler
                      2 days ago










                    • @Schüler Just added
                      – book
                      2 days ago










                    • Thank you for your help.
                      – Schüler
                      2 days ago










                    • @Schüler Was my pleasure to help!
                      – book
                      2 days ago
















                    Thank you but what about key words and phrases?
                    – Schüler
                    2 days ago




                    Thank you but what about key words and phrases?
                    – Schüler
                    2 days ago












                    @Schüler Just added
                    – book
                    2 days ago




                    @Schüler Just added
                    – book
                    2 days ago












                    Thank you for your help.
                    – Schüler
                    2 days ago




                    Thank you for your help.
                    – Schüler
                    2 days ago












                    @Schüler Was my pleasure to help!
                    – book
                    2 days ago




                    @Schüler Was my pleasure to help!
                    – book
                    2 days ago


















                    draft saved

                    draft discarded




















































                    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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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%2f462440%2fadd-keywords-at-the-bottom-of-a-document%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

                    Quarter-circle Tiles

                    build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                    Mont Emei