chiark / gitweb /
mdwtools.tex: Fix spacing of footnote markers in the document title.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 5 Sep 2020 14:33:46 +0000 (15:33 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 7 Sep 2020 15:46:47 +0000 (16:46 +0100)
commitf06ea12564f3789094c40f959ffd6f5243d98e07
tree869389a0eb2d786d673221baa6e98e81e16bb434
parent5be706c3d3d538aa34385b90a41c59334b9686ad
mdwtools.tex: Fix spacing of footnote markers in the document title.

The default document classes, and, separately, the `doc' package,
arrange for `\maketitle' to set footnote markers without taking up
horizontal space.  Apparently, if you have author names with
affiliations in footnotes, then the footnote marker shifts the names
visually off-centre.

We don't have this problem here, so turn that off, and remove the
compensatory `\space' following the marker.
mdwtools.tex