Difference: LaTeX (12 vs. 13)

Revision 132009-05-22 - KevinLeytonBrown

Line: 1 to 1
 
META TOPICPARENT name="EmpiricalAlgorithmics"

LaTeX tips and tricks

Line: 122 to 122
 \[\textstyle \sum_i x^i\]

Added:
>
>

Footnotes

% 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

% Make footnotes one-per-page
\usepackage{perpage} 
\MakePerPage{footnote}

% number footnotes with symbols
\makeatletter
\def\@makefnmark{\@textsuperscript{\normalfont\fnsymbol{footnote}}}%
\makeatother

 

Misc trickery


Line: 147 to 173
 \bibpunct{[}{]}{;}{n}{,}{,} \bibliographystyle{plain}
Deleted:
<
<
% 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

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback