Footnote's parentheses











up vote
6
down vote

favorite












I try to customize footnote symbol in my document.



My goal (parentheses as big as letter 'T', number in same height as letter 'T'):



enter image description here



Current:



enter image description here



documentclass{book}
usepackage{fancyhdr}

pagestyle{fancy}
renewcommand*{thefootnote}{(arabic{footnote})}
begin{document}
Notefootnote{Tylko}
end{document}


I've tried to change latex.ltx file, but without success.










share|improve this question









New contributor




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




















  • Welcome to TeX.SX! Do you want that layout only in the call of the footnote, on the footnote itself, or both?
    – Phelype Oleinik
    Nov 14 at 19:05










  • Hello :). Both of them.
    – Tomasz Góral
    Nov 14 at 19:33










  • An alternative method was asking me during the laboratory. :-)
    – Przemysław Scherwentke
    Nov 15 at 16:32















up vote
6
down vote

favorite












I try to customize footnote symbol in my document.



My goal (parentheses as big as letter 'T', number in same height as letter 'T'):



enter image description here



Current:



enter image description here



documentclass{book}
usepackage{fancyhdr}

pagestyle{fancy}
renewcommand*{thefootnote}{(arabic{footnote})}
begin{document}
Notefootnote{Tylko}
end{document}


I've tried to change latex.ltx file, but without success.










share|improve this question









New contributor




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




















  • Welcome to TeX.SX! Do you want that layout only in the call of the footnote, on the footnote itself, or both?
    – Phelype Oleinik
    Nov 14 at 19:05










  • Hello :). Both of them.
    – Tomasz Góral
    Nov 14 at 19:33










  • An alternative method was asking me during the laboratory. :-)
    – Przemysław Scherwentke
    Nov 15 at 16:32













up vote
6
down vote

favorite









up vote
6
down vote

favorite











I try to customize footnote symbol in my document.



My goal (parentheses as big as letter 'T', number in same height as letter 'T'):



enter image description here



Current:



enter image description here



documentclass{book}
usepackage{fancyhdr}

pagestyle{fancy}
renewcommand*{thefootnote}{(arabic{footnote})}
begin{document}
Notefootnote{Tylko}
end{document}


I've tried to change latex.ltx file, but without success.










share|improve this question









New contributor




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











I try to customize footnote symbol in my document.



My goal (parentheses as big as letter 'T', number in same height as letter 'T'):



enter image description here



Current:



enter image description here



documentclass{book}
usepackage{fancyhdr}

pagestyle{fancy}
renewcommand*{thefootnote}{(arabic{footnote})}
begin{document}
Notefootnote{Tylko}
end{document}


I've tried to change latex.ltx file, but without success.







footnotes






share|improve this question









New contributor




Tomasz Góral 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 question









New contributor




Tomasz Góral 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 question




share|improve this question








edited Nov 14 at 19:32





















New contributor




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









asked Nov 14 at 18:59









Tomasz Góral

313




313




New contributor




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





New contributor





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






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












  • Welcome to TeX.SX! Do you want that layout only in the call of the footnote, on the footnote itself, or both?
    – Phelype Oleinik
    Nov 14 at 19:05










  • Hello :). Both of them.
    – Tomasz Góral
    Nov 14 at 19:33










  • An alternative method was asking me during the laboratory. :-)
    – Przemysław Scherwentke
    Nov 15 at 16:32


















  • Welcome to TeX.SX! Do you want that layout only in the call of the footnote, on the footnote itself, or both?
    – Phelype Oleinik
    Nov 14 at 19:05










  • Hello :). Both of them.
    – Tomasz Góral
    Nov 14 at 19:33










  • An alternative method was asking me during the laboratory. :-)
    – Przemysław Scherwentke
    Nov 15 at 16:32
















Welcome to TeX.SX! Do you want that layout only in the call of the footnote, on the footnote itself, or both?
– Phelype Oleinik
Nov 14 at 19:05




Welcome to TeX.SX! Do you want that layout only in the call of the footnote, on the footnote itself, or both?
– Phelype Oleinik
Nov 14 at 19:05












Hello :). Both of them.
– Tomasz Góral
Nov 14 at 19:33




Hello :). Both of them.
– Tomasz Góral
Nov 14 at 19:33












An alternative method was asking me during the laboratory. :-)
– Przemysław Scherwentke
Nov 15 at 16:32




An alternative method was asking me during the laboratory. :-)
– Przemysław Scherwentke
Nov 15 at 16:32










1 Answer
1






active

oldest

votes

















up vote
4
down vote













You can update @makefnmark, which updates the way the footnote mark is set within the text as well as in the footnote:



enter image description here



documentclass{book}

makeatletter
def@makefnmark{hbox{(@textsuperscript{normalfont@thefnmark})}}
makeatother

begin{document}

Notefootnote{Footnote}

end{document}


The original definition didn't have the surrounding (...).






share|improve this answer





















  • By one second :-)
    – Phelype Oleinik
    Nov 14 at 19:10










  • It solved problem with parantheses, but number is still a little bit above letter 'F'ootnote
    – Tomasz Góral
    Nov 14 at 19:30












  • @TomaszGóral: Try this definition.
    – Werner
    Nov 14 at 20:41











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


}
});






Tomasz Góral is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460000%2ffootnotes-parentheses%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
4
down vote













You can update @makefnmark, which updates the way the footnote mark is set within the text as well as in the footnote:



enter image description here



documentclass{book}

makeatletter
def@makefnmark{hbox{(@textsuperscript{normalfont@thefnmark})}}
makeatother

begin{document}

Notefootnote{Footnote}

end{document}


The original definition didn't have the surrounding (...).






share|improve this answer





















  • By one second :-)
    – Phelype Oleinik
    Nov 14 at 19:10










  • It solved problem with parantheses, but number is still a little bit above letter 'F'ootnote
    – Tomasz Góral
    Nov 14 at 19:30












  • @TomaszGóral: Try this definition.
    – Werner
    Nov 14 at 20:41















up vote
4
down vote













You can update @makefnmark, which updates the way the footnote mark is set within the text as well as in the footnote:



enter image description here



documentclass{book}

makeatletter
def@makefnmark{hbox{(@textsuperscript{normalfont@thefnmark})}}
makeatother

begin{document}

Notefootnote{Footnote}

end{document}


The original definition didn't have the surrounding (...).






share|improve this answer





















  • By one second :-)
    – Phelype Oleinik
    Nov 14 at 19:10










  • It solved problem with parantheses, but number is still a little bit above letter 'F'ootnote
    – Tomasz Góral
    Nov 14 at 19:30












  • @TomaszGóral: Try this definition.
    – Werner
    Nov 14 at 20:41













up vote
4
down vote










up vote
4
down vote









You can update @makefnmark, which updates the way the footnote mark is set within the text as well as in the footnote:



enter image description here



documentclass{book}

makeatletter
def@makefnmark{hbox{(@textsuperscript{normalfont@thefnmark})}}
makeatother

begin{document}

Notefootnote{Footnote}

end{document}


The original definition didn't have the surrounding (...).






share|improve this answer












You can update @makefnmark, which updates the way the footnote mark is set within the text as well as in the footnote:



enter image description here



documentclass{book}

makeatletter
def@makefnmark{hbox{(@textsuperscript{normalfont@thefnmark})}}
makeatother

begin{document}

Notefootnote{Footnote}

end{document}


The original definition didn't have the surrounding (...).







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 14 at 19:09









Werner

431k599491626




431k599491626












  • By one second :-)
    – Phelype Oleinik
    Nov 14 at 19:10










  • It solved problem with parantheses, but number is still a little bit above letter 'F'ootnote
    – Tomasz Góral
    Nov 14 at 19:30












  • @TomaszGóral: Try this definition.
    – Werner
    Nov 14 at 20:41


















  • By one second :-)
    – Phelype Oleinik
    Nov 14 at 19:10










  • It solved problem with parantheses, but number is still a little bit above letter 'F'ootnote
    – Tomasz Góral
    Nov 14 at 19:30












  • @TomaszGóral: Try this definition.
    – Werner
    Nov 14 at 20:41
















By one second :-)
– Phelype Oleinik
Nov 14 at 19:10




By one second :-)
– Phelype Oleinik
Nov 14 at 19:10












It solved problem with parantheses, but number is still a little bit above letter 'F'ootnote
– Tomasz Góral
Nov 14 at 19:30






It solved problem with parantheses, but number is still a little bit above letter 'F'ootnote
– Tomasz Góral
Nov 14 at 19:30














@TomaszGóral: Try this definition.
– Werner
Nov 14 at 20:41




@TomaszGóral: Try this definition.
– Werner
Nov 14 at 20:41










Tomasz Góral is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















Tomasz Góral is a new contributor. Be nice, and check out our Code of Conduct.













Tomasz Góral is a new contributor. Be nice, and check out our Code of Conduct.












Tomasz Góral is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460000%2ffootnotes-parentheses%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

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?