1

How would I display my definition as Definition 1.1 (Flow map)^1. (^1 is meant to be superscript and denotes a footnote).

This is my code

\documentclass[11pt,a4paper]{article}
\usepackage{amsmath}

%enviorment
\newtheorem{defn}{Definition}[section]

\begin{document}

\newtheorem{flow}[defn]{definition}
\begin{flow}[\bf{Flow map}{\footnote{\citet[p. \ 9]{barreira}}}]
%text
\end{flow}

\begin{thebibliography}
%items
\end{thebibliography}

\end{document}

which gives me

Definition 1.1 (Flow map^1).

0 Answers0