From 2fed0959bef6e62ebb40f79d3293d3ed943e60c0 Mon Sep 17 00:00:00 2001 From: ederag Date: Thu, 13 Jun 2024 21:26:31 +0200 Subject: [PATCH] Use standard $\LaTeX$ instead of an image (#50) 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