Closed stefan11 closed 4 years ago
This is a MWE. I cannot fix this issue. For some reason, the footnote markers still come out as letters. @Glottotopia, could you please have a look?
\documentclass{article}
\usepackage{langsci-tbls}
\newenvironment{extrafootnotes} {\par\edef\savedfootnotenumber{\number\value{footnote}} \renewcommand{\thefootnote}{\arabic{footnote}} \setcounter{footnote}{0}} {\par\setcounter{footnote}{\savedfootnotenumber}}
\newcommand{\furtherreading}[1]{% \tblssy{book}{Further reading}{\hspace{2em}% \begin{extrafootnotes}%
\end{extrafootnotes}}}
\begin{document}
\furtherreading{bla bla\footnote{blue blue}.}
\end{document}