Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
0.1 Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
pouyakary committed Apr 24, 2015
1 parent 7c64d5c commit 0da582f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0da582f

Please sign in to comment.