Skip to content

Commit

Permalink
Some readme refinement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Dec 4, 2014
1 parent 131082c commit fdd17e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# pretty-formula

A small Java library to parse mathematical formulas to LaTeX and display them as images
A small Java library to parse mathematical formulas to LaTeX and display them as images.

Formula:

```
(a_1 / (b_1 + sqrt(c))^2) + sin(a_2 * b_2)
```
Image:

![example](example.png?raw=true)

LaTeX:

```latex
\left(\frac{{a}_{1}}{{\left({b}_{1}+\sqrt{c}\right)}^{2}}\right)+\sin{\left({a}_{2}\cdot {b}_{2}\right)}
```
Expand Down

0 comments on commit fdd17e2

Please sign in to comment.