Enter text into the box to render it in markdown. There is support for bold, italics, headings, images, code, links, lists, tables and math. Note for block math, put new lines between the delimiters and LaTeX.
Similar tools: arachnoid.com/latex and editor.codecogs.com.
Details
Write math using $ $
for inline or $$ $$
for block display. Supported LaTeX commands can be found on the KaTeX website.
Predefined macros:
Macro | Expansion |
---|---|
\op | \operatorname{#1} |
\vec | \mathbf{#1} |
\norm | {\left\lVert #1 \right\rVert} |
\angl | {\left\langle #1 \right\rangle} |
\anglsmall | {\langle #1 \rangle} |
\ceil | {\left\lceil #1 \right\rceil} |
\floor | {\left\lfloor #1 \right\rfloor} |
\what | \widehat{#1} |
\wtilde | \widetilde{#1} |
\xto | \xrightarrow{#1} |
\ol | \overline{#1} |
\ul | \underline{#1} |
\cat | \mathbf{#1} |
\ep | \varepsilon |
\vn | \varnothing |
\Hom | \operatorname{Hom} |
\C | \mathbb{C} |
Note: #n
corresponds to the nth argument passed in by \command{arg1}{arg2}...
rem
)Renderer