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

26번째 줄: 26번째 줄:
|-
|-
| 위 첨자 + 아래 첨자 || a_{ 5 }^{ 2 } || <math>a_{ 5 }^{ 2 }</math>
| 위 첨자 + 아래 첨자 || a_{ 5 }^{ 2 } || <math>a_{ 5 }^{ 2 }</math>
|}
==미적분==
{| class="wikitable"
! 종류 !! 입력 !! 출력
|-
| 부정적분 || \int{ x } || <math>\int{ x }</math>
|-
| 정적분 || \int _{ a }^{ 2 }{ x } || <math>\int _{ a }^{ 2 }{ x }</math>
|}
|}



2013년 5월 16일 (목) 16:31 판

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 첨자

종류 입력 출력
위 첨자 a^{ 2 } [math]\displaystyle{ a^{ 2 } }[/math]
아래 첨자 a_{ 5 } [math]\displaystyle{ a_{ 5 } }[/math]
위 첨자 + 아래 첨자 a_{ 5 }^{ 2 } [math]\displaystyle{ a_{ 5 }^{ 2 } }[/math]

4 미적분

종류 입력 출력
부정적분 \int{ x } [math]\displaystyle{ \int{ x } }[/math]
정적분 \int _{ a }^{ 2 }{ x } [math]\displaystyle{ \int _{ a }^{ 2 }{ x } }[/math]

5 같이 보기

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