Latex footnote without symbol/asterisk

How to suppress symbol for LaTeX footnote

There are many solutions online, for example this Stack Exchange post. The one that worked for me is as follows:

\documentclass{article}

%write the following immediately after documentclass{} if possible.

\makeatletter

\def\blfootnote{\gdef\@thefnmark{}\@footnotetext}

\makeatother

Subsequently, you can then use the \blfootnote command to write a footnote without any symbol (no asterisk, no star, etc.)

Advertisement

Author: mathtuition88

Math and Education Blog

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: