From 05e48042e4a3624600e7cadbac4bfdd3e8340f51 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Mon, 13 Jan 2025 16:14:49 +0100 Subject: [PATCH] fix broken url (#69) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c532af..5891206 100644 --- a/README.md +++ b/README.md @@ -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.