How to add footnote from the frame title in beamer?












3















I have a Beamer document, and I want to add a footnote, where the number that corresponds to the footnote is at the title of the frame. I have something like this, but it doesn't seem to work as the number two appears just under the title, not next to title:



documentclass{beamer}
begin{document}

begin{frame}{Test (work in progress)}footnotemark
footnotetext[2]{test}
begin{itemize}
item Item1
item Item2
end{itemize}
end{frame}

end{document}









share|improve this question





























    3















    I have a Beamer document, and I want to add a footnote, where the number that corresponds to the footnote is at the title of the frame. I have something like this, but it doesn't seem to work as the number two appears just under the title, not next to title:



    documentclass{beamer}
    begin{document}

    begin{frame}{Test (work in progress)}footnotemark
    footnotetext[2]{test}
    begin{itemize}
    item Item1
    item Item2
    end{itemize}
    end{frame}

    end{document}









    share|improve this question



























      3












      3








      3








      I have a Beamer document, and I want to add a footnote, where the number that corresponds to the footnote is at the title of the frame. I have something like this, but it doesn't seem to work as the number two appears just under the title, not next to title:



      documentclass{beamer}
      begin{document}

      begin{frame}{Test (work in progress)}footnotemark
      footnotetext[2]{test}
      begin{itemize}
      item Item1
      item Item2
      end{itemize}
      end{frame}

      end{document}









      share|improve this question
















      I have a Beamer document, and I want to add a footnote, where the number that corresponds to the footnote is at the title of the frame. I have something like this, but it doesn't seem to work as the number two appears just under the title, not next to title:



      documentclass{beamer}
      begin{document}

      begin{frame}{Test (work in progress)}footnotemark
      footnotetext[2]{test}
      begin{itemize}
      item Item1
      item Item2
      end{itemize}
      end{frame}

      end{document}






      beamer






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 12 '17 at 19:15







      pixel

















      asked Jun 12 '17 at 18:48









      pixelpixel

      410412




      410412






















          2 Answers
          2






          active

          oldest

          votes


















          2














          You already did the hard work by figuring out that in the frametitle, one need the combination of footnotemark and footnotetext.



          Simply add the footnotemark inside the frametitle:



          documentclass{beamer}
          begin{document}

          begin{frame}{Test (work in progress)footnotemark}
          footnotetext[2]{test}
          begin{itemize}
          item Item1
          item Item2
          end{itemize}
          end{frame}

          end{document}





          share|improve this answer





















          • 1





            @pixel You're welcome! Your code was already sooooo close to working :)

            – samcarter
            Jun 12 '17 at 19:42



















          0














          This way works properly when there are more than one footnote:



          documentclass{beamer}
          begin{document}

          begin{frame}{The first footnote here%
          setcounter{footnote}{0}footnotemark}
          stepcounter{footnote}
          footnotetext{First}

          And the second therefootnote{Second}.

          end{frame}

          end{document}





          share|improve this answer























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


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f374618%2fhow-to-add-footnote-from-the-frame-title-in-beamer%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









            2














            You already did the hard work by figuring out that in the frametitle, one need the combination of footnotemark and footnotetext.



            Simply add the footnotemark inside the frametitle:



            documentclass{beamer}
            begin{document}

            begin{frame}{Test (work in progress)footnotemark}
            footnotetext[2]{test}
            begin{itemize}
            item Item1
            item Item2
            end{itemize}
            end{frame}

            end{document}





            share|improve this answer





















            • 1





              @pixel You're welcome! Your code was already sooooo close to working :)

              – samcarter
              Jun 12 '17 at 19:42
















            2














            You already did the hard work by figuring out that in the frametitle, one need the combination of footnotemark and footnotetext.



            Simply add the footnotemark inside the frametitle:



            documentclass{beamer}
            begin{document}

            begin{frame}{Test (work in progress)footnotemark}
            footnotetext[2]{test}
            begin{itemize}
            item Item1
            item Item2
            end{itemize}
            end{frame}

            end{document}





            share|improve this answer





















            • 1





              @pixel You're welcome! Your code was already sooooo close to working :)

              – samcarter
              Jun 12 '17 at 19:42














            2












            2








            2







            You already did the hard work by figuring out that in the frametitle, one need the combination of footnotemark and footnotetext.



            Simply add the footnotemark inside the frametitle:



            documentclass{beamer}
            begin{document}

            begin{frame}{Test (work in progress)footnotemark}
            footnotetext[2]{test}
            begin{itemize}
            item Item1
            item Item2
            end{itemize}
            end{frame}

            end{document}





            share|improve this answer















            You already did the hard work by figuring out that in the frametitle, one need the combination of footnotemark and footnotetext.



            Simply add the footnotemark inside the frametitle:



            documentclass{beamer}
            begin{document}

            begin{frame}{Test (work in progress)footnotemark}
            footnotetext[2]{test}
            begin{itemize}
            item Item1
            item Item2
            end{itemize}
            end{frame}

            end{document}






            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jun 12 '17 at 19:40

























            answered Jun 12 '17 at 19:38









            samcartersamcarter

            1




            1








            • 1





              @pixel You're welcome! Your code was already sooooo close to working :)

              – samcarter
              Jun 12 '17 at 19:42














            • 1





              @pixel You're welcome! Your code was already sooooo close to working :)

              – samcarter
              Jun 12 '17 at 19:42








            1




            1





            @pixel You're welcome! Your code was already sooooo close to working :)

            – samcarter
            Jun 12 '17 at 19:42





            @pixel You're welcome! Your code was already sooooo close to working :)

            – samcarter
            Jun 12 '17 at 19:42











            0














            This way works properly when there are more than one footnote:



            documentclass{beamer}
            begin{document}

            begin{frame}{The first footnote here%
            setcounter{footnote}{0}footnotemark}
            stepcounter{footnote}
            footnotetext{First}

            And the second therefootnote{Second}.

            end{frame}

            end{document}





            share|improve this answer




























              0














              This way works properly when there are more than one footnote:



              documentclass{beamer}
              begin{document}

              begin{frame}{The first footnote here%
              setcounter{footnote}{0}footnotemark}
              stepcounter{footnote}
              footnotetext{First}

              And the second therefootnote{Second}.

              end{frame}

              end{document}





              share|improve this answer


























                0












                0








                0







                This way works properly when there are more than one footnote:



                documentclass{beamer}
                begin{document}

                begin{frame}{The first footnote here%
                setcounter{footnote}{0}footnotemark}
                stepcounter{footnote}
                footnotetext{First}

                And the second therefootnote{Second}.

                end{frame}

                end{document}





                share|improve this answer













                This way works properly when there are more than one footnote:



                documentclass{beamer}
                begin{document}

                begin{frame}{The first footnote here%
                setcounter{footnote}{0}footnotemark}
                stepcounter{footnote}
                footnotetext{First}

                And the second therefootnote{Second}.

                end{frame}

                end{document}






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 15 mins ago









                AntoniusAntonius

                334




                334






























                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f374618%2fhow-to-add-footnote-from-the-frame-title-in-beamer%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

                    Lallio

                    Futebolista

                    Jornalista