Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Design

Drew Butcher
Drew Butcher
33,160 Points

A Free Vector Base Graphic Programming Enviroment

Did I get your attention? :)

THE GOOD NEWS: It's true and the program is extremely robust offering a lot of advance functionality. Here is a link to the manual http://www.laqee.unal.edu.co/tex-archive/graphics/pgf/base/doc/generic/pgf/pgfmanual.pdf (over 700 pages with great examples to work through) and here is a link to some examples people have developed http://www.texample.net/tikz/examples/ . The precision here is amazing, everything is exactly as programed.

THE BAD NEWS: Ok so I have to confess I may scare a few people off with these next words. It's LaTeX!!! O :( Don't stop reading! (WHAT'S LATEX? it's a markup language just like HTML... so not that scary right... ooo did i mention it what mathematicians use to write professional papers) LOL... ok scary, I know because I am a mathematician. So if you made it this far you must be extremely courageous, and here is my challenge.

Challenge/Question: Presently, there is a way to implement parts of LaTeX (the math writing part :( boooo) into your HTML using MathJax (here is a link: http://www.mathjax.org/ how this works is an eaasy link of code http://docs.mathjax.org/en/latest/start.html#mathjax-cdn). However, MathJax just simulates the math environment of writing Latex which does not include everything like Tikzpicture (which is the robust vector base drawing environment). Booo, I know right! So the chllenge it to find a way to implement the full power of LaTeX which would include Tikzpicture within/(or in conjunction with) HTML. My thoughts are this would lead to a whole new tool kit for web developers/web designers as Tikzpicture is extremely powerful in producing excellent vector base graphics.

Best, Drew Butcher

1 Answer

James Barnett
James Barnett
39,199 Points

I'd suggest people use Inkscape for vector-based graphics, rather than try to to learn to use something based on LaTex.

Inkscape is Free & Open Source software.

You can think of it like this ...

Inkscape is to Illustrator as Gimp is to Photoshop