...
Status title 릴리즈 3.1.2501 이상 Status title 릴리즈 2.19.2501 이상
임포트시 mathType MathType API를 통해 수식을 표현합니다. MathType을 통합하신경우 API를 서버에 구셩해 주셔야 합니다.참고: https://docs.wiris.com/mathtype/en/mathtype-integrations/technical-configurations/api-services.html표현할 수 있습니다. API가 설정되지 않은 경우 내부모듈에서 변환한 이미지로 표현됩니다. MathType 서버를 통합한 경우, 해당 API를 서버에 설정해야 합니다.
자세한 내용은 아래 문서를 참고하세요.:
API 서비스 설정 가이드
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
//...
'mathType.config': {
'properties': {
'mathMlToSvgUrl': '/render?format=svg&mml={mathML}'
}
}
// ... |
...