Text FormattingSuppress Footnote Rule and Number

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
lynnlee
Posts: 50
Joined: Fri Jan 04, 2013 10:15 am

Suppress Footnote Rule and Number

Post by lynnlee »

Hello LaTeX Community,

I am trying to format the footnotes. when I write \footnote, the footnote is produced with a line to separate it from texts.

But if I want to make the separate line disappear, which code should I use?

And how to suppress the automatically generated number for footnote?


Thank you.
Lynn

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Suppress Footnote Rule and Number

Post by Stefan Kottwitz »

Hi Lynn,

you could use the footmisc package, which provides some features for customizing the footnote layout. For example, you can suppress the separation line via the norule option:

Code: Select all

\usepackage[norule]{footmisc}
Regarding suppressing the number: do you mean in the footer or in the text? Would you like to replace it, or live without a possibility for referencing, i.e. without knowing which footnote belongs to which text part?

Stefan
LaTeX.org admin
lynnlee
Posts: 50
Joined: Fri Jan 04, 2013 10:15 am

Re: Suppress Footnote Rule and Number

Post by lynnlee »

Thank you, Stefan.

Sorry about confusion.
If there is only one footnote, I really do not need to number it. Then, how to replace it with other marks(both in text and footer)?

Lynn
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Suppress Footnote Rule and Number

Post by Stefan Kottwitz »

Just have a look at the documentation, which I linked above.

You could use the symbol and perpage options:

Code: Select all

\usepackage[norule,symbol,perpage]{footmisc}
Stefan
LaTeX.org admin
lynnlee
Posts: 50
Joined: Fri Jan 04, 2013 10:15 am

Re: Suppress Footnote Rule and Number

Post by lynnlee »

That solved perfectly. Thank you, Stefan.

Lynn
DLetlonkane79
Posts: 2
Joined: Thu Jul 05, 2018 4:23 pm

Suppress Footnote Rule and Number

Post by DLetlonkane79 »

How can I solve the error that miktex couldn't connect to server? I want to updates packages such as footmisc.
Post Reply