langsci / 177

Chinese version of the English text book on grammatical theory
7 stars 1 forks source link

footnotes in boxes (exercises and so on) are a, b, c, which is inappropriate for Chinese #3186

Closed stefan11 closed 4 years ago

stefan11 commented 4 years ago

grafik

stefan11 commented 4 years ago

https://tex.stackexchange.com/questions/30602/change-footnote-numbering-temporarily

stefan11 commented 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}%

1%

\end{extrafootnotes}}}

\begin{document}

\furtherreading{bla bla\footnote{blue blue}.}

\end{document}