diff --git a/docs/src/formats.md b/docs/src/formats.md index a8ae877..837d1da 100644 --- a/docs/src/formats.md +++ b/docs/src/formats.md @@ -9,8 +9,8 @@ using MakieTeX, CairoMakie # Any of the below things could be used in place of the other. # However, `scatter` will not accept LaTeXStrings as markers. latex_string = L"\int_0^\pi \sin(x)^2 dx" -tex_document = TeXDocument(latex_string) -cached_tex = CachedTeX(tex_document) +tex_document = TEXDocument(latex_string) +cached_tex = CachedTEX(tex_document) fig = Figure() # use the teximg recipe @@ -46,7 +46,7 @@ doc = raw""" \end{document} """ -tex_document = TeXDocument(doc) +tex_document = TEXDocument(doc) fig = Figure() # use the teximg recipe diff --git a/docs/src/index.md b/docs/src/index.md index 3e5b096..ba53963 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -7,9 +7,6 @@ hero: name: "MakieTeX" text: "" tagline: Plotting vector images in Makie - image: - src: /logo.png - alt: MakieTeX logo actions: - theme: brand text: Introduction