「TeX」の版間の差分
ナビゲーションに移動
検索に移動
(→=空白) |
|||
2行目: | 2行目: | ||
*[http://www27.cs.kobe-u.ac.jp/~masa-n/misc/cmc/j-kiso2001/iabasic/jlshort/jlshort.html LATEX2] | *[http://www27.cs.kobe-u.ac.jp/~masa-n/misc/cmc/j-kiso2001/iabasic/jlshort/jlshort.html LATEX2] | ||
*[http://www27.cs.kobe-u.ac.jp/~masa-n/misc/cmc/j-kiso2001/iabasic/jlshort/node34.html 記号] | *[http://www27.cs.kobe-u.ac.jp/~masa-n/misc/cmc/j-kiso2001/iabasic/jlshort/node34.html 記号] | ||
− | + | ===空白=== | |
*https://medemanabu.net/latex/horizontal-space/ | *https://medemanabu.net/latex/horizontal-space/ | ||
− | \quad | + | \quad |
===分数(frac)=== | ===分数(frac)=== |
2021年10月16日 (土) 01:50時点における版
TeX
空白
\quad
分数(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]
下付き
a_i
[math]\displaystyle{ a_i }[/math]
a_{ij}
[math]\displaystyle{ a_{ij} }[/math]
a_{i_j}
[math]\displaystyle{ a_{i_j} }[/math]
© 2006 矢木浩人