From 0da582f9a8c03b14afa62000c9b6dfa70e876a74 Mon Sep 17 00:00:00 2001 From: Pouya Kary Date: Fri, 24 Apr 2015 17:20:24 +0430 Subject: [PATCH] 0.1 Alpha --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad51a5..fe35384 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,18 @@ The text rendered using Intactus is better to be displayed using `Menlo` font fa To create "Mathematical Notation" you can use this simple API + ```C# Intactus.Notation.Generate( string ); ``` You feed it with a string representation of your notation and it will simply generate you an advance rendering: + ``C# string simple_notation = "sqrt( abs( -32 / 2 ) )" string rendered_notion = Intactus.Notation.Generate(simple_notation); -`` +``` And then the `rendered_notion` will be: