Site Tools


texrender

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
texrender [August 13, 2026 at 17:02] Ivan Janevskitexrender [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: 
-``` 
-<latex> 
-   $$ \oint\frac{f(z)}{z - a} dz$$  
-</latex> 
-<tikz> 
-  \draw(0, 0) -- (1, 1) 
-</tikz> 
-``` 
- 
  
texrender.1786640577.md.gz · Last modified: by Ivan Janevski