From 856a85be27b1b778b367c3605fadb8521e8d0827 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Wed, 5 Jun 2024 20:15:41 -0400 Subject: [PATCH] docs++ --- docs/src/formats.md | 6 +++--- docs/src/index.md | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) 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