A nice type of footnote
In relation to the question A nice collection of exercises for students that I have asked, at the moment I do not know how to have the same shaded line inverted in gray (I would to have the possibility to change the color: for example orange, or other colors) at the top right that can be replaced instead of the classic horizontal black line of the footnote command.
See the picture below in attachment:

Here there is my output and my MWE:

documentclass[12pt]{article}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}
end{document}
footnotes footmisc
add a comment |
In relation to the question A nice collection of exercises for students that I have asked, at the moment I do not know how to have the same shaded line inverted in gray (I would to have the possibility to change the color: for example orange, or other colors) at the top right that can be replaced instead of the classic horizontal black line of the footnote command.
See the picture below in attachment:

Here there is my output and my MWE:

documentclass[12pt]{article}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}
end{document}
footnotes footmisc
At the top right? A top note rule?
– Christian Hupfer
Jan 26 at 21:33
Kind Christian exactly: a top note rule.
– Sebastiano
Jan 26 at 21:35
You're asking about a top note rule (at the top right) and accept answers that change the type of the footnote rule? I don't get this -- apparently, I am too stupid to understand
– Christian Hupfer
Jan 26 at 22:43
@ChristianHupfer No :-(. I have confused between bottom (ground) and top (up). Excuse me very much but my English language is scarce (see the figure).
– Sebastiano
Jan 27 at 11:34
1
Well, such unclear questions are annoying in my point of view
– Christian Hupfer
Jan 27 at 13:40
add a comment |
In relation to the question A nice collection of exercises for students that I have asked, at the moment I do not know how to have the same shaded line inverted in gray (I would to have the possibility to change the color: for example orange, or other colors) at the top right that can be replaced instead of the classic horizontal black line of the footnote command.
See the picture below in attachment:

Here there is my output and my MWE:

documentclass[12pt]{article}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}
end{document}
footnotes footmisc
In relation to the question A nice collection of exercises for students that I have asked, at the moment I do not know how to have the same shaded line inverted in gray (I would to have the possibility to change the color: for example orange, or other colors) at the top right that can be replaced instead of the classic horizontal black line of the footnote command.
See the picture below in attachment:

Here there is my output and my MWE:

documentclass[12pt]{article}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}
end{document}
footnotes footmisc
footnotes footmisc
edited Jan 26 at 21:43
Sebastiano
asked Jan 26 at 20:56
SebastianoSebastiano
9,75541858
9,75541858
At the top right? A top note rule?
– Christian Hupfer
Jan 26 at 21:33
Kind Christian exactly: a top note rule.
– Sebastiano
Jan 26 at 21:35
You're asking about a top note rule (at the top right) and accept answers that change the type of the footnote rule? I don't get this -- apparently, I am too stupid to understand
– Christian Hupfer
Jan 26 at 22:43
@ChristianHupfer No :-(. I have confused between bottom (ground) and top (up). Excuse me very much but my English language is scarce (see the figure).
– Sebastiano
Jan 27 at 11:34
1
Well, such unclear questions are annoying in my point of view
– Christian Hupfer
Jan 27 at 13:40
add a comment |
At the top right? A top note rule?
– Christian Hupfer
Jan 26 at 21:33
Kind Christian exactly: a top note rule.
– Sebastiano
Jan 26 at 21:35
You're asking about a top note rule (at the top right) and accept answers that change the type of the footnote rule? I don't get this -- apparently, I am too stupid to understand
– Christian Hupfer
Jan 26 at 22:43
@ChristianHupfer No :-(. I have confused between bottom (ground) and top (up). Excuse me very much but my English language is scarce (see the figure).
– Sebastiano
Jan 27 at 11:34
1
Well, such unclear questions are annoying in my point of view
– Christian Hupfer
Jan 27 at 13:40
At the top right? A top note rule?
– Christian Hupfer
Jan 26 at 21:33
At the top right? A top note rule?
– Christian Hupfer
Jan 26 at 21:33
Kind Christian exactly: a top note rule.
– Sebastiano
Jan 26 at 21:35
Kind Christian exactly: a top note rule.
– Sebastiano
Jan 26 at 21:35
You're asking about a top note rule (at the top right) and accept answers that change the type of the footnote rule? I don't get this -- apparently, I am too stupid to understand
– Christian Hupfer
Jan 26 at 22:43
You're asking about a top note rule (at the top right) and accept answers that change the type of the footnote rule? I don't get this -- apparently, I am too stupid to understand
– Christian Hupfer
Jan 26 at 22:43
@ChristianHupfer No :-(. I have confused between bottom (ground) and top (up). Excuse me very much but my English language is scarce (see the figure).
– Sebastiano
Jan 27 at 11:34
@ChristianHupfer No :-(. I have confused between bottom (ground) and top (up). Excuse me very much but my English language is scarce (see the figure).
– Sebastiano
Jan 27 at 11:34
1
1
Well, such unclear questions are annoying in my point of view
– Christian Hupfer
Jan 27 at 13:40
Well, such unclear questions are annoying in my point of view
– Christian Hupfer
Jan 27 at 13:40
add a comment |
2 Answers
2
active
oldest
votes
Just renewcommandfootnoterule using the (simplified) definition of the rule in the linked post. You have to do this before loading the package footmisc because it overwrites footnoterule.
documentclass[12pt]{article}
usepackage{tikz}
usetikzlibrary{fadings}
renewcommandfootnoterule{%
noindent
kern-3pt
begin{tikzpicture}[baseline=-10pt]
fill[darkgray,path fading=east] (0,0) rectangle (.4columnwidth,0.02);
end{tikzpicture}%
kern2.6pt
}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}
end{document}

I'd like to thank you so much in the meantime. Could the horizontal line you drew start earlier above the footnotes?
– Sebastiano
Jan 26 at 21:34
1
@Sebastiano You can add some depth to thetikzpictureusing thebaselineoption, see updated answer.
– Henri Menke
Jan 26 at 21:38
2
@HenriMenke I think Sebastiano means have the line line up on the left with the footnotes (which you can do by addingnoindent).
– Alan Munn
Jan 26 at 21:41
@HenriMenke Now I have compilated my book with your code: fantastic! wow is very nice. I have deleted my previous comment. Thankkkkkkkks.
– Sebastiano
Jan 27 at 11:51
@HenriMenke Will this slow down the compilation, if the document has hundreds of footnotes and pages? Is the tikzpicture part of your code compiled for every footnoterule again? If this were the case, maybe there is an something like a savebox for tikzpictures? OK, I'm clueless.
– Keks Dose
Jan 28 at 14:26
add a comment |
[EDIT: This answer does not change the footnote rule, but only change the footnote text and symbol colors]
Adding 3 lines into your preamble may give you what you want:
documentclass[12pt]{article}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
%
usepackage{xcolor}
renewcommand{thefootnote}{color{orange}arabic{footnote}} % change the color of the footnote counter
renewcommand{footnotelayout}{color{orange}} % change the color of the footnote text
%
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}.
end{document}
The output would be:

3
Thank you very much for your job that I upvote for your time for me. But the color is referred for the shadow rule.
– Sebastiano
Jan 26 at 21:37
Well yes I was wrong :) My answer just change the footnote text and symbol colors, not the footnote rule as you mentioned in your question which unfortunately i didn't notice. Well I guess I'll leave that answer here though, may be it would be useful for someone else!
– hesham
Jan 26 at 21:49
3
That's great. I thought the same thing. Leave it. You're always welcome with me.
– Sebastiano
Jan 26 at 21:51
add a comment |
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
});
}
});
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%2f472018%2fa-nice-type-of-footnote%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
Just renewcommandfootnoterule using the (simplified) definition of the rule in the linked post. You have to do this before loading the package footmisc because it overwrites footnoterule.
documentclass[12pt]{article}
usepackage{tikz}
usetikzlibrary{fadings}
renewcommandfootnoterule{%
noindent
kern-3pt
begin{tikzpicture}[baseline=-10pt]
fill[darkgray,path fading=east] (0,0) rectangle (.4columnwidth,0.02);
end{tikzpicture}%
kern2.6pt
}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}
end{document}

