创建表格
你可以使用或者以下快捷键来创建表格:
table N t创建普通无框表格。
table N T创建居中无框表格。
table N b创建普通有框表格。
table N B创建居中有框表格。
在数学模式下,提供如下类表格结构:
table N
m创建一个矩阵矩阵matrix。
table N d创建一个行列式。
table N
c创建一个选择选择choice
list。
下面演示的是普通表格,居中有框表格和矩阵。下面的带标题的小表格是通过得到的。小表格允许你将多个表格并列排在一行上,而大表格一行只能有一个。通过可插入大表格。0.5fn
boom | tree |
hallo | hello |
wiskunde | mathematics |
普通无框表格
boom | tree |
hallo | hello |
wiskunde | mathematics |
居中有框表格
矩阵
0.5fn还有其他类似的类表格环境,除此之外新的环境也可以由用户自己创建。比如,通过或者math
&,你可以进入eqnarray环境。在此环境下,关注数学排版的用户可以轻易地对齐一组等式。例如:
sin
(f(x)g(x))' | = | (f(x)g(x))'cos
(f(x)g(x)) |
| = | (f'(x)g(x)+f(x)g'(x))cos(f(x)g(x)) |
新创建一个表格时,默认大小为最小(一般是11),且所有单元格都是空的。通过快捷键
(structured-insert-left),(structured-insert-right),(structured-insert-up)和(structured-insert-down)可以插入新列和新行。比如说,(structured-insert-right)在当前光标所在位置的右边插入新列,详情参见下图。你也可以用return在当前光标所在位置的下面插入新行。
2em⟶2em
一个在矩阵中插入新列的例子。如果光标在左边的矩阵所示位置处,此时按下(structured-insert-right)所得到的即右边的矩阵。
2013–2020Joris van der
Hoeven沈达
Permission is granted to copy, distribute and/or modify
this document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation; with no Invariant Sections, with no Front-Cover Texts, and
with no Back-Cover Texts. A copy of the license is included in the
section entitled "GNU Free Documentation License".