This file contains information on how to use the following LaTeX special characters and formatting features in your submission:
\& \$ \% \# \_ \{ \}
You may include special characters such as Greek letters, mathematical and planetary symbols, superscripts or subscripts in your text by using LaTeX math mode. Type a dollar sign, the appropriate symbol code, and a second dollar sign.
Examples:
$\AA$ produces Å (Angstrom)
45$^{\circ}$ produces 45°
Do not forget to include BOTH dollar signs
Note that omicron is simply keyed as lower-case (o) without the backslash (\).
\alpha \eta \nu \tau
\beta \theta \xi \upsilon
\gamma \iota o \phi
\delta \kappa \pi \chi
\epsilon \lambda \rho \psi
\zeta \mu \sigma \omega
Example: $\lambda$
\Gamma \Lambda \Sigma \Psi
\Delta \Xi \Upsilon \Omega
\Theta \Pi \Phi
Example: $\Gamma$
Description Command plus/minus sign (±) \pm minus/plus sign () \mp times symbol (×) \times division symbol (÷) \div tilde sign (~) \sim Angstrom (Å) \AA angstrom (å) \aa degree (°) $^{\circ}$ permil (
) \permil less than (<) < Note: no backslash needed greater than (>) > vertical bar (|) | Examples: $\sim$ produces ~ $<$ produces < $|$ produces |
Sun and Earth symbols are indicated by
\sunand
\earth
Example:
$M_{\sun}$ will indicate solar mass
To create a superscript, type a dollar sign, a caret (^), an open curly brace ({), the character(s) you want superscripted, a close curly brace (}), and another dollar sign:
Examples:
e = mc$^{2}$ $\pi r^{2}$
To create a subscript, type a dollar sign, an underscore, an open curly brace, the character(s) you want subscripted, a close curly brace, and another dollar sign:
Examples:
H$_{2}$O HNO$_{3}$
Description Command Example
Backwards (grave) accent \`{x} tout \`{a} vous = tout à vous
Forward (acute) accent \'{x} Gonzal\'{e}z = Gonzaléz
Caret symbol \^{x} \`{a} bient\^{o} = à bientô
Dieresis (umlaut) \"{x} f\"{u}r = für
Tilde \~{x} se\~{n}or = señor
Line breaks set by your word processor (such as soft or hard returns) will not affect the look of the abstract. If you need to create a line break, use a double backslash (\\). Note that a double backslash is not the same as a double forward slash (//), which doesn't indicate anything.
Use 2 hard returns to separate paragraphs.
Italic and Boldface Text
Italic text may be created by typing {\it (including the empty space), then the text you want italicized, then a close curly brace (}). Use italics only for citations and species names; do not use it to emphasize.
Example:
{\it this text will be italic} but the rest of the text is normal type
produces
this text will be italic but the rest of the text is normal type
Boldface text (for vectors) may be created by typing {\bf (including the empty space), then the text you want boldface, then a close curly brace (}).
Example:
{\bf this text will be boldface} but the rest of the text is normal type
produces
this text will be boldface but the rest of the text is normal type