Tex-commands-displaylines

提供:Dev Guides
2020年6月23日 (火) 04:14時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

\ displaylines-Texコマンド

NAME

*\ displaylines* -任意の数の中央揃えの数式を表示します(位置合わせなし)。

概要

{ \displaylines{ <math> \cr <repeat as needed> } }

説明

\ displaylinesコマンドは、任意の数の中央揃えの数式を表示するために使用されます。 \ crの代わりに二重バックスラッシュを使用できます。最後の\\または\ crはオプションです。

  1. {ブランク}
\displaylines{
a = a\\
\text{if } a=b \text{ then } b=a\\
\text{if } a=b \text{ and } b=c \text{ then } a=c
}

+ $ \ displaylines \ {a = a \\ \ text \ {if} a = b \ text \ {then} b = a \\ \ text \ {if} a = b \ text \ {および} b = c \ text \ {then} a = c} $

link:/cgi-bin/printpage.cgi [__印刷]