natter/org_test_documents/latex_fragment/notes.org
Tom Alexander e2f9938437
Add notes about latex fragments.
The places they are currently occurring in my posts are unintentional, so I don't think I will be implementing latex fragments right now, but the notes are worth keeping.
2023-10-31 12:32:20 -04:00

488 B

Double dollar

  $$CONTENTS$$

becomes

  \[CONTENTS\]
  $$1+1=2$$
  \[1+1=2\]

This gets interpreted by mathjax.

Single Dollar

  PRE$BORDER1 BODY BORDER2$POST

becomes

  \(BORDER1 BODY BORDER2\)
  foo$a bar b$.

becomes

  foo\(a bar b\).

This gets interpreted by mathjax.