Footnote in caption and in the same page of caption











up vote
0
down vote

favorite












I'm wondering if there is a way to write a footnote inside a caption and to stick the footnote in the same page of caption.



In my code I'm using footnotemark and footnotetext, but the footnote occurs two pages before the page in which there is the figure with caption.



documentclass{article}
usepackage{graphicx}

begin{document}
begin{figure}[h]
centering
includegraphics[scale=0.3]{fig16}
caption[Caption for LOF]{Confronto con altri biosensori elettrochimicifootnotemark .}
end{figure}

footnotetext{Per [29], [39], [40], [2], [5], [41], [42], [15] si vedacite{sun2016multi}.}

end{document}




EDIT: the figure is the following:



enter image description here



Thank you in advance.










share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Hello @IAtExFaN, before the figure there are text.
    – Gennaro Arguzzi
    Sep 24 at 9:33










  • your mwe is not compilable
    – lAtExFaN
    Sep 24 at 9:33










  • @lAtExFaN you have to insert a figure. See the Herbert reply please: tex.stackexchange.com/questions/10181/…
    – Gennaro Arguzzi
    Sep 24 at 9:33












  • you should provide a complete mwe. I cannot reproduce your mentioned result: documentclass{article} usepackage{mwe} %or load ’graphicx’ and ’blindtext’ manually begin{document} Blindtext begin{figure}[h] centering includegraphics[scale=0.3]{example-image-a} caption[Foo]{Barfootnotemark .} end{figure} footnotetext{Foo Bar} Blindtext end{document}
    – lAtExFaN
    Sep 24 at 9:38










  • @lAtExFaN can you tell me how can I post more than 10 pages of code please? The only way to show the problem is to post the whole code.
    – Gennaro Arguzzi
    Sep 24 at 9:40

















up vote
0
down vote

favorite












I'm wondering if there is a way to write a footnote inside a caption and to stick the footnote in the same page of caption.



In my code I'm using footnotemark and footnotetext, but the footnote occurs two pages before the page in which there is the figure with caption.



documentclass{article}
usepackage{graphicx}

begin{document}
begin{figure}[h]
centering
includegraphics[scale=0.3]{fig16}
caption[Caption for LOF]{Confronto con altri biosensori elettrochimicifootnotemark .}
end{figure}

footnotetext{Per [29], [39], [40], [2], [5], [41], [42], [15] si vedacite{sun2016multi}.}

end{document}




EDIT: the figure is the following:



enter image description here



Thank you in advance.










share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Hello @IAtExFaN, before the figure there are text.
    – Gennaro Arguzzi
    Sep 24 at 9:33










  • your mwe is not compilable
    – lAtExFaN
    Sep 24 at 9:33










  • @lAtExFaN you have to insert a figure. See the Herbert reply please: tex.stackexchange.com/questions/10181/…
    – Gennaro Arguzzi
    Sep 24 at 9:33












  • you should provide a complete mwe. I cannot reproduce your mentioned result: documentclass{article} usepackage{mwe} %or load ’graphicx’ and ’blindtext’ manually begin{document} Blindtext begin{figure}[h] centering includegraphics[scale=0.3]{example-image-a} caption[Foo]{Barfootnotemark .} end{figure} footnotetext{Foo Bar} Blindtext end{document}
    – lAtExFaN
    Sep 24 at 9:38










  • @lAtExFaN can you tell me how can I post more than 10 pages of code please? The only way to show the problem is to post the whole code.
    – Gennaro Arguzzi
    Sep 24 at 9:40















up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm wondering if there is a way to write a footnote inside a caption and to stick the footnote in the same page of caption.



In my code I'm using footnotemark and footnotetext, but the footnote occurs two pages before the page in which there is the figure with caption.



documentclass{article}
usepackage{graphicx}

begin{document}
begin{figure}[h]
centering
includegraphics[scale=0.3]{fig16}
caption[Caption for LOF]{Confronto con altri biosensori elettrochimicifootnotemark .}
end{figure}

footnotetext{Per [29], [39], [40], [2], [5], [41], [42], [15] si vedacite{sun2016multi}.}

end{document}




EDIT: the figure is the following:



enter image description here



Thank you in advance.










share|improve this question















I'm wondering if there is a way to write a footnote inside a caption and to stick the footnote in the same page of caption.



In my code I'm using footnotemark and footnotetext, but the footnote occurs two pages before the page in which there is the figure with caption.



documentclass{article}
usepackage{graphicx}

begin{document}
begin{figure}[h]
centering
includegraphics[scale=0.3]{fig16}
caption[Caption for LOF]{Confronto con altri biosensori elettrochimicifootnotemark .}
end{figure}

footnotetext{Per [29], [39], [40], [2], [5], [41], [42], [15] si vedacite{sun2016multi}.}

end{document}




EDIT: the figure is the following:



enter image description here



Thank you in advance.







captions footnotes






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 24 at 12:07

























asked Sep 24 at 9:21









Gennaro Arguzzi

467310




467310





bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • Hello @IAtExFaN, before the figure there are text.
    – Gennaro Arguzzi
    Sep 24 at 9:33










  • your mwe is not compilable
    – lAtExFaN
    Sep 24 at 9:33










  • @lAtExFaN you have to insert a figure. See the Herbert reply please: tex.stackexchange.com/questions/10181/…
    – Gennaro Arguzzi
    Sep 24 at 9:33












  • you should provide a complete mwe. I cannot reproduce your mentioned result: documentclass{article} usepackage{mwe} %or load ’graphicx’ and ’blindtext’ manually begin{document} Blindtext begin{figure}[h] centering includegraphics[scale=0.3]{example-image-a} caption[Foo]{Barfootnotemark .} end{figure} footnotetext{Foo Bar} Blindtext end{document}
    – lAtExFaN
    Sep 24 at 9:38










  • @lAtExFaN can you tell me how can I post more than 10 pages of code please? The only way to show the problem is to post the whole code.
    – Gennaro Arguzzi
    Sep 24 at 9:40




















  • Hello @IAtExFaN, before the figure there are text.
    – Gennaro Arguzzi
    Sep 24 at 9:33










  • your mwe is not compilable
    – lAtExFaN
    Sep 24 at 9:33










  • @lAtExFaN you have to insert a figure. See the Herbert reply please: tex.stackexchange.com/questions/10181/…
    – Gennaro Arguzzi
    Sep 24 at 9:33












  • you should provide a complete mwe. I cannot reproduce your mentioned result: documentclass{article} usepackage{mwe} %or load ’graphicx’ and ’blindtext’ manually begin{document} Blindtext begin{figure}[h] centering includegraphics[scale=0.3]{example-image-a} caption[Foo]{Barfootnotemark .} end{figure} footnotetext{Foo Bar} Blindtext end{document}
    – lAtExFaN
    Sep 24 at 9:38










  • @lAtExFaN can you tell me how can I post more than 10 pages of code please? The only way to show the problem is to post the whole code.
    – Gennaro Arguzzi
    Sep 24 at 9:40


















Hello @IAtExFaN, before the figure there are text.
– Gennaro Arguzzi
Sep 24 at 9:33




Hello @IAtExFaN, before the figure there are text.
– Gennaro Arguzzi
Sep 24 at 9:33












your mwe is not compilable
– lAtExFaN
Sep 24 at 9:33




your mwe is not compilable
– lAtExFaN
Sep 24 at 9:33












@lAtExFaN you have to insert a figure. See the Herbert reply please: tex.stackexchange.com/questions/10181/…
– Gennaro Arguzzi
Sep 24 at 9:33






@lAtExFaN you have to insert a figure. See the Herbert reply please: tex.stackexchange.com/questions/10181/…
– Gennaro Arguzzi
Sep 24 at 9:33














you should provide a complete mwe. I cannot reproduce your mentioned result: documentclass{article} usepackage{mwe} %or load ’graphicx’ and ’blindtext’ manually begin{document} Blindtext begin{figure}[h] centering includegraphics[scale=0.3]{example-image-a} caption[Foo]{Barfootnotemark .} end{figure} footnotetext{Foo Bar} Blindtext end{document}
– lAtExFaN
Sep 24 at 9:38




you should provide a complete mwe. I cannot reproduce your mentioned result: documentclass{article} usepackage{mwe} %or load ’graphicx’ and ’blindtext’ manually begin{document} Blindtext begin{figure}[h] centering includegraphics[scale=0.3]{example-image-a} caption[Foo]{Barfootnotemark .} end{figure} footnotetext{Foo Bar} Blindtext end{document}
– lAtExFaN
Sep 24 at 9:38












@lAtExFaN can you tell me how can I post more than 10 pages of code please? The only way to show the problem is to post the whole code.
– Gennaro Arguzzi
Sep 24 at 9:40






@lAtExFaN can you tell me how can I post more than 10 pages of code please? The only way to show the problem is to post the whole code.
– Gennaro Arguzzi
Sep 24 at 9:40












1 Answer
1






active

oldest

votes

















up vote
0
down vote













To solve the problem it is necessary to put the following code below the text which is in the same page of the figure (in this case below the sencente which finished with the word "luogo"):



footnotetext{Per [29], [39], [40], [2], [5], [41], [42], [15] si vedacite{sun2016multi}.}


enter image description here






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',
    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%2f452206%2ffootnote-in-caption-and-in-the-same-page-of-caption%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








    up vote
    0
    down vote













    To solve the problem it is necessary to put the following code below the text which is in the same page of the figure (in this case below the sencente which finished with the word "luogo"):



    footnotetext{Per [29], [39], [40], [2], [5], [41], [42], [15] si vedacite{sun2016multi}.}


    enter image description here






    share|improve this answer



























      up vote
      0
      down vote













      To solve the problem it is necessary to put the following code below the text which is in the same page of the figure (in this case below the sencente which finished with the word "luogo"):



      footnotetext{Per [29], [39], [40], [2], [5], [41], [42], [15] si vedacite{sun2016multi}.}


      enter image description here






      share|improve this answer

























        up vote
        0
        down vote










        up vote
        0
        down vote









        To solve the problem it is necessary to put the following code below the text which is in the same page of the figure (in this case below the sencente which finished with the word "luogo"):



        footnotetext{Per [29], [39], [40], [2], [5], [41], [42], [15] si vedacite{sun2016multi}.}


        enter image description here






        share|improve this answer














        To solve the problem it is necessary to put the following code below the text which is in the same page of the figure (in this case below the sencente which finished with the word "luogo"):



        footnotetext{Per [29], [39], [40], [2], [5], [41], [42], [15] si vedacite{sun2016multi}.}


        enter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Sep 24 at 15:27

























        answered Sep 24 at 15:22









        Gennaro Arguzzi

        467310




        467310






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f452206%2ffootnote-in-caption-and-in-the-same-page-of-caption%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

            Entries order in /etc/network/interfaces

            新発田市

            Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)