Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here's a list of options, pulled from several webpages online, as well as a <a href="https://stackoverflow.com/questions/3862250/net-component-for-math-ml-which-can-edit-formulas-render-them-as-image">few</a> <a href="https://stackoverflow.com/questions/5012543/library-for-visualizing-mathematical-equations-like-an-equation-editor">similar</a> <a href="https://stackoverflow.com/questions/1158536/render-math-equations-for-websites-latex">questions</a> on SO</p> <ul> <li><a href="https://github.com/ForNeVeR/wpf-math" rel="nofollow noreferrer">WPF-Math</a>, a WPF library for rendering math-related TeX markup.</li> <li><a href="http://numerator.sourceforge.net/general_info.php" rel="nofollow noreferrer">gNumerator</a> is a WinForms control that renders <a href="http://en.wikipedia.org/wiki/MathML" rel="nofollow noreferrer">MathML</a>. It is native C#, but appears to be quite old.</li> <li><a href="http://othercontrols.com/en/products/mathexpressioneditorlight/" rel="nofollow noreferrer">Math Expressions</a>, a commercial WinForms control for displaying and editing math equations. <strong>Note: Not free</strong></li> <li>There's an <a href="http://blog.noldorin.com/2010/04/rendering-tex-math-in-wpf/" rel="nofollow noreferrer">unofficial port of JMathTex</a> to a C# WPF control</li> <li>The Windows version of the LaTex editor <a href="http://www.lyx.org/" rel="nofollow noreferrer">Lyx</a> uses a native library called <a href="http://miktex.org/" rel="nofollow noreferrer">MikTex</a> you could take a look at. I saw mention somewhere that the <code>tex4ht</code> package renders math equations to images</li> <li><a href="http://www.forkosh.com/mimetex.html" rel="nofollow noreferrer">MimeTex</a>/<a href="http://www.forkosh.com/mathtex.html" rel="nofollow noreferrer">MathTex</a>, as you already mentioned</li> <li>You could also use a <code>WebBrowser</code> control, and just locally include <a href="http://www.math.union.edu/~dpvc/jsMath/" rel="nofollow noreferrer">one</a> <a href="http://mathscribe.com/author/jqmath.html" rel="nofollow noreferrer">of</a> <a href="http://www.codecogs.com/" rel="nofollow noreferrer">many</a> <a href="http://code.google.com/p/jstexrender/" rel="nofollow noreferrer">javascript</a> <a href="http://www.mathjax.org" rel="nofollow noreferrer">libraries</a> for rendering LaTex.</li> <li>You could pawn off the work onto Microsoft Word (<a href="https://stackoverflow.com/a/5012907/238419">Example</a> - <em>requires users to have MS Word installed!</em>)</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload