I found this short-math-guide to LaTex very helpful. (also downloaded onto my mac under jessica/documents/reseearch/)
How to list an author with multiple affiliations (for myself):
Code:
Jessica A. Kirkpatrick\altaffilmark{1}$^{,}$\altaffilmark{2}

Output:

How to force a figure to span the entire page even when you have 2-columns:
Code:
include an * in \begin{figure*}
Output:

How to make a sum in a fraction in an equation be big
Code:
Put a "\displaystyle" before each \sum

Output:

No comments:
Post a Comment