Click or drag to resize

ILaTeXFormulaImageStreamProvider Interface

Interface to provide a LaTeX formula as an image. The image is provided as a stream, representing a .PNG image.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ILaTeXFormulaImageStreamProvider

The ILaTeXFormulaImageStreamProvider type exposes the following members.

Methods
 NameDescription
Public methodParse Parses the specified LaTeX formula text.
Top
See Also