I'd like to thank you so much in the meantime. Could the horizontal line you drew start earlier above the footnotes?
– Sebastiano
Jan 26 at 21:34
1
@Sebastiano You can add some depth to thetikzpictureusing thebaselineoption, see updated answer.
– Henri Menke
Jan 26 at 21:38
2
@HenriMenke I think Sebastiano means have the line line up on the left with the footnotes (which you can do by addingnoindent).
– Alan Munn
Jan 26 at 21:41
@HenriMenke Now I have compilated my book with your code: fantastic! wow is very nice. I have deleted my previous comment. Thankkkkkkkks.
– Sebastiano
Jan 27 at 11:51
@HenriMenke Will this slow down the compilation, if the document has hundreds of footnotes and pages? Is the tikzpicture part of your code compiled for every footnoterule again? If this were the case, maybe there is an something like a savebox for tikzpictures? OK, I'm clueless.
– Keks Dose
Jan 28 at 14:26
add a comment |
Just renewcommandfootnoterule using the (simplified) definition of the rule in the linked post. You have to do this before loading the package footmisc because it overwrites footnoterule.
documentclass[12pt]{article}
usepackage{tikz}
usetikzlibrary{fadings}
renewcommandfootnoterule{%
noindent
kern-3pt
begin{tikzpicture}[baseline=-10pt]
fill[darkgray,path fading=east] (0,0) rectangle (.4columnwidth,0.02);
end{tikzpicture}%
kern2.6pt
}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}
end{document}

I'd like to thank you so much in the meantime. Could the horizontal line you drew start earlier above the footnotes?
– Sebastiano
Jan 26 at 21:34
1
@Sebastiano You can add some depth to thetikzpictureusing thebaselineoption, see updated answer.
– Henri Menke
Jan 26 at 21:38
2
@HenriMenke I think Sebastiano means have the line line up on the left with the footnotes (which you can do by addingnoindent).
– Alan Munn
Jan 26 at 21:41
@HenriMenke Now I have compilated my book with your code: fantastic! wow is very nice. I have deleted my previous comment. Thankkkkkkkks.
– Sebastiano
Jan 27 at 11:51
@HenriMenke Will this slow down the compilation, if the document has hundreds of footnotes and pages? Is the tikzpicture part of your code compiled for every footnoterule again? If this were the case, maybe there is an something like a savebox for tikzpictures? OK, I'm clueless.
– Keks Dose
Jan 28 at 14:26
add a comment |
Just renewcommandfootnoterule using the (simplified) definition of the rule in the linked post. You have to do this before loading the package footmisc because it overwrites footnoterule.
documentclass[12pt]{article}
usepackage{tikz}
usetikzlibrary{fadings}
renewcommandfootnoterule{%
noindent
kern-3pt
begin{tikzpicture}[baseline=-10pt]
fill[darkgray,path fading=east] (0,0) rectangle (.4columnwidth,0.02);
end{tikzpicture}%
kern2.6pt
}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}
end{document}

Just renewcommandfootnoterule using the (simplified) definition of the rule in the linked post. You have to do this before loading the package footmisc because it overwrites footnoterule.
documentclass[12pt]{article}
usepackage{tikz}
usetikzlibrary{fadings}
renewcommandfootnoterule{%
noindent
kern-3pt
begin{tikzpicture}[baseline=-10pt]
fill[darkgray,path fading=east] (0,0) rectangle (.4columnwidth,0.02);
end{tikzpicture}%
kern2.6pt
}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}
end{document}

