Skip to content

Commit

Permalink
Info about supported MathJax version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Neumann authored and swiniker committed May 31, 2022
1 parent 4963aa0 commit f6918de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/configuration/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ The ILIAS Testserver (https://test7.ilias.de) is currently configured as follows
| wkhtmltopdf | 0.12.6 |
| Ghostscript | 9.50 |
| Imagemagick | 6.9.10-23 Q16 |
| MathJax | 2.7.9 |


<a name="other-platforms"></a>
Expand Down
2 changes: 1 addition & 1 deletion lang/ilias_de.lang
Original file line number Diff line number Diff line change
Expand Up @@ -10662,7 +10662,7 @@ common#:#qpl_copy#:#Fragenpool für Tests kopieren
mathjax#:#mathjax_enable_mathjax_info#:#Aktiviert die LaTeX-Unterstützung mit MathJax, um mathematische Formeln ausgeben zu können.
mathjax#:#mathjax_enable_mathjax#:#MathJax aktivieren
mathjax#:#mathjax_mathjax#:#MathJax
mathjax#:#mathjax_path_to_mathjax_desc#:#Zum Beispiel: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML oder eine URL zu Ihrer lokalen Installation.
mathjax#:#mathjax_path_to_mathjax_desc#:#Zum Beispiel: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS-MML_HTMLorMML oder eine URL zu Ihrer lokalen Installation. ILIAS 6 und 7 unterstützt MathJax 2.7, noch nicht MathJax 3.
mathjax#:#mathjax_path_to_mathjax#:#URL zu MathJax
mathjax#:#mathjax_settings#:#MathJax-Einstellungen
mathjax#:#mathjax_limiter#:#Trennzeichen
Expand Down
2 changes: 1 addition & 1 deletion lang/ilias_en.lang
Original file line number Diff line number Diff line change
Expand Up @@ -5833,7 +5833,7 @@ jscalendar#:#wk#:#wk
mathjax#:#mathjax_enable_mathjax_info#:#Activates support for MathJax based mathematical output of LaTeX expressions.
mathjax#:#mathjax_enable_mathjax#:#Enable MathJax
mathjax#:#mathjax_mathjax#:#MathJax
mathjax#:#mathjax_path_to_mathjax_desc#:#E.g. https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML or a URL to your local installation.
mathjax#:#mathjax_path_to_mathjax_desc#:#E.g. https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS-MML_HTMLorMML or a URL to your local installation. ILIAS 6 and 7 supports MathJax 2.7, not yet MathJax 3.
mathjax#:#mathjax_path_to_mathjax#:#URL to MathJax
mathjax#:#mathjax_settings#:#MathJax Settings
mathjax#:#mathjax_limiter#:#Inline Delimiters
Expand Down
4 changes: 2 additions & 2 deletions setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,10 @@ are printed bold**, all other fields might be omitted. A minimal example is
* *mathjax* (type: object) contains settings for Services/MathJax
```
"mathjax" : {
"path_to_latex_cgi" : "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
"path_to_latex_cgi" : ""
},
```
* *path_to_latex_cgi* (type: string) executable
* *path_to_latex_cgi* (type: string) url of a mimetex installation (deprecated). Please configure MathJax in the ILIAS Administration.
* *pdfgeneration* (type: object) contains settings for Services/PDFGeneration
```
"pdfgeneration" : {
Expand Down

0 comments on commit f6918de

Please sign in to comment.