GeneralHow to use TikZ(LaTex) on Drupal 7 websites?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
codenext
Posts: 3
Joined: Thu Feb 25, 2016 8:14 pm

How to use TikZ(LaTex) on Drupal 7 websites?

Post by codenext »

Drupal is a content management system. I managed to find the drupal module named MathJax(LaTex) which allow me to write the Mathmatical equation through their Text formatter(CKEditor). And Is there possibility to use TikZ for the drupal sites, Is there any plugin or module for that?
TikZ: I belive that TikZ is a part of LaTex and use for the diagram display.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

How to use TikZ(LaTex) on Drupal 7 websites?

Post by Johannes_B »

Welcome,

i don't think a plugin like that exists. Mathjax actually has nothing to do with LaTeX, ist just uses the same syntax, meaning not everything is defined.

You would need to compile your images/pictures using the standalone class to pdf or png.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
codenext
Posts: 3
Joined: Thu Feb 25, 2016 8:14 pm

Re: How to use TikZ(LaTex) on Drupal 7 websites?

Post by codenext »

Sorry to say I am very new to web development, But have some understanding. So, If I understand correctly, I have to make whatever diagram or geometric graph want to make I have to make through whatever link-software you have provided, It will convert the code to picture and then generated png picture I will have to upload on my site manually and it will be there as image.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: How to use TikZ(LaTex) on Drupal 7 websites?

Post by Johannes_B »

Yes, external generation and then uploading it to your web site.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
codenext
Posts: 3
Joined: Thu Feb 25, 2016 8:14 pm

Re: How to use TikZ(LaTex) on Drupal 7 websites?

Post by codenext »

Thank you, Very appreciated..
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: How to use TikZ(LaTex) on Drupal 7 websites?

Post by Stefan Kottwitz »

Welcome to the forum!

Is your website online? Could you show it to us?

What TikZ images you plan to make - do you already have some? I'm very interested in TikZ. In addition to LaTeX and web hosting and programming. ;-)

Stefan
LaTeX.org admin
Post Reply