LibreOffice 24.8 ヘルプ
You can choose among various options for formatting a LibreOffice Math formula. The format options are displayed in the lower part of the Elements pane. These options are also listed in the context menu of the Commands window.
The following is a complete list of all available formatting options in LibreOffice Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the Commands window.
a は、書式を付ける対象のプレースホルダーを表しています。プレースホルダーには任意の文字が入力できます。
サブスクリプト右
サブスクリプト右をプレースホルダー付きで挿入します。コマンド ウィンドウに直接入力する場合は <?>_{<?>} とします。また、サブスクリプトダッシュを rsub または sub で置き換えることができます。
スペース小
プレースホルダーと次要素の間にスペース小を挿入します。コマンド ウィンドウに直接入力する場合は ` とします。このコマンドは、その右や左に記号、変数、数字、または完全なコマンドがある場合に有効です。
行列
行列配置で 4 つのプレースホルダーを挿入します。コマンド ウィンドウに直接入力する場合は、matrix{<?>#<?>##<?>#<?>} とします。行列配置では、2 つの座標により要素の位置が示されます。最初の座標は行番号を、2 番目の座標は列番号を示します。行と列の数はコマンド ウィンドウ内で記号を追加することで自由に拡張
alignl、alignc、alignr コマンドを使っての配置調整は、次のような場合に特に効果的です。
{alignl a}over{b+c} のように分子と分母を揃える
binom{2*n}{alignr k} などのような上下配列を構成する場合。
matrix{alignr a#b+2##c+1/3#alignl d} などのような行列の配置にする場合。
a+b-c newline alignr x/yなどのように新しい行を開始する場合。
配置コマンドを使用するときは、次の点に注意してください。
配置コマンドが数式の冒頭にひとつだけ付いていること。つまり、a+b alignr cと入力することはできても、a+alignr bと入力することはできません。
配置コマンドが互いに影響を及ぼすこと。{alignl{alignr a}}over{b+c}と入力すると、aは右揃えになります。
matrix{
alignr sin^2 x + cos^2 x#{}={}#alignl 1 ##
alignr cos^2 x #{}={} #alignl 1 - sin^2 x
}
行または数式がテキストで始まる場合、そのテキストは通常、左揃えに配置されます。もちろん、適切な配置コマンドで別の書式設定を行うことができます。例えば、stack{a+b-c*d#alignr "text"}とした場合、「text」は右揃えに配置されます。テキストは常に引用符で囲む必要があります。
The standard centralized formulas can be aligned to the left without using the Format - Align menu. To do this, place an empty character string, that is, the inverted commas which surround any text "", before the section of formula that you want to align. For example, typing "" a+b newline "" c+d results in both equations being left-aligned instead of centered.
コマンド ウィンドウに情報を入力する場合、一部の書式では構造が正しくなるようスペースが必要ですので注意してください。これは特に、a lsup{3} などのようにプレースホルダーのかわりに値を入力する場合にあてはまります。
LibreOffice Math での書式設定に関する詳細は、このハイパーリンクをクリックすると表示されます。