From ec392b746ca8981610347bb5c65cc96dd775a38a Mon Sep 17 00:00:00 2001 From: eggy Date: Fri, 11 Sep 2020 22:44:14 -0400 Subject: [PATCH] setup: fix latex throughout site to use dollar signs --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f182be3..cfa8b0d 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ A "competitor" of sorts to magicalsoup/highschool. Please note that the clone link is incorrect; it should be `https://git.eggworld.tk/eggy/eifueo.git`. -The LaTeX formatting in this repository uses `\(...\)` for inline math, and `\[...\]` for multi-line math. +The LaTeX formatting in this repository uses `$...$` for inline math, and `$$...$$` for multi-line math. diff --git a/docs/index.md b/docs/index.md index a2b5dba..f2eaa6a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ This website is intended to be a database of knowledge for students. -Testing math rendering: \(a^2+b^2=c^2\) +Testing math rendering: $a^2+b^2=c^2$ | Tables | too! | | --- | --- |