From f6918de7463a809890107942ba2122459e4d504e Mon Sep 17 00:00:00 2001 From: Fred Neumann Date: Tue, 3 May 2022 15:24:33 +0200 Subject: [PATCH] Info about supported MathJax version. --- docs/configuration/install.md | 1 + lang/ilias_de.lang | 2 +- lang/ilias_en.lang | 2 +- setup/README.md | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/configuration/install.md b/docs/configuration/install.md index 9c26ec9da044..498503c6652e 100755 --- a/docs/configuration/install.md +++ b/docs/configuration/install.md @@ -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 | diff --git a/lang/ilias_de.lang b/lang/ilias_de.lang index ae5e36c1c629..fcee8cc4c594 100644 --- a/lang/ilias_de.lang +++ b/lang/ilias_de.lang @@ -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 diff --git a/lang/ilias_en.lang b/lang/ilias_en.lang index 474555659d9f..7ec48bb650a7 100644 --- a/lang/ilias_en.lang +++ b/lang/ilias_en.lang @@ -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 diff --git a/setup/README.md b/setup/README.md index ab7b2e3e855e..bec2369722a0 100644 --- a/setup/README.md +++ b/setup/README.md @@ -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" : {