Adding mathjax version 20211120 (fccaddf).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8436b74706
commit
24ffcac643
8 changed files with 310 additions and 0 deletions
8
plugins/55/mathjax/lang/en/settings.php
Normal file
8
plugins/55/mathjax/lang/en/settings.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
$lang['url'] = 'The URL from which MathJax will be loaded.';
|
||||
$lang['config'] = '(Optional) MathJax configuration; javascript code executed when MathJax loads. See https://docs.mathjax.org/en/latest/options/';
|
||||
$lang['configfile'] = '(Optional) One or more files containing MathJax configuration commands. Specify paths relative to the dokuwiki installation directory (e.g. conf/mathjax.js or data/pages/mathjaxconf.txt), and separate multiple files with semicolons.';
|
||||
$lang['asciimath'] = 'Turn this on if you use AsciiMath. This will ensure that `-delimited strings are left alone for MathJax to parse. (Incompatible with Markdown plugins.)';
|
||||
$lang['mathtags'] = '(Optional) HTML tags to treat as math for MathJax to parse. Specify each as the tag name without angle brackets, and separate multiple tags with commas. If using this option, the tags (with angle brackets) must be added to the MathJax configuration. E.g. "mytag, othertag" here would need something like the following in the MathJax configuration: inlineMath: [ ["<mytag>", "</mytag>"], ["<othertag>", "</othertag>"] ]';
|
||||
|
6
plugins/55/mathjax/lang/zh/settings.php
Normal file
6
plugins/55/mathjax/lang/zh/settings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$lang['url'] = '载入 MathJax 的网址。';
|
||||
$lang['config'] = '(可选的) MathJax 配置; MathJax 载入时执行的 javascript 代码。参见 http://docs.mathjax.org/en/latest/options/';
|
||||
$lang['configfile'] = '(可选的) 一个或多个包含 MathJax 配置命令的文件。指定相对于 dokuwiki 安装目录的路径(例如 conf/mathjax.js 或者 data/pages/mathjaxconf.txt),并用分号分隔多个文件。';
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue