grattan / grattex

7 stars 6 forks source link

Assert that footnotes should be at the bottom #171

Closed MattCowgill closed 3 years ago

MattCowgill commented 4 years ago

in grattan.cls, replace:

\RequirePackage{footmisc}

with

\RequirePackage[bottom]{footmisc}

This may also require a change to grattanReporter::checkGrattanReport() (?)

wfmackey commented 3 years ago

Done