2
첫째, 내가 무엇을 보여 주려하고있어,이
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mixed Markup</title>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
MathML: {
extensions: ["content-mathml.js"]
}
});
</script>
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX- AMS-MML_HTMLorMML">
</script>
</head>
<body>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><csymbol cd="relation1">eq</csymbol>
<apply><csymbol cd="fns1">domain</csymbol>
<apply><csymbol cd="fns1">restriction</csymbol><ci>f</ci><ci>S</ci></apply>
</apply>
<ci>S</ci>
</apply>
</math>
</body>
두 번째, 표현은
입니다 즉, 단어 domain
과 restriction
은 기호가 아닌 HTML 요소에있는 단어로 표시됩니다.
이것은 단지 예입니다. OpenMath를 사용하는 식별자 또는 기호의 대부분은 웹에 표시되지 않습니다.
OpenMath Content Dictionaries, fns1
은 알려 주시기 바랍니다 내가 MathML을 Content Markup
참조사이트, 왜 ... 감사
이 this issue에서 볼 수
더하기, csymbol의 요소'eq'는 기호'='로 표시됩니다. – wallah
미래의 메모 : cdn.mathjax.org의 수명이 다해 가고 있습니다. https://www.mathjax.org/cdn-shutting-down/에서 마이그레이션 팁을 확인하십시오. –
@PeterKrautzberger 오 .. 감사합니다 !!!!!!!!!! – wallah