edited Jan 26 at 21:43
answered Jan 26 at 21:31
Henri MenkeHenri Menke
72.7k8160270
72.7k8160270
I'd like to thank you so much in the meantime. Could the horizontal line you drew start earlier above the footnotes?
– Sebastiano
Jan 26 at 21:34
1
@Sebastiano You can add some depth to thetikzpictureusing thebaselineoption, see updated answer.
– Henri Menke
Jan 26 at 21:38
2
@HenriMenke I think Sebastiano means have the line line up on the left with the footnotes (which you can do by addingnoindent).
– Alan Munn
Jan 26 at 21:41
@HenriMenke Now I have compilated my book with your code: fantastic! wow is very nice. I have deleted my previous comment. Thankkkkkkkks.
– Sebastiano
Jan 27 at 11:51
@HenriMenke Will this slow down the compilation, if the document has hundreds of footnotes and pages? Is the tikzpicture part of your code compiled for every footnoterule again? If this were the case, maybe there is an something like a savebox for tikzpictures? OK, I'm clueless.
– Keks Dose
Jan 28 at 14:26
add a comment |
I'd like to thank you so much in the meantime. Could the horizontal line you drew start earlier above the footnotes?
– Sebastiano
Jan 26 at 21:34
1
@Sebastiano You can add some depth to thetikzpictureusing thebaselineoption, see updated answer.
– Henri Menke
Jan 26 at 21:38
2
@HenriMenke I think Sebastiano means have the line line up on the left with the footnotes (which you can do by addingnoindent).
– Alan Munn
Jan 26 at 21:41
@HenriMenke Now I have compilated my book with your code: fantastic! wow is very nice. I have deleted my previous comment. Thankkkkkkkks.
– Sebastiano
Jan 27 at 11:51
@HenriMenke Will this slow down the compilation, if the document has hundreds of footnotes and pages? Is the tikzpicture part of your code compiled for every footnoterule again? If this were the case, maybe there is an something like a savebox for tikzpictures? OK, I'm clueless.
– Keks Dose
Jan 28 at 14:26
I'd like to thank you so much in the meantime. Could the horizontal line you drew start earlier above the footnotes?
– Sebastiano
Jan 26 at 21:34
I'd like to thank you so much in the meantime. Could the horizontal line you drew start earlier above the footnotes?
– Sebastiano
Jan 26 at 21:34
1
1
@Sebastiano You can add some depth to the
tikzpicture using the baseline option, see updated answer.– Henri Menke
Jan 26 at 21:38
@Sebastiano You can add some depth to the
tikzpicture using the baseline option, see updated answer.– Henri Menke
Jan 26 at 21:38
2
2
@HenriMenke I think Sebastiano means have the line line up on the left with the footnotes (which you can do by adding
noindent).– Alan Munn
Jan 26 at 21:41
@HenriMenke I think Sebastiano means have the line line up on the left with the footnotes (which you can do by adding
noindent).– Alan Munn
Jan 26 at 21:41
@HenriMenke Now I have compilated my book with your code: fantastic! wow is very nice. I have deleted my previous comment. Thankkkkkkkks.
– Sebastiano
Jan 27 at 11:51
@HenriMenke Now I have compilated my book with your code: fantastic! wow is very nice. I have deleted my previous comment. Thankkkkkkkks.
– Sebastiano
Jan 27 at 11:51
@HenriMenke Will this slow down the compilation, if the document has hundreds of footnotes and pages? Is the tikzpicture part of your code compiled for every footnoterule again? If this were the case, maybe there is an something like a savebox for tikzpictures? OK, I'm clueless.
– Keks Dose
Jan 28 at 14:26
@HenriMenke Will this slow down the compilation, if the document has hundreds of footnotes and pages? Is the tikzpicture part of your code compiled for every footnoterule again? If this were the case, maybe there is an something like a savebox for tikzpictures? OK, I'm clueless.
– Keks Dose
Jan 28 at 14:26
add a comment |
[EDIT: This answer does not change the footnote rule, but only change the footnote text and symbol colors]
Adding 3 lines into your preamble may give you what you want:
documentclass[12pt]{article}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
%
usepackage{xcolor}
renewcommand{thefootnote}{color{orange}arabic{footnote}} % change the color of the footnote counter
renewcommand{footnotelayout}{color{orange}} % change the color of the footnote text
%
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}.
end{document}
The output would be:

3
Thank you very much for your job that I upvote for your time for me. But the color is referred for the shadow rule.
– Sebastiano
Jan 26 at 21:37
Well yes I was wrong :) My answer just change the footnote text and symbol colors, not the footnote rule as you mentioned in your question which unfortunately i didn't notice. Well I guess I'll leave that answer here though, may be it would be useful for someone else!
– hesham
Jan 26 at 21:49
3
That's great. I thought the same thing. Leave it. You're always welcome with me.
– Sebastiano
Jan 26 at 21:51
add a comment |
[EDIT: This answer does not change the footnote rule, but only change the footnote text and symbol colors]
Adding 3 lines into your preamble may give you what you want:
documentclass[12pt]{article}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
%
usepackage{xcolor}
renewcommand{thefootnote}{color{orange}arabic{footnote}} % change the color of the footnote counter
renewcommand{footnotelayout}{color{orange}} % change the color of the footnote text
%
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}.
end{document}
The output would be:

