Graphics, Figures & Tables ⇒ How to draw Venn Diagrams in Wordpress
-
- Posts: 3
- Joined: Mon Feb 18, 2019 10:44 am
How to draw Venn Diagrams in Wordpress
I was searching around the internet for the exact solution on how to draw Venn diagrams in Latex on WordPress. Because I have experienced that using HTML and Latex is far easier on Blogspot than WordPress. I have found some links and read them. But did not find the solution as required.
I found that WP QuickLatex plugin is for tikz but after doing coding in latex for any diagram or text then the rendering of the latex code is crashed and it shows the alternative text "Rendered by quicklatex.org" instead of the actual latex text or image. It is shown in the picture too. The attached file.
Can anyone help me how to draw the Venn diagram in wordpress?
- Attachments
-
- qweqweqweqweqweqweqweqweqwe.JPG (20.43 KiB) Viewed 3315 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10334
- Joined: Mon Mar 10, 2008 9:44 pm
How to draw Venn Diagrams in Wordpress
I guess that rendering ist compiling by LaTeX and making a bitmap (jpg or png) anyway. So how about just compile your LaTeX code for the Venn diagram, convert it to PNG using any graphics program, and use this PNG on your website. It's static, but fast then, I guess you don't need runtime compilation and rendering of the diagram any time a user opens the web page.
Stefan
-
- Posts: 3
- Joined: Mon Feb 18, 2019 10:44 am
How to draw Venn Diagrams in Wordpress
-
- Posts: 3
- Joined: Mon Feb 18, 2019 10:44 am
How to draw Venn Diagrams in Wordpress
- Stefan Kottwitz
- Site Admin
- Posts: 10334
- Joined: Mon Mar 10, 2008 9:44 pm
How to draw Venn Diagrams in Wordpress
Stefan