Skip to content

Commit

Permalink
Merge branch 'master' of github.com:0nyr/MakieTeX.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
0nyr committed Jan 22, 2025
2 parents 6e29336 + a29d480 commit bb1afd2
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 bb1afd2

Please sign in to comment.