3
Thank you very much for your job that I upvote for your time for me. But the color is referred for the shadow rule.
– Sebastiano
Jan 26 at 21:37
Well yes I was wrong :) My answer just change the footnote text and symbol colors, not the footnote rule as you mentioned in your question which unfortunately i didn't notice. Well I guess I'll leave that answer here though, may be it would be useful for someone else!
– hesham
Jan 26 at 21:49
3
That's great. I thought the same thing. Leave it. You're always welcome with me.
– Sebastiano
Jan 26 at 21:51
add a comment |
[EDIT: This answer does not change the footnote rule, but only change the footnote text and symbol colors]
Adding 3 lines into your preamble may give you what you want:
documentclass[12pt]{article}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
%
usepackage{xcolor}
renewcommand{thefootnote}{color{orange}arabic{footnote}} % change the color of the footnote counter
renewcommand{footnotelayout}{color{orange}} % change the color of the footnote text
%
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}.
end{document}
The output would be:

[EDIT: This answer does not change the footnote rule, but only change the footnote text and symbol colors]
Adding 3 lines into your preamble may give you what you want:
documentclass[12pt]{article}
usepackage[bottom,hang]{footmisc}
setlengthfootnotemargin{4.5pt}
setlength{footnotesep}{4.5pt}
setlength{skipfootins}{8mm}
%
usepackage{xcolor}
renewcommand{thefootnote}{color{orange}arabic{footnote}} % change the color of the footnote counter
renewcommand{footnotelayout}{color{orange}} % change the color of the footnote text
%
begin{document}
First wordfootnote{One}, Second wordfootnote{Two}.
end{document}
The output would be:

edited Jan 26 at 21:51
answered Jan 26 at 21:34
heshamhesham
1738
1738
3
Thank you very much for your job that I upvote for your time for me. But the color is referred for the shadow rule.
– Sebastiano
Jan 26 at 21:37
Well yes I was wrong :) My answer just change the footnote text and symbol colors, not the footnote rule as you mentioned in your question which unfortunately i didn't notice. Well I guess I'll leave that answer here though, may be it would be useful for someone else!
– hesham
Jan 26 at 21:49
3
That's great. I thought the same thing. Leave it. You're always welcome with me.
– Sebastiano
Jan 26 at 21:51
add a comment |
3
Thank you very much for your job that I upvote for your time for me. But the color is referred for the shadow rule.
– Sebastiano
Jan 26 at 21:37
Well yes I was wrong :) My answer just change the footnote text and symbol colors, not the footnote rule as you mentioned in your question which unfortunately i didn't notice. Well I guess I'll leave that answer here though, may be it would be useful for someone else!
– hesham
Jan 26 at 21:49
3
That's great. I thought the same thing. Leave it. You're always welcome with me.
– Sebastiano
Jan 26 at 21:51
3
3
Thank you very much for your job that I upvote for your time for me. But the color is referred for the shadow rule.
– Sebastiano
Jan 26 at 21:37
Thank you very much for your job that I upvote for your time for me. But the color is referred for the shadow rule.
– Sebastiano
Jan 26 at 21:37
Well yes I was wrong :) My answer just change the footnote text and symbol colors, not the footnote rule as you mentioned in your question which unfortunately i didn't notice. Well I guess I'll leave that answer here though, may be it would be useful for someone else!
– hesham
Jan 26 at 21:49
Well yes I was wrong :) My answer just change the footnote text and symbol colors, not the footnote rule as you mentioned in your question which unfortunately i didn't notice. Well I guess I'll leave that answer here though, may be it would be useful for someone else!
– hesham
Jan 26 at 21:49
3
3
That's great. I thought the same thing. Leave it. You're always welcome with me.
– Sebastiano
Jan 26 at 21:51
That's great. I thought the same thing. Leave it. You're always welcome with me.
– Sebastiano
Jan 26 at 21:51
add a comment |
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.
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%2f472018%2fa-nice-type-of-footnote%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
At the top right? A top note rule?
– Christian Hupfer
Jan 26 at 21:33
Kind Christian exactly: a top note rule.
– Sebastiano
Jan 26 at 21:35
You're asking about a top note rule (at the top right) and accept answers that change the type of the footnote rule? I don't get this -- apparently, I am too stupid to understand
– Christian Hupfer
Jan 26 at 22:43
@ChristianHupfer No :-(. I have confused between bottom (ground) and top (up). Excuse me very much but my English language is scarce (see the figure).
– Sebastiano
Jan 27 at 11:34
1
Well, such unclear questions are annoying in my point of view
– Christian Hupfer
Jan 27 at 13:40