| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

TeX

提供: MyMemoWiki
2021年10月16日 (土) 01:16時点におけるPiroto (トーク | 投稿記録)による版 (→‎上付き)
ナビゲーションに移動 検索に移動

TeX

分数(frac)


  • スタイルに合わせた出力
\frac{a}{b}

[math]\displaystyle{ \frac{a}{b} }[/math]

  • テキストスタイル
\tfrac{a}{b}

[math]\displaystyle{ \tfrac{a}{b} }[/math]

  • ディスプレイスタイル
\dfrac{a}{b}

[math]\displaystyle{ \dfrac{a}{b} }[/math]

添字


上付き

x^a

[math]\displaystyle{ x^a }[/math]

x^{a+b}

[math]\displaystyle{ x^{a+b} }[/math]

x^{a^b}

[math]\displaystyle{ x^{a^b} }[/math]