Page tree

Versions Compared

Key

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

...

MathType API를 사용하여 수식을 표현할 수 있습니다. API가 설정되지 않은 경우, 내부 모듈에서 변환된 이미지로 수식이 표시됩니다. MathType 서버를 통합한 경우, 해당 API를 서버에 설정해야 합니다.

자세한 내용은 아래 문서를 참고하세요.:
API 서비스 설정 가이드

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

...