-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1200 from maths/API-ext
API-ext - Revert Goemaxima versions, fix MathJax URL
- Loading branch information
Showing
4 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,12 +93,13 @@ $CFG->inputmustverify = 1; | |
$CFG->inputshowvalidation = 1; | ||
|
||
// These should match the version of goemaxima in docker-compose. | ||
$CFG->stackmaximaversion = "2024060301"; | ||
$CFG->stackmaximaversion = "2024060300"; | ||
$CFG->version = "2024060300"; | ||
|
||
// Do not change this setting. | ||
$CFG->mathsdisplay = 'api'; | ||
|
||
$CFG->libdir = $CFG->dirroot . '/emulation/libdir'; | ||
|
||
$CFG->mathjaxurl = 'https://cdn.jsdelivr.net/npm/[email protected]/MathJax.js?config=TeX-AMS-MML_HTMLorMML'; | ||
// MathJax URL | ||
$CFG->httpsurl = 'https://cdn.jsdelivr.net/npm/[email protected]/MathJax.js?config=TeX-AMS-MML_HTMLorMML'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters