Skip to content

Commit

Permalink
fix broken url (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Jan 13, 2025
1 parent e63f98a commit 05e4804
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 @@ -66,7 +66,7 @@ fig

### Inner workings

MakieTeX provides high-level dispatches on `LaTeXString`s from the [`LaTeXStrings.jl`](github.com/stevengj/LaTeXStrings.jl) package, as well as some lower level types.
MakieTeX provides high-level dispatches on `LaTeXString`s from the [`LaTeXStrings.jl`](https://github.com/JuliaStrings/LaTeXStrings.jl) package, as well as some lower level types.

Any input is converted to a `TeXDocument`, which is then compiled to `CachedTeX`. This last type contains the compiled PDF and some pointers to in-memory versions of the PDF. These are what MakieTeX eventually uses to plot to the screen.

Expand Down

0 comments on commit 05e4804

Please sign in to comment.