I'm trying to put simple figures made with Tikz into a blogger blog, which seems to require images to be in png or jpg, not pdf. I've tried using Snip and TikzEdt, but my final images are blurry.
Is there a simple way to copy paste the figures, or even compile the tex tikz code right on the blog? How do LaTeX bloggers usually handle this? Do I need to learn HTML to do this?
standaloneclass. See e.g. https://tex.stackexchange.com/a/13361 and https://tex.stackexchange.com/a/11880. – Jan 26 '20 at 19:35pdftocairo,convert(from ImageMagick),sam2p, etc. Also Inkscape and Gimp have converters built in. – Skillmon Jan 26 '20 at 19:41\begin{document} \begin{tikzpicture} \draw [step=0.5] (-1.4,-1.4) grid (1.4,1.4); \end{tikzpicture} \end{document}
– AnonBlogger Jan 26 '20 at 20:01density(I am not sure you need thesize). – Jan 26 '20 at 20:27