I'd like change the formatting of footnotes. can i do this?!?! how?!?!
thanks !!

NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Redefine the command that is responsible for the appearance of the footnote counter.bulbanos wrote:[...] I'm using some math in my text and I don't want my footnotes to appear as a single number 2 but rather as (2) so that it can't be confused with a power.
How do I do that?
Code: Select all
\renewcommand{\thefootnote}{(\arabic{footnote})}
No. This command only prints the footnote counter in a certain format. Note that changing the font size of footnotes is not so easy, since footnotes are typeset in math mode. From my point of view it makes no sense to increase the font size. Footnotes should optically be offset from the text body.allevo wrote:does thefootnote command contain the type of character?!?! (\arabic ?!??!)
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p