Skip to content

Commit 2fed095

Browse files
authored
Use standard $\LaTeX$ instead of an image (#50)
The black image was invisible in dark mode.
1 parent ed3d07e commit 2fed095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
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.
1313

14-
It works by compiling a stand-alone <img src="https://upload.wikimedia.org/wikipedia/commons/9/92/LaTeX_logo.svg" alt="LaTeX" height="20" align = "center"></a> document to PDF. For CairoMakie, the PDF is read and rendered directly, and a raster image is rendered in GLMakie.
14+
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.
1515

1616
### Quick start
1717
```julia

0 commit comments

Comments
 (0)