Page MenuHomec4science

LaTeX
Updated 2,634 Days AgoPublic

LaTeX syntax is supported on every text field that uses Remarkup, the Phabricator markup language. Included README files, comments, wiki pages, project and repository descriptions, etc etc

Usage

Inline mode

{tex \pi}

Which will produce: π\pi

Display mode

katex {{{ 
  \begin{bmatrix} 
    a & b \\ 
    c & a 
  \end{bmatrix} 
}}}

Which will produce:

[abca]\begin{bmatrix} a & b \\ c & a \end{bmatrix}

References

We're using KaTeX\KaTeX to render LaTeX to HTML: Katex function support documentation.

Last Author
aubort
Last Edited
Feb 1 2017, 11:43

Event Timeline

aubort created this document.Jan 25 2017, 14:28
aubort edited the content of this document. (Show Details)
aubort added a project: c4science.
aubort edited the content of this document. (Show Details)
aubort edited the content of this document. (Show Details)Jan 29 2017, 01:52
aubort edited the content of this document. (Show Details)Jan 29 2017, 22:10
aubort edited the content of this document. (Show Details)Feb 1 2017, 11:43