Table of Contents

Class LatexHelper

Namespace
SunamoLaTeX
Assembly
SunamoLaTeX.dll

Provides helper methods for converting LaTeX symbols to Unicode characters.

public class LatexHelper
Inheritance
LatexHelper
Inherited Members
Extension Methods

Properties

TexSymbols

Gets or sets the dictionary mapping LaTeX symbols to Unicode characters.

public static Dictionary<string, string> TexSymbols { get; set; }

Property Value

Dictionary<string, string>

Methods

ConvertToUnicode(string)

Converts LaTeX text to Unicode by replacing LaTeX symbols with their Unicode equivalents.

public static string ConvertToUnicode(string latexText)

Parameters

latexText string

The LaTeX text to convert.

Returns

string

The converted Unicode text.