Poll: should fnpct keep the \mult... variants?
cgnieder opened this issue · 1 comments
cgnieder commented
fnpct
defines ´\multfootnoteand similar commands. They are not really necessary because
fnpctalso reliably detects following notes like
\footnote{aaa}\footnote{bbb}` and inserts a separator between them.
Actually, in the current implementation \multfootnote{aaa;bbb}
simply expands into \footnote{aaa}\footnote{bbb}
.
Should fnpct
keep these variants? And why?
/polls 'yes' 'no'
cgnieder commented
The poll is not recognized. I'll open a new issue.