diff options
Diffstat (limited to 'files/ko/web/mathml/index.html')
-rw-r--r-- | files/ko/web/mathml/index.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/files/ko/web/mathml/index.html b/files/ko/web/mathml/index.html new file mode 100644 index 0000000000..862714a36c --- /dev/null +++ b/files/ko/web/mathml/index.html @@ -0,0 +1,65 @@ +--- +title: MathML +slug: Web/MathML +tags: + - Landing + - MathML + - Reference +translation_of: Web/MathML +--- +<p><strong>MathML(Mathematical Markup Language)</strong>은 수학 표기를 기술하고 그 구조와 내용을 모두 담고 있는 <a href="/ko/docs/XML" title="/ko/docs/XML">XML</a> 마크 업 언어이다. 여기에는 이 강력한 기술을 사용하게 해주는 문서와 예제, 도구에 대한 링크를 제공하고 있다.</p> + +<div class="row topicpage-table"> +<div class="section"> +<h2 class="Documentation" id="Documentation" name="Documentation">MathML 레퍼런스</h2> + +<dl> + <dt><a href="/ko/docs/Web/MathML/Element" title="/ko/docs/Web/MathML/Element">MathML 요소 레퍼런스</a></dt> + <dd>MathML 요소에 대한 상세 내용과 데스크톱 및 모바일 브라우저에 대한 호환성 정보를 담고 있다.</dd> + <dt><a href="/ko/docs/Web/MathML/Attribute" title="/ko/docs/Web/MathML/Attribute">MathML 속성 레퍼런스</a></dt> + <dd>요소의 모양이나 동작을 변경하는 MathML 속성에 대한 정보를 제공한다.</dd> + <dt><a href="/ko/docs/Web/MathML/Examples" title="/ko/docs/Web/MathML/Examples">MathML 예제</a></dt> + <dd>MathML 작동 방식에 대한 이해를 돕는 샘플과 예제를 소개한다.</dd> + <dt><a href="/ko/docs/Web/MathML/Authoring" title="/ko/docs/Web/MathML/Authoring">MathML 작성</a></dt> + <dd>MathML 편집기와 결과를 웹에 적용하는 방법이 포함된 MathML을 작성하는데 도움이 되는 추천과 팁을 소개한다.</dd> +</dl> + +<p><span class="alllinks"><a href="/ko/docs/tag/MathML" title="/ko/docs/tag/CSS">모두 보기...</a></span></p> +</div> + +<div class="section"> +<h2 class="Community" id="커뮤니티">커뮤니티</h2> + +<ul> + <li><span class="hps">Mozilla 포럼보기...<br> + {{ DiscussionList("dev-tech-mathml", "mozilla.dev.tech.mathml") }}</span></li> + <li><a class="link-irc" href="irc://irc.mozilla.org/%23mathml" rel="external" title="irc://irc.mozilla.org/%23mathml">IRC 채널</a></li> + <li><a class="link-https" href="https://wiki.mozilla.org/MathML:Home_Page">Wiki used by Mozilla 공헌자 위키</a></li> + <li><a href="http://www.w3.org/Math/" title="http://www.w3.org/Math/">W3C Math Home</a></li> + <li><a href="http://lists.w3.org/Archives/Public/www-math/" title="http://lists.w3.org/Archives/Public/www-math/">www-math w3.org 메일 아카이브</a></li> +</ul> + +<h2 class="Tools" id="도구">도구</h2> + +<ul> + <li><a class="external" href="http://validator.w3.org">W3C Validator</a></li> + <li><a class="link-https" href="https://addons.mozilla.org/de/firefox/addon/8969/">FireMath Firefox 부가기능</a></li> + <li><a href="https://addons.mozilla.org/firefox/collections/fred_wang/mathzilla/" title="https://addons.mozilla.org/firefox/collections/fred_wang/mathzilla/">Mathzilla Firefox 부가기능 모음</a></li> + <li><a href="http://dlmf.nist.gov/LaTeXML/" title="http://dlmf.nist.gov/LaTeXML/">LaTeXML</a> - Convert LaTeX 문서를 HTML+MathML 웹페이지로 변경</li> + <li><a href="http://webdemo.visionobjects.com/equation.html" title="http://webdemo.visionobjects.com/equation.html">Web Equation</a> - 손으로 작성한 공식을 MathML이나 LaTeX로 변환</li> + <li><a href="http://www.mathjax.org/" title="http://www.mathjax.org/">MathJax</a> - 크로스 브라우징 JavaScript 수학 출력 엔진. See also the <a href="https://addons.mozilla.org/en-US/firefox/addon/mathjax-native-mathml/">MathJax Native MathML add-on</a>.</li> +</ul> + +<h2 class="Related_Topics" id="Related_Topics" name="Related_Topics"><span class="hps">관련 항목</span></h2> + +<ul> + <li><a href="/ko/docs/Web/CSS" title="/ko/docs/Web/CSS">CSS</a></li> + <li><a href="/ko/docs/Web/HTML" title="/ko/docs/Web/HTML">HTML</a></li> + <li><a href="/ko/docs/Web/SVG" title="/ko/docs/Web/SVG">SVG</a></li> +</ul> +</div> +</div> + +<h2 id="Browser_compatibility" name="Browser_compatibility">브라우저 호환성</h2> + +<p>{{Compat("mathml.elements.math", 0)}}</p> |