Kiterjesztés:Math
![]() Kiadási állapot: stabil |
|
---|---|
![]() |
|
Megvalósítás | Tag |
Leírás | Matematikai formulák renderelését teszi lehetővé |
Szerző(k) |
|
Legfrissebb verzió | continuous updates |
Kompatibilitási irányelv | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | >= 1.40.0 |
Adatbázis-változtatások | Igen |
Táblák | math mathoid mathlatexml |
Licenc | GNU General Public License 2.0 or later |
Letöltés | |
|
|
<math> |
|
Quarterly downloads | 365 (Ranked 31st) |
Public wikis using | 7,934 (Ranked 18th) |
Fordítsd le a(z) Math kiterjesztést, ha elérhető a translatewiki.net oldalon | |
Problémák | Nyitott feladatok · Hibajelentés |
The Math extension provides support for rendering mathematical formulae. An overview of what can currently be done with this extension is available at m:Help:Displaying a formula.
More information about installing and configuring this extension, including for older versions, can be found at Extension:Math/advancedSettings .
Képletek megjelenítése
The Math extension tries to deliver MathML output, with fallback to images in SVG (converting characters to <path>s) or PNG (least preferentially). Depending on the capabilities of the device you are using, the sort of output is chosen. Basic math support works for all browsers. However, for optimal rendering specific tuning may be needed:
- For Firefox or other Gecko browsers, it is required to install the Native MathML extension and math fonts.
Accessibility support is provided by NVDA, VoiceOver or Orca. Additionally, NVDA requires the MathPlayer plugin to read mathematics. - For Safari or other WebKit browsers, you may also install math fonts and enable native MathML rendering by inserting some CSS rules into the custom style sheet of your browser preference.
Accessibility support is provided by the VoiceOver screen reader but not by Orca yet. - For Chrome you must insert some CSS rules into the custom style sheet of your browser preference in order to get accessibility support via ChromeVox or visual rendering via the MathJax plugin.
- In some versions of Internet Explorer, it is possible to use MathPlayer as an assistive technology.
Telepítés
- Töltsd le a kiterjesztés fájljait, és mentsd el az
extensions/
mappán belüliMath
könyvtárba. - Add hozzá az alábbi kódot a
LocalSettings.php
fájlod aljára:wfLoadExtension( 'Math' );
- Futtasd le a frissítőszkriptet, ami automatikusan létrehozza a kiterjesztés által igényelt táblákat az adatbázisban.
- To see math beyond a plain text output, follow instructions below for enabling various math output modes.
- If you have problems for represent formulas when trying to use RESTBase, you can try using the following patch
Kész – A Special:Version oldalon ellenőrizheted, hogy a kiterjesztés ténylegesen feltelepült-e.
Vagrant-telepítés:
- Vagrant használata esetén telepítsd a
vagrant roles enable math --provision
paranccsal
You should additionally go to the page Special:MathStatus to see whether all of the components of the Math extension now work. For any problems you see, the best option is to create a task on https://phabricator.wikimedia.org
Unfortunately, there is no well tested guide on installing Mathoid and RESTBase to work with the Math extension, but there is at least a working draft. Extension:Math/RESTBase please contribute.
In addition, there is a Guide for Installing and Setting up MediaWiki with RESTBase and Mathoid in MW1.28.
Math output modes
The setting $wgMathValidModes holds an array with the names of output modes that can be used for rendering. If multiple modes are enabled, logged-in users can set a personal preference in the appearance pane of their user preferences page.
You can also use the $wgDefaultUserOptions setting to set which of these modes should be the default, e.g.:
$wgDefaultUserOptions['math'] = 'mathml';
Mathoid
Mode: 'mathml'
You can use Mathoid, an application that uses MathJax on the server side to convert texvc input to MathML+SVG rendering. This is the most recommended option; Mathoid is the Math rendering mode used on Wikipedia.
Mathoid as a service
"Mathoid as a service" is the recommended approach for the Math extension, and the default one. If you do not add any additional settings to LocalSettings.php, Math will use the Beta cluster's Mathoid and RESTBase services to do all math formula rendering. The default settings are:
// Set MathML as default rendering option
$wgDefaultUserOptions['math'] = 'mathml';
$wgMathFullRestbaseURL = 'https://wikimedia.org/api/rest_';
$wgMathMathMLUrl = 'https://mathoid-beta.wmflabs.org';
You can modify these settings in order use different Mathoid and RESTBase services, potentially including your own.
Mathoid's CLI interface
You can instead run Mathoid as a command-line utility on the local server. To use this approach, the following settings are recommended:
// Set MathML as default rendering option
$wgDefaultUserOptions['math'] = 'mathml';
// Please create a config.yaml in advance. Templates are in the Mathoid repository.
$wgMathoidCli = ['/path/to/mathoid/cli.js', '-c', '/path/to/mathoid/config.yaml'];
// Raise MediaWiki's memory limit to 1.2G for mathoid.
$wgMaxShellMemory = 1228800;
If you run MediaWiki in a system containing SELinux and you get the message Mathoid cli '/path/to/mathoid/cli.js' is not executable
in the error log, you can run the following to make sure that the Apache server allows to change system limits:
setsebool -P httpd_execmem 1 setsebool -P httpd_setrlimit 1
LaTeX
MediaWiki-verzió: | ≤ 1.39 |
Mode: 'png'
Since MediaWiki 1.32, this mode will also require a Mathoid server to work. In older versions, it requires installing texvc and texvccheck, which may require the most setup work.
LaTeXML
Mode: 'latexml'
Uses the LaTeXML utility. The rendering is done via an online service (set with $wgLaTeXMLUrl, which has a default value of https://latexml.formulasearchengine.com/convert).
No rendering
Mode: 'source'
This mode will forward the Latex input without rendering, presenting it in a <span>
element, surrounded by $ :formula $.
Make sure to set $wgMathDisableTexFilter to 'always' (see below) if you only want the raw latex formula, else an error will appear due to the failed check for PNG depictions.
Lényeges konfigurációs beállítások listája
Setting name | Default value | Description |
---|---|---|
$wgMathValidModes | [ 'source', 'mathml' ]
|
Defines the mode allowed on the server. |
$wgMathDisableTexFilter | 'never'
|
Option to disable the tex filter. If set to true any LaTeX expression is parsed this can be a potential security risk. If set to false only a subset of the TeX commands is allowed. See the wikipedia page Help:Math for details. Use "always" to disable this feature. |
$wgMathFullRestbaseURL | false | The math extension gets the default config from the Visual Editor, if available. Details. |
Nyomkövető kategóriák
A kiterjesztés több nyomkövető kategóriát is létrehoz, amivel meg lehet találni a hibákat és elavult funkciókat. A kategóriák pontos nevét MediaWiki-névtérbeli lapok határozzák meg.
MediaWiki-lap | Alapértelmezés | Leírás |
---|---|---|
MediaWiki:Math-tracking-category-error | Category:Pages with math errors | Olyan lapok, ahol a képlet szintaktikailag hibás, így nem dolgozható fel. |
MediaWiki:Math-tracking-category-render-error | Category:Pages with math render errors | Olyan lapok, ahol feldolgozás során ideiglenes hiba akadályozta a képlet megjelenítését. Ezek a lapok normál esetben maguktól megjavulnak egy idő után. |
MediaWiki:Math-tracking-category-texvc-deprecation | Category:Pages that use a deprecated format of the math tags | Olyan lapok, amik elavult texvc-szintaxist használnak (pl. $ % \and \or \part \ang \C \H \bold \Bbb\ \pagecolor ). Ezeket a szabványosabb LaTeX-re kell cserélni (rendre \$ \% \land \lor \partial \angle \Complex \mathbb{H} \mathbf \mathbb (removed) ). Lásd még: Extension:Math/Roadmap .
|
MediaWiki:Math-tracking-category-mhchem-deprecation | Category:Pages that use a deprecated format of the chem tags |
Deprecated chemical markup, see Extension:Math/Roadmap#Step 1 Part C: Manual fixing of mhchem syntax. |
Tippek és trükkök
- You can use the Firefox MathML copy addon to copy formulae to other applications such as Microsoft Word (video), or Google docs with the g(Math) plugin (video)
- You can override the user preferred and default rendermode by adding the
forcemathmode
attribute to the<math>
element. e.g. to force an image being rendered<math forcemathmode="png">...</math>
. - All images of rendered formula are stored in a cache and not automatically recreated if the page is viewed or edited. To force the re-rendering of all formulas of a page, purge using the
?action=purge&mathpurge=true
action. For example the URL https://en.wikipedia.org/w/index.php?title=Integral&action=purge&mathpurge=true will force re-rendering of the w:Integral article. Afterwards you need to bypass your browser cache so that the new created images of the formulas are actually downloaded.
Hibabejelentés
If something is wrong with the math extension you can report that at Phabricator. In addition you should check how your problem relates to the automated unit tests that are generated from the page CoverageTest.
Further reading
See Extension:Math/advancedSettings for old versions and further information.
Allapok
- Math/Announcement
- Math/CoverageTest
- Math/CustomizationHook
- Math/Displaystyle
- Math/Help:Formula
- Math/Hooks/MathAfterTexvc
- Math/Hooks/MathFormulaPostRender
- Math/Hooks/MathFormulaRendered
- Math/Hooks/MathRenderingResultRetrieved
- Math/Inputtypes
- Math/MathJaxMenu
- Math/MathJax testing
- Math/Popups
- Math/RESTBase
- Math/Roadmap
- Math/T140217
- Math/T167569
- Math/T1835557
- Math/T183559
- Math/T218295
- Math/T247697
- Math/T305613
- Math/T317065
- Math/T32215
- Math/T325625
- Math/T86450
- Math/T87007
- Math/TeX-header
- Math/Unique Ids
- Math/Url2Image
- Math/Wikibooks-20160516
- Math/additionalAnnotationTypes
- Math/advancedSettings
- Math/advancedSettings/de
- Math/advancedSettings/de-formal
- Math/advancedSettings/en
- Math/advancedSettings/es
- Math/advancedSettings/fr
- Math/advancedSettings/ja
- Math/advancedSettings/pl
- Math/advancedSettings/pt-br
- Math/advancedSettings/tr
- Math/annotation.js
- Math/bug/35189
- Math/bug/38641
- Math/bug/48032
- Math/bug/49210
- Math/bug/54818
- Math/bug/69554
- Math/bug/75285
- Math/chemrm
- Math/da
- Math/de
- Math/de-formal
- Math/en
- Math/es
- Math/fr
- Math/hu
- Math/id
- Math/ja
- Math/ko
- Math/math table
- Math/mathlatexml table
- Math/mathoid table
- Math/modifyMenu.js
- Math/newFeatures
- Math/pl
- Math/pt-br
- Math/ru
- Math/tr
- Math/uk
- Math/vi
- Math/yue
- Math/zh
Lásd még
- Extension:Math/Roadmap
- Mathoid
- Extension:SimpleMathJax - an alternative way to provide support for rendering mathematical formulas on-wiki, without texvc or LaTeX
- Texvc PHP Alternative
- Manual:Enable TeX/problems
- Manual:Math
![]() | Ezt a kiterjesztést egy vagy több Wikimédia-projekt használja. Ez valószínűleg azt jelenti, hogy stabil és nagy biztonsággal használható ilyen forgalmas oldalakon is. A kiterjesztést használó wikik pontos listáját a Wikimédia CommonSettings.php és InitialiseSettings.php konfigurációs fájljaiban a nevére keresve találhatod meg. Egy adott wikin telepített összes kiterjesztés listája a wiki Special:Version oldalán található. |
![]() | This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
- Extensions bundled with MediaWiki 1.38/hu
- Stable extensions/hu
- Tag extensions/hu
- GPL licensed extensions/hu
- Extensions in Wikimedia version control/hu
- GetPreferences extensions/hu
- LoadExtensionSchemaUpdates extensions/hu
- MaintenanceRefreshLinksInit extensions/hu
- ParserAfterTidy extensions/hu
- ParserFirstCallInit extensions/hu
- ParserOptionsRegister extensions/hu
- ResourceLoaderGetConfigVars extensions/hu
- SpecialPage initList extensions/hu
- UserGetDefaultOptions extensions/hu
- WikibaseClientDataTypes extensions/hu
- WikibaseRepoDataTypes extensions/hu
- All extensions/hu
- Extensions used on Wikimedia/hu
- Extensions included in BlueSpice/hu
- Extensions included in Canasta/hu
- Extensions included in Fandom/hu
- Extensions included in Miraheze/hu
- Extensions included in ProWiki/hu
- Extensions included in wiki.gg/hu
- Extensions included in WikiForge/hu
- Extensions included in Telepedia/hu
- TeX/hu
- Math display extensions/hu
- Extensions with VisualEditor support/hu