美文网首页
latex 特殊符号

latex 特殊符号

作者: 潘旭 | 来源:发表于2020-06-21 15:43 被阅读0次
  • \mathbb{R}, \mathbb{L}: \mathbb{R}, \mathbb{L}
  • \mathcal{L}, \mathcal{R}, \mathcal{F}: \mathcal{L}, \mathcal{R}, \mathcal{F}
  • \mathscr{L}, \mathscr{R}, \mathscr{F}: \mathscr{L}, \mathscr{R}, \mathscr{F}
  • \ell: \ell
  • \left \| x \right \| : \left \| x \right \|
  • h_i = [\overleftarrow{h}_i; \overrightarrow{h}_i]: h_i = [\overleftarrow{h}_i; \overrightarrow{h}_i]
\therefore
\left\{\begin{matrix}
    V_{att} = \sum_{i=1}^{n}{\alpha_i \times logits_i} 
    \\
    \alpha_{k} = \frac {\exp(logits_k)} {\sum_{i=1}^{n} {\exp(logits_i)}}
\end{matrix}\right.

\therefore \left\{\begin{matrix} V_{att} = \sum_{i=1}^{n}{\alpha_i \times logits_i} \\ \alpha_{k} = \frac {\exp(logits_k)} {\sum_{i=1}^{n} {\exp(logits_i)}} \end{matrix}\right.

\begin{bmatrix}
1& 2 \\ 
3& 4
\end{bmatrix}

\begin{bmatrix} 1& 2 \\ 3& 4 \end{bmatrix}

| 空格方式 | latex | 效果 |描述|
|---------|------|------|
|两个quad空格 | a \qquad b | a \qquad b | 两个m的宽度|
|quad空格 | a \quad b| a \quad b| 一个m的宽度|
|大空格 | a\ b | a\ b | 1/3m宽度 |
|中等空格 | a\;b|a\;b| 2/7m宽度|
|小空格 | a\,b|a\,b| 1/6m宽度|
|没有空格 | ab|ab|
|紧贴 | a\!b|a\!b| 缩进1/6m宽|

相关文章

网友评论

      本文标题:latex 特殊符号

      本文链接:https://www.haomeiwen.com/subject/rylaxktx.html