"TeX 문법"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
==예시==
==분수==
;분수
{| class="wikitable"
{| class="wikitable"
! 입력 !! 출력
! 종류 ! 입력 !! 출력
|-
|-
| \frac { 7 }{ 22 } || <math>\frac { 7 }{ 22 }</math>
| 상하형 분수 || \frac { 7 }{ 22 } || <math>\frac { 7 }{ 22 }</math>
|-
| 선형 분수 || { 7 }/{ 22 } || <math>{ 7 }/{ 22 }</math>
|}
|}


;근호
==근호==
{| class="wikitable"
{| class="wikitable"
! 입력 !! 출력
! 종류 ! 입력 !! 출력
|-
|-
| \sqrt { 2 } || <math>\sqrt { 2 }</math>
| 제곱근 || \sqrt { 2 } || <math>\sqrt { 2 }</math>
|-
|-
| \sqrt [ 3 ]{ 5 } || <math>\sqrt [ 3 ]{ 5 }</math>
| 차수가 있는 근호 || \sqrt [ 3 ]{ 5 } || <math>\sqrt [ 3 ]{ 5 }</math>
|}
|}



2013년 5월 15일 (수) 09:26 판

1 분수

종류 ! 입력 출력
상하형 분수 \frac { 7 }{ 22 } [math]\displaystyle{ \frac { 7 }{ 22 } }[/math]
선형 분수 { 7 }/{ 22 } [math]\displaystyle{ { 7 }/{ 22 } }[/math]

2 근호

종류 ! 입력 출력
제곱근 \sqrt { 2 } [math]\displaystyle{ \sqrt { 2 } }[/math]
차수가 있는 근호 \sqrt [ 3 ]{ 5 } [math]\displaystyle{ \sqrt [ 3 ]{ 5 } }[/math]

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}