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
Methods
ConvertToUnicode(string)
Converts LaTeX text to Unicode by replacing LaTeX symbols with their Unicode equivalents.
public static string ConvertToUnicode(string latexText)
Parameters
latexTextstringThe LaTeX text to convert.
Returns
- string
The converted Unicode text.