「TeX」の版間の差分
ナビゲーションに移動
検索に移動
(→ギリシャ文字) |
(→ギリシャ文字) |
||
19行目: | 19行目: | ||
|- | |- | ||
|β | |β | ||
− | |\beta | + | |\beta |
+ | |- | ||
|γ | |γ | ||
|\gamma | |\gamma | ||
48行目: | 49行目: | ||
|- | |- | ||
|κ | |κ | ||
− | \kappa | + | |\kappa |
|- | |- | ||
|λ | |λ |
2021年10月24日 (日) 08:58時点における版
TeX
空白
\quad
ギリシャ文字
出力 | 入力 |
---|---|
α | \alpha |
β | \beta |
γ | \gamma |
δ | \delta |
ϵ | \epsilon |
ε | \varepsilon |
ζ | \zeta |
η | \eta |
θ | \theta |
ϑ | \vartheta |
ι | \iota |
κ | \kappa |
λ | \lambda |
μ | \mu |
ν | \nu |
ξ | \xi |
o | o |
π | \pi |
ϖ
\varpi | |
ρ | \rho |
ϱ | \varrho |
σ | \sigma |
ς | \varsigma |
τ | \tau |
υ | \upsilon |
ϕ | \phi |
φ | \varphi |
χ | \chi |
ψ | \psi |
ω | \omega |
Γ | \Gamma |
Λ | \Lambda |
Σ | \Sigma |
Ψ | \Psi |
Δ | \Delta |
Ξ | \Xi |
Υ | \Upsilon |
Ω | \Omega |
Θ | \Theta |
Π | \Pi |
Φ | \Phi |
∑ | \sum |
∏ | \prod |
分数(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]
ベクトル
u=\left(\begin{array}{c}u_1\\u_2\\u_3\end{array}\right)
[math]\displaystyle{ u=\left(\begin{array}{c}u_1\\u_2\\u_3\end{array}\right) }[/math]
内積
{a}\cdot{b}
[math]\displaystyle{ {a}\cdot{b} }[/math]
外積
{a}\times{b}
[math]\displaystyle{ {a}\times{b} }[/math]
© 2006 矢木浩人