GeneralPreviewing LaTeX without LaTeX?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
sonny
Posts: 13
Joined: Wed Mar 25, 2009 11:14 pm

Previewing LaTeX without LaTeX?

Post by sonny »

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!!

Recommended reading 2024:

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

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

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

Previewing LaTeX without LaTeX?

Post by Johannes_B »

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.

Code: Select all

Code, edit and compile here:
\documentclass[border=5pt]{standalone}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\begin{document}
$\displaystyle
x^2 \frac{d^2 y}{dx^2} + x \frac{dy}{dx} + (x^2 - \alpha^2)y = 0 $
\end{document}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Another possibillity could be MathML (or read someething at MathJax examples).
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply