The core of the C# math rendering engine - CSharpMath.
Can display beautiful math equations and symbols from the LaTeX format.
Needs a front end to function.
Currently, front ends exist for Avalonia, iOS, SkiaSharp and Xamarin.Forms.
Build action that transforms text files using pandoc. Transform markdown, LaTeX or docx to HTML or PDF during build.
This project is just a wrapper around the awesome pandoc tool. See http://johnmacfarlane.net/pandoc/ for all the formats and options.
Enables to work with formulas built in the code or from a string. Computing, derivating, latex rendering, compilation, solving equations and systems of equations analytycally, simplification, and much more. Read more on https://am.angouri.org.
This package provides support for adding features to the Sandcastle Help File Builder project. In particular, the tools enable what follows.
* Adding LaTeX content to SHFB documentation files.
* Managing images in SHFB Reference topics.
* Setting lists of keywords to be colorized in code examples.
Aspose.TeX for .NET is a library that enables your C#, VB.NET, ASP.NET applications to typeset TeX files and obtain an output document in one of many supported file formats, such as XPS, PDF, JPEG, PNG, TIFF, and BMP. You do not need to install any third-party applications or components. Aspose.TeX...
More information
Can convert CSharpMath.Atom.MathList parsed from LaTeX with CSharpMath.Atom.LaTeXParser
into actual mathematical expressions that are evaluatable with AngouriMath.
Supports arithmetic, trigonometry, symbolic simplification and expansion,
as well as matrices, sets, and equation...
More information