Update 'README.md'
This commit is contained in:
parent
0a439b3bf2
commit
4ea6d42508
|
@ -6,11 +6,13 @@ This repo is a copy of [Tibor Simon's Github](https://github.com/tiborsimon/math
|
|||
|
||||
## Usage
|
||||
|
||||
First, in the head of yout html page, load `MathJax.js` with the config setting:
|
||||
To download: `$ git clone https://git.brz9.dev/ed/mathjax-tex-woff.git`
|
||||
|
||||
In the head of your html page, load `MathJax.js` with the config setting:
|
||||
|
||||
`<script type="text/javascript" async src="path/to/mathjax-tex-woff/MathJax.js?config=TeX-AMS_CHTML"></script>`
|
||||
|
||||
Then, before the closing `</body>` tag add the following script:
|
||||
Before the closing `</body>` tag add the following script:
|
||||
|
||||
```
|
||||
<script type="text/x-mathjax-config">
|
||||
|
|
Loading…
Reference in New Issue