From what I've searched on the net, I assume the answer to the question above is "no".
I'm developing an application which performs numerical analysis, and the user has the possibility of automatically generating a memo with a description of the analysis just performed, containing math, simple figures, tables,...
My preference would be that my app generates such memos through LaTeX, because it has everything I could dream of, but however I find it unreasonable to force users of my software to also install LaTeX.
Some time ago I asked in this forum for possible ways of embedding LaTeX in the installation directory of my application, but I still find it's overkill.
Would you suggest another alternative? Are there any LaTeX alternatives which would offer the features my app needs for generating these memos, without installing LaTeX in the users computers?
Thanks!!
General ⇒ Previewing LaTeX without LaTeX?
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
Previewing LaTeX without LaTeX?
Most users are connected to the internet these days, and there are some LaTeX previewers out there. Our forum collaborates with WriteLaTeX, please follow the link above the code below.
Another possibillity could be MathML (or read someething at MathJax examples).
Code: Select all
Code, edit and compile here:
\documentclass[border=5pt]{standalone}\usepackage[english]{babel}\usepackage[utf8]{inputenc}\usepackage{amsmath}\begin{document}$\displaystylex^2 \frac{d^2 y}{dx^2} + x \frac{dy}{dx} + (x^2 - \alpha^2)y = 0 $\end{document}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.