Skip to content

Instantly share code, notes, and snippets.

@retorillo
Last active April 29, 2018 15:44
Show Gist options
  • Save retorillo/f1dc720c63b817613e47636a10db7cd5 to your computer and use it in GitHub Desktop.
Save retorillo/f1dc720c63b817613e47636a10db7cd5 to your computer and use it in GitHub Desktop.

LaTeX memo

Math

  • Vector \overrightarrow{a} (wider) vs \vec{a} (shorter)
  • Matrix and Determinant \begin{pmatrix} ... \end{pmatrix} (parentheses) or begin{vmatrix} ... \end{vmatrix} (simple vertical bar). Each of elements are separated by ampersand &, each of rows are separated by //
  • Cofactor \widetilde{A} (wider) vs \tilde{A} (shorter)
  • Minor determinant \overline{A} (wider) vs \bar{A} (shorter)
  • other symbols: amssymb
  • Built-in arrows: http://www.sascha-frank.com/Arrow/latex-arrows.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment