Author interactive math equations and diagrams online using LATEX and PSTricks
1–10 of 26 posts
Re: Author interactive math equations and diagrams online using LATEX and PSTricks
#2Re: Author interactive math equations and diagrams online using LATEX and PSTricks
#3I can go the route of latex -> png -> embed in html, but that does get tedious.
edit: looking at the source, it does appear to be the case:
"[...]if $\hat{x}(t) = \sum \limits_{k=0}^{M-1}\alpha_k \Psi_k$, where $x$ is a $p$-periodic signal[...]"
very cool. Though maybe I'm just easy to please.
Re: Author interactive math equations and diagrams online using LATEX and PSTricks
#4Mathematician here. The interactive stuff is cool, but besides that the page was a bit unclear on something simpler - is this something I can use to render static LaTeX expressions to decent looking (ie. better than standard latex2html) display equations dynamically in a browser? I can go the route of latex -> png -> embed in html, but that does get tedious. edit: looking at the source, it does appear to be the case:…
The diagrams are rendered to SVG (vector graphics, supported by all modern web browsers).
Re: Author interactive math equations and diagrams online using LATEX and PSTricks
#5Re: Author interactive math equations and diagrams online using LATEX and PSTricks
#6For working scientists, engineers and mathematicians, that are already familiar with LaTeX, this seems to be an easy and natural path to achieve (part of) the vision of Bret Victor.
Re: Author interactive math equations and diagrams online using LATEX and PSTricks
#7I wish there was a way to do this in PDF. If PDFs weren't these cumbersome static things it could really change how information is spread in the sciences. At least in my field the current mode for disseminating information is nearly 100% through downloading PDFs from journals, which inherently prohibits interactivity and dynamic visualizations.
Re: Author interactive math equations and diagrams online using LATEX and PSTricks
#8For working scientists, engineers and mathematicians, that are already familiar with LaTeX, this seems to be an easy and natural path to achieve (part of) the vision of Bret Victor.
Re: Author interactive math equations and diagrams online using LATEX and PSTricks
#9For working scientists, engineers and mathematicians, that are already familiar with LaTeX, this seems to be an easy and natural path to achieve (part of) the vision of Bret Victor.
I don't understand why he doesn't release the source for his applications.