Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update v3-lab for 3.2 #45

Open
wants to merge 7 commits into
base: v3-tools
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ For the remainder we assume that this symlink has been set.
## Getting the Lab to work


You need to install the MathJax context menu first:
You need to install the MathJax context menu and the mhchem parser first:

``` shell
nmp install mj-context-menu
```

Create a symbolic link for the context menu. MathJax expects it to be _in parallel_ to its code.

``` shell
ln -s node_modules/mj-context-menu
npm install mj-context-menu
npm install mhchemparser
npm install speech-rule-engine
```

Then run the lab by loading `v3-lab.html` in your webbrowser via a local
Expand Down
Loading