Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Math mode ($ vs. $$)

Putting text between dollar signs will activate "math mode" where you can format equations and code in TeX. A single pair of dollar signs (e.g. $y = mx + b$) produces in-line math mode (ie able to use symbol for $\lambda$)

...

Use those curly brackets! { } are your friend!


fractions= ${#\over #}$,  and \overline {} will work for larger equations.


subscript: _

superscript: ^

...