Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-web committed Oct 7, 2024
1 parent 84b6c66 commit 2196e3d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,16 +289,20 @@ These attributes can be defined for each board by separating with `,`:
- box
- boardid

## Use the JSXGraph filter together with other filters

To avoid conflicts the order of filters should follow this rules:

- `MathJax` is **before** `JSXGraph`
- `Convert URLs into links and images` is **after** `JSXGraph`

## Using MathJax within the board

To use the pre-installed `MathJax` notation within the board, your **Moodle admin** first has to make some settings:
To use e.g. the pre-installed `MathJax` notation within the board, your **Moodle admin** first has to enable the `MathJax` filter
in `Moodle -> Site administration -> Plugins -> Filters -> Manage filters`. If the `TeX notation` filter is activated, this must be
arranged below `MathJax`.

1. Go to `Moodle -> Site administration -> Plugins -> Filters -> Manage filters`
2. If not already done, enable the `MathJax` filter
3. Arrange the filters so, that
-`MathJax` is **before** `JSXGraph`
-`Convert URLs into links and images` is **after** `JSXGraph`
4. If the `TeX notation` filter is activated, this must be arranged below `MathJax`
Also comply with the above-mentioned filter order.

After this changes **everyone** can use `MathJax` notation `$$(...)$$` within the board of JSXGraph as follows:

Expand Down

0 comments on commit 2196e3d

Please sign in to comment.