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:

Thank you in advance.
captions footnotes
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.
|
show 6 more comments
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:

Thank you in advance.
captions footnotes
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
|
show 6 more comments
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:

Thank you in advance.
captions footnotes
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:

Thank you in advance.
captions footnotes
captions footnotes
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
|
show 6 more comments
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
|
show 6 more comments
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}.}

add a comment |
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}.}

add a comment |
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}.}

add a comment |
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}.}

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}.}

edited Sep 24 at 15:27
answered Sep 24 at 15:22
Gennaro Arguzzi
467310
467310
add a comment |
add a comment |
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%2f452206%2ffootnote-in-caption-and-in-the-same-page-of-caption%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
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