Version 3 vs 5
Version 3 vs 5
Content Changes
Content Changes
LaTeX syntax is supported on every text field that uses Remarkup, the Phabricator markup language.
**Usage syntax:**
```
katex {{{
\begin{bmatrix}
a & b \\
c & a
\end{bmatrix}
}}}
```
Which will produce:
katex {{{
\begin{bmatrix}
a & b \\
c & a
\end{bmatrix}
}}}
We're using katex to render LaTeX to HTML: [[https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX | Katex function support documentation]]
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: {tex \pi}
## Display mode
```
katex {{{
\begin{bmatrix}
a & b \\
c & a
\end{bmatrix}
}}}
```
Which will produce:
katex {{{
\begin{bmatrix}
a & b \\
c & a
\end{bmatrix}
}}}
## References
We're using {tex \KaTeX} to render LaTeX to HTML: [[https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX | Katex function support documentation]].
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: {tex \pi}
**Usage syntax:**## Display mode
```
katex {{{
\begin{bmatrix}
a & b \\
c & a
\end{bmatrix}
}}}
```
Which will produce:
katex {{{
\begin{bmatrix}
a & b \\
c & a
\end{bmatrix}
}}}
## References
We're using katex{tex \KaTeX} to render LaTeX to HTML: [[https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX | Katex function support documentation]].
c4science · Help