Skip to content

Commit

Permalink
latexify example: remove un-necessary MIME
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Sep 5, 2022
1 parent 7a22bdd commit 54ec9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ See [Terminals that support sixel](https://github.com/johnnychen94/Sixel.jl#term
```julia
using ImageInTerminal, Latexify

render(latexify(:(iħ * (∂Ψ(𝐫, t) / ∂t) = -ħ^2 / 2m * ΔΨ(𝐫, t) + V * Ψ(𝐫, t))), MIME("image/png"))
render(latexify(:(iħ * (∂Ψ(𝐫, t) / ∂t) = -ħ^2 / 2m * ΔΨ(𝐫, t) + V * Ψ(𝐫, t))), dpi=200)
```

<img src="https://github.com/JuliaImages/ImageInTerminal.jl/raw/imgs/latexify.png" alt="Latexify" width="500">
Expand Down

0 comments on commit 54ec9ea

Please sign in to comment.