What is the best method of printing math equations in a C# (winforms) desktop application? The format for the source is not important; I can generate almost anything with a
Some googling lead me to this CodeProject article: it uses MimeTex, a library that generates gif from latex formulas. You'll have to use PInvoke to have it in C#, but everything seems to be in the article.