From 4130624ce034e60db7e2f086251c4f2c5ad71281 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Tue, 1 Aug 2017 22:21:20 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f20a0b6..f2df245 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # WpfTex -A user control to typeset \\LaTeX\\ math expressions in WPF. It was initally intended as a tool to render equations in WPF, but it became more of an excercise in implementing a parser. I've reached a limit with my ability to implement more LaTeX commands, but I intend to return to this project when I'm in a better position to learn how to more effectively parse the content. +A user control to typeset LaTeX math expressions in WPF. It was initally intended as a tool to render equations in WPF, but it became more of an excercise in implementing a parser. I've reached a limit with my ability to implement more LaTeX commands, but I intend to return to this project when I'm in a better position to learn how to more effectively parse the content. Currently supports super, sub, and super-sub scripts; all the Greek letters; several spacing commands; and roman and math-italic fonts. It uses unicode versions of the original Computer-Modern fonts under the Open Font Licence. The control also has limited data-binding and design-time capabilities.