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

MyMemoWiki

「TeX」の版間の差分

提供: MyMemoWiki
ナビゲーションに移動 検索に移動
22行目: 22行目:
 
  x^{a+b}
 
  x^{a+b}
 
<math>x^{a+b}</math>
 
<math>x^{a+b}</math>
 +
x^{a^b}
 +
<math>x^{a^b}</math>

2021年10月16日 (土) 01:16時点における版

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]