File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 289289\newnoteenvironment {note}{Note \arabic {note}}{end note}
290290\newnoteenvironment {example}{Example \arabic {example}}{end example}
291291
292+ \makeatletter
293+ \let\footnote\@undefined
294+ \global\newsavebox {\@tempfootboxa } % must be global, to escape tables/figures
295+ \newsavebox {\@templfootbox }
296+ \newenvironment {footnote}{%
297+ \unskip\footnotemark % no space before the mark
298+ \normalfont %
299+ \footnotesize % text size for rendering the footnote text
300+ \begin {lrbox }{\@templfootbox }% temporarily save to local box
301+ }{%
302+ \end {lrbox}%
303+ \global\setbox\@tempfootboxa\hbox {\unhbox\@templfootbox }% copy to global box
304+ \footnotetext {\unhbox\@tempfootboxa }%
305+ }
306+ \makeatother
307+
292308% % Library function descriptions
293309\newcommand {\Fundescx }[1]{\textit {#1 }}
294310\newcommand {\Fundesc }[1]{\Fundescx {#1}:\space }
You can’t perform that action at this time.
0 commit comments