Skip to content

Commit

Permalink
Remove latexraw from readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
korsbo committed Aug 9, 2018
1 parent 2b1b144 commit e6f3108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -45,11 +45,11 @@ Latexify.jl is equipped to convert a whole range of types to latex formatted mat

```julia
using Latexify
print(latexraw("x+y/(b-2)^2"))
print(latexify("x+y/(b-2)^2"))
```
outputs:
```LaTeX
x + \frac{y}{\left( b - 2 \right)^{2}}
$x + \frac{y}{\left( b - 2 \right)^{2}}$
```

```julia
Expand Down

0 comments on commit e6f3108

Please sign in to comment.