1
1
mirror of https://github.com/varkor/quiver.git synced 2024-09-11 05:46:13 +03:00

Fix KaTeX build issue

Though KaTeX had been removed from `.gitmodules`, there was still a subproject commit entry in `src/KaTeX` which resulted in the creation of an empty directory when cloning.
This commit is contained in:
varkor 2021-11-20 18:33:14 +00:00
parent cfe491824a
commit 72d85871aa
2 changed files with 1 additions and 2 deletions

View File

@ -83,7 +83,7 @@ Currently, macros may be defined using `\newcommand`, and colours may be defined
`\definecolor` (using the colour modes: `rgb`, `RGB` or `gray`).
## Building
Run `make` from the command land, and then open `src/index.html` in your favourite web browser.
Run `make` from the command line, and then open `src/index.html` in your favourite web browser.
If this fails, you might be using an incompatible version of Make or Bash. In this case, you can
manually download the [latest release](https://github.com/KaTeX/KaTeX/releases) of KaTeX and place

@ -1 +0,0 @@
Subproject commit 062a28f35affa7e9419bcf7809c2c044d2806210