K (1 Version importiert) |
hw>Unknown user Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{{ | ==DescriptionMsg== | ||
{{ | {{AutoDocDescriptionMsg | ||
| | |name = BlueSpiceLatexRenderer | ||
|desc = {{int:bs-latexrenderer-extension-description | |||
{{ | }} | ||
}} | |||
==License== | |||
{{AutoDocLicense | |||
|name = GPL-3.0-only | |||
}} | |||
==Requirements== | |||
{{AutoDocRequirements | |||
|mediawiki = {{AutoDocVersion | |||
|name = MediaWiki | |||
|version = 1.35.0 | |||
}} | |||
|extensions = {{AutoDocVersion | |||
|name = BlueSpiceFoundation | |||
|version = 3.3 | |||
}} | |||
}} | |||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = LatexRendererBackendURL | |||
|value = <nowiki>'http://localhost:8080/BSLaTeX2PNG'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = LatexRendererImageDirName | |||
|value = <nowiki>'Math'</nowiki> | |||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSUEModulePDFFindFiles BSUEModulePDFFindFiles] | |||
|callback = BlueSpice\LatexRenderer\Hook\BSUEModulePDFFindFiles\AddFormulaImages::callback | |||
}} | |||
}} | |||
Version vom 7. Dezember 2021, 10:53 Uhr
DescriptionMsg
⧼bs-latexrenderer-extension-description⧽
License
GPL v3
Requirements
- MediaWiki: 1.35.0
- BlueSpiceFoundation: 3.3
Config
Konfiguration
Name | Wert |
---|---|
LatexRendererBackendURL | 'http://localhost:8080/BSLaTeX2PNG' |
LatexRendererImageDirName | 'Math' |