Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
//...
'mathType.config': { 
    'properties': { 
        'configurationService': '/pluginwiris_engine/app/configurationjs' 
    } 
}
// ...


mathType API 설정하기

Status
title릴리즈 3.1.2501 이상
 
Status
title릴리즈 2.19.2501 이상

임포트시 mathType API를 통해 수식을 표현합니다. MathType을 통합하신경우 API를 서버에 구셩해 주셔야 합니다.

참고: https://docs.wiris.com/mathtype/en/mathtype-integrations/technical-configurations/api-services.html

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
//...
'mathType.config': {
    'properties': {
        'mathMlToSvgUrl': '/render?format=svg&mml={mathML}'
    } 
}
// ...