tex

tex の equation 環境で複数行の数式を入力する(\split を使う)

投稿日:

\equation の中で \split を使う。

\tag を使って、自分で定義した式番号を使える。

\begin{equation}
    \begin{split}
        a \\ b \\ c
    \end{split}
    \tag{式番号1}
\end{equation}

結果

-tex
-

執筆者:


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

tex でブロック行列を入力する方法

ゼロの成分が多いブロック行列を tex で出力する。 \usepackage{amsmath} を使う。 例 \usepackage{amsmath} \begin{document} $$ \lef …

no image

tex で、集合の元でないことを表現する方法

\not \in を使う。 例 x \not \in A 結果

no image

tex で表の縦横軸を調整する方法

例 \begin{center} \begin{table}[] \begin{tabular}{|c|c|c|c|} \hline 氏名 & 生年 & 没年 & 著書 …

no image

tex で太字を書く方法

{\bf } のように、太字にしたい部分を波かっこで囲むとよい。 例 ここは{\bf 太字}になる。 結果

no image

tex で傍点を使って強調する

tex で傍点を使って強調するには、一文字ずつ\. をつける。 例 \.g\.o\.o\.d 結果 このお姉さんはフィクションです!? 1巻【電子書籍】[ むつきつとむ ]価格:660円(税別、送料別 …