Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
LaTeX tips and tricks | ||||||||
Line: 136 to 136 | ||||||||
\usepackage{natbib} \bibpunct{[}{]}{;}{n}{,}{,} \bibliographystyle{plain} | ||||||||
Added: | ||||||||
> > | % repeat the same footnote multiple times one\footnotemark[\arabic{footnote}] two\footnotemark[\arabic{footnote}] \footnotetext{Whatever} % another way of doing the same thing, which creates different-numbered footnotes if there's a page break \usepackage{fixfoot} \DeclareFixedFootnote{\whatever}{Whatever.} one\whatever two\whatever | |||||||
Spacing displays |