Skip to content

MathML Getting Started

JiEun Lee edited this page Nov 16, 2020 · 5 revisions

MathML 공식문서 가이드 바로가기
MDN MathML 바로가기

🐤 Beginner's Guide

  • HTML5 에서 사용 가능
  • 기본적인 수학적 구조는 mathml.css 로 충분
  • 헤더에 mathml.css 삽입
<script src="[https://fred-wang.github.io/mathml.css/mspace.js](https://fred-wang.github.io/mathml.css/mspace.js)"></script>
  • 더 복잡한 구조가 필요한 경우 MathJax 라이브러리를 MathML 폴리필로 사용한다.
    • 스타일 속성 사용하기 위해서 필요!
<script src="[https://fred-wang.github.io/mathjax.js/mpadded-min.js](https://fred-wang.github.io/mathjax.js/mpadded-min.js)"></script>
  • MathML의 루트 요소는 <math>
<math xmlns="http://www.w3.org/1998/Math/MathML">
    <mi>z</mi>
    <mo>=</mo>
    <mn>2</mn>
    <mo>-</mo>
    <mn>3</mn>
  </math>

🤝 Rules

🤖 개발 진행 공유

🧑‍🏫 학습 정리

📖 Document

😄데일리 스크럼
😄일일 회의록
😄주간 회고록

🗣 피어세션

🔥 트러블 슈팅

Clone this wiki locally