From 85a9d77d70144d6965213730f44344d5e5a566e7 Mon Sep 17 00:00:00 2001 From: ederag Date: Thu, 13 Jun 2024 21:02:17 +0200 Subject: [PATCH] Use standard $\LaTeX$ instead of an image The black image was invisible in dark mode. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a60a7e..3d590b0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ MakieTeX allows you to draw and visualize arbitrary vector documents (TEX, Typst, PDF, SVG) in Makie! You can insert anything from a single line of math to a large and complex TikZ diagram. -It works by compiling a stand-alone LaTeX document to PDF. For CairoMakie, the PDF is read and rendered directly, and a raster image is rendered in GLMakie. +It works by compiling a stand-alone $\LaTeX$ document to PDF. For CairoMakie, the PDF is read and rendered directly, and a raster image is rendered in GLMakie. ### Quick start ```julia