Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Feb 26, 2022
1 parent cf78a8f commit bb41994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/howto/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ to parse the `LaTeXString`. You should load MathTeXEngine.jl
make sure these have been installed before running
Luxor and writing ``\LaTeX`` strings.

```@example
```julia
using Luxor
using MathTeXEngine
d = Drawing(600, 400,:svg) # hide
d = Drawing(600, 400, :svg) # hide
origin() # hide
background("grey6")
fontsize(26)
Expand Down

0 comments on commit bb41994

Please sign in to comment.