sengopal / latex-cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latex in Powerpoint

https://www.jonathanleroux.org/software/iguanatex/

References

Apple Pages - Math Equations

Authoring Tools

Mac Keyboard Shortcuts for quick equations

  1. • ∞ ≤ ≥ on Mac OS
  2. Infinity ∞ is Option + 5
  3. Dot • is Option + 8
  4. Less than or equal ≤ is Option + <
  5. Greater than or equal ≥ is Option + >
  6. Option + w to get summation ∑.
  7. Superscript is cmd+shift+"+" (plus) sign
  8. Subscript cmd+"=" (equals) sign

Pseudocode

  • max(T[.]) ---------> for 1d array
  • max(T[1][.]) --------> for 2d array, first row

About

License:MIT License