Editor parameters
For a MathType integration, it is possible to set the editor's GUI parameters. Parameters may be set in two different ways:
Via JavaScript in the HTML editor initialization. For example, changing the editor language:
… mathTypeParameters: { editorParameters: { language: 'de' } } …
Via
configuration.ini
. For example, changing the editor language:wiriseditorparameters = {"language": "de"}
Important considerations:
The examples above use the language. By default, the MathType editor inherits the language of the HTML editor where it is integrated. Using (1) or (2) overwrites the default.
Parameters affecting the formula rendering (Style section in the editor's variable configuration table) can only be set using (2).
Parameters using (1) overwrite those configured using (2).