texrender
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| texrender [August 13, 2026 at 17:02] – Ivan Janevski | texrender [August 13, 2026 at 17:08] (current) – removed Ivan Janevski | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | # texrender | ||
| - | `texrender` plugin | ||
| - | |||
| - | ``` | ||
| - | % !latex | ||
| - | \documentclass{standalone} | ||
| - | \begin{document} | ||
| - | CONTENT | ||
| - | \end{document} | ||
| - | |||
| - | % !tikz | ||
| - | \documentclass{standalone} | ||
| - | \usepackage{tikz} | ||
| - | \begin{document} | ||
| - | \begin{tikzpicture} | ||
| - | CONTENT | ||
| - | \end{tikzpicture} | ||
| - | \end{document} | ||
| - | ``` | ||
| - | |||
| - | This enables the syntax such as this: | ||
| - | ``` | ||
| - | < | ||
| - | $$ \oint\frac{f(z)}{z - a} dz$$ | ||
| - | </ | ||
| - | < | ||
| - | \draw(0, 0) -- (1, 1) | ||
| - | </ | ||
| - | ``` | ||
| - | |||
texrender.1786640577.md.gz · Last modified: by Ivan Janevski
