Writer:公式编辑器命令参考
出自OOo 中文指南手册翻译
目录 |
[编辑] 一元/二元操作符
| 符号 | 命令 | 显示 |
|---|---|---|
| 正号 | +1 | +1 |
| 负号 | -1 | −1 |
| 正负号 | +-1 | <math>\pm 1</math> |
| 负正号 | -+1 | <math>\mp 1</math> |
| 逻辑非 | neg a | ¬a |
| 加法 | a + b | a+b |
| 点乘 | a cdot b | a·b |
| 叉乘 | a times b | a×b |
| 乘法(星号*) | a * b | a * b |
| 逻辑与 | a and b | a∧b |
| 减法 | a - b | a−b |
| 除法(分数) | a over b | <math>\frac{a}{b}</math> |
| 除法(除号) | a div b | a÷b |
| 除法(斜线) | a / b | a/b |
| 逻辑或 | a or b | <math>a \or b</math> |
| 连结 | a circ b | <math> a \circ b </math> |
(译者注: 本表中的某些术语翻译与软件的不一致。)
[编辑] 关系操作符
| 符号 | 命令 | 显示 |
|---|---|---|
| 相等 | a = b | a=b |
| 不等于 | a <> b | a≠b |
| 近似等于 | a approx 2 | a≈b |
| 可被整除 | a divides b | <math>a \mid b</math> |
| 不能被整除 | a ndivides b | <math>a \! \nmid \! b</math> |
| 小于 | a < 2 | a<2 |
| 大于 | a > 2 | a>2 |
| 相似于或等于 | a simeq b | <math>a\! \simeq\! b</math> |
| 平行于 | a parallel b | <math>a \!\parallel\! b</math> |
| 垂直于 | a ortho b | <math>a \!\perp\! b</math> |
| 小于或等于 | a leslant b | <math>a \!\leqslant\! b</math> |
| 大于或等于 | a geslant b | <math>a \!\geqslant\! b</math> |
| 相似于 | a sim b | <math>a\!\sim\! b\,\!</math> |
| 全等于 | a equiv b | a≡b |
| 小于或等于 | a <= b | a≤b |
| 大于或等于 | a >= b | a≥b |
| 成比例于 | a prop b | <math>a\! \propto\! b</math> |
| 接近 | a toward b | a→b |
| 左向双箭头 | a dlarrow b | a⇐b |
| 双向双箭头 | a dlrarrow b | a⇔b |
| 右向双箭头 | a drarrow b | a⇒b |
(译者注: 本表中的某些术语翻译与软件的不一致。)
[编辑] 集合运算
| 符号 | 命令 | 显示 |
|---|---|---|
| 包含在 | a in B | a∈B |
| 不包含在 | a notin B | a∉B |
| 含有 | A owns b | <math>A\!\ni\! b</math> |
| 空集 | emptyset | <math>\emptyset</math> |
| 交集 | A intersection B | A∩B |
| 并集 | A union B | A∪B |
| 差异集 | A setminus B | <math>A\!\setminus\! B</math> |
| 商数集 | A slash B | <math>A\!/\! B</math> |
| Aleph符号 | aleph | ℵ |
| 子集 | A subset B | A⊂B |
| 子集或等集 | A subseteq B | A⊆B |
| 全集 | A supset B | A⊃B |
| 全集或等集 | A supseteq B | A⊇B |
| 非子集 | A nsubset B | A⊂ / B |
| 非子集或等集 | A nsubseteq B | A⊆ / B |
| 非全集 | A nsupset B | A⊃ / B |
| 非全集或等集 | A nsupseteq B | A⊇ / B |
| 自然数集 | setN | <math>\mathbb{N}</math> |
| 整数集 | setZ | <math>\mathbb{Z}</math> |
| 有理数集 | setQ | <math>\mathbb{Q}</math> |
| 实数集 | setR | <math>\mathbb{R}</math> |
| 复数集 | setC | <math>\mathbb{C}</math> |
(译者注: 本表中的某些术语翻译与软件的不一致。)
[编辑] 函数
| 符号 | 命令 | 显示 |
|---|---|---|
| 指数函数 | func e^{a} | <math>\operatorname{e}^a</math> |
| 自然对数 | ln(a) | <math>\ln(a)</math> |
| 指数函数 | exp(a) | <math>\exp(a)</math> |
| 对数 | log(a) | <math>\log(a)</math> |
| 乘幂 | a^{b} | <math>a^b\,\!</math> |
| 正弦 | sin(a) | <math>\sin(a)</math> |
| 余弦 | cos(a) | <math>\cos(a)</math> |
| 正切 | tan(a) | <math>\tan(a)</math> |
| 余切 | cot(a) | <math>\cot(a)</math> |
| 平方根 | sqrt{a} | <math>\sqrt{a}</math> |
| 反正弦 | arcsin(a) | <math>\arcsin(a)</math> |
| 反余弦 | arccos(a) | <math>\arccos(a)</math> |
| 反正切 | arctan(a) | <math>\arctan(a)</math> |
| 反余切 | arccot(a) | <math>\arccot(a)</math> |
| n次方根 | nroot{a}{b} | <math>\sqrt[a]{b}</math> |
| 双曲正弦 | sinh(a) | <math>\sinh(a)</math> |
| 双曲余弦 | cosh(a) | <math>\cosh(a)</math> |
| 双曲正切 | tanh(a) | <math>\tanh(a)</math> |
| 余切双曲面 | coth(a) | <math>\coth(a)</math> |
| 绝对值 | abs{a} | \,a\,|</math> |
| 反双曲正弦 | arsinh(a) | <math>\operatorname{arsinh}(a)</math> |
| 反双曲余弦 | arccosh(a) | <math>\operatorname{arcosh}(a)</math> |
| 反双曲正切 | arctanh(a) | <math>\operatorname{artanh}(a)</math> |
| 反余切双曲面 | arccoth(a) | <math>\operatorname{arcoth}(a)</math> |
| 阶乘 | fact{a} | <math>a!\!\,</math> |
[编辑] 运算符
所有的运算符都可以使用界限参数(from和to)。 All operators can be used with the limit functions (“from" and “to").
[编辑] 属性
注 1: 不带括号的非命令字将被认定为变量。变量默认以斜体显示。 Unquoted text that is not a command is considered to be a variable. Variables are, by default, italicized.
注 2: 一共有三种定制字体:serif (参看 serifs), sans (sans serif, 意义为非 serifs风格), 和fixed (monospaced). 请使用 格式 > 字体 来更改变量(不带括号的文本)的字体。 To change the actual fonts used for custom fonts and the fonts used for variables (unquoted text), numbers and functions, use Format > Fonts.
注 3: 所有的颜色设置只作用于跟在命令的后面到下一个分隔符中的文字,要更改多个文字的颜色,请用花括号把文字括起来。 For all coloring, the color will apply only to the text immediately following the command until the next space is encountered. In order to have the color apply to more characters, place the text you want in color in curly brackets.
[编辑] 其他
(译者注: 本表中的某些术语翻译与软件的不一致。)
[编辑] 括号
(译者注: 本表中的某些术语翻译与软件的不一致。)
[编辑] 格式
| 符号 | 命令 | 显示 | |
|---|---|---|---|
| 左字角文字(左上标) | a lsup{b} | <math>{}^b\!a</math> | |
| 上标(中上标) | a csup{b} | <math>\overset{b}{a}</math> | |
| 右上标 | a^{b} | <math>a^b\,\!</math> | |
| 左下标 | a lsub{b} | <math>{}_b a \,\!</math> | |
| 底下标 | a csub{b} | <math>\underset{b}{a}</math> | |
| 右下标 | a_{b} | <math>a_b\,\!</math> | |
| 左对齐文字(文字默认居中对齐) | stack { Hello world # alignl (a) } |
| |
| 居中对齐文字 | stack{Hello world # alignc(a)} |
| |
| 右对齐文字 | stack { Hello world # alignr(a)} |
| |
| 垂直编排(2个元素) | binom{a}{b} | <math>\begin{matrix} a \\ b \end{matrix}</math> | |
| 垂直方向编排 | stack{a # b # z} | <math>\begin{matrix}a \\ b \\ z \end{matrix}</math> | |
| 矩阵 | matrix{ a # b ## c # d } | <math>\begin{matrix}a & b \\ c & d \end{matrix}</math> | |
| 公式以等号“=”对齐 (使用matrix命令) | matrix{ a # "=" # alignl{b} ## {} # "=" # alignl{c+1} } | <math>\begin{align}a & = b \\ {} & = c+1 \end{align}</math> | |
| 公式以等号“=”对齐(使用透明命令phantom) | stack{ alignl{a} = b # alignl{phantom{a} = c+1} } | <math>\begin{align}a & = b \\ {} & = c+1 \end{align}</math> | |
| 新行 | asldkfjo newline sadkfj | asldkfjo sadkfj | |
| 小空白(重音号“`”) | stuff `stuff | <math>{stu\!f\!\!f} ~ {stu\!f\!\!f}</math> | |
| 大空白(波浪号“~”) | stuff~stuff | <math>{stu\!f\!\!f} \quad {stu\!f\!\!f}</math> |
(译者注: 本表中的某些术语翻译与软件的不一致。)
[编辑] 希腊字母
| 代码 | 显示 | 代码 | 显示 | 代码 | 显示 | 代码 | 显示 | 代码 | 显示 |
|---|---|---|---|---|---|---|---|---|---|
| %ALPHA | Α | %BETA | Β | %CHI | Χ | %DELTA | Δ | %EPSILON | Ε |
| %ETA | Η | %GAMMA | Γ | %IOTA | Ι | %KAPPA | Κ | %LAMBDA | Λ |
| %MU | Μ | %NU | Ν | %OMEGA | Ω | %OMICRON | Ο | %PHI | Φ |
| %PI | Π | %PSI | Ψ | %RHO | Ρ | %SIGMA | Σ | %THETA | Θ |
| %UPSILON | Υ | %XI | Ξ | %ZETA | Ζ | ||||
| %alpha | α | %beta | β | %chi | χ | %delta | δ | %epsilon | ε |
| %eta | η | %gamma | γ | %iota | ι | %kappa | κ | %lambda | λ |
| %mu | μ | %nu | ν | %omega | ω | %omicron | ο | %phi | φ |
| %pi | π | %rho | ρ | %sigma | σ | %tau | τ | %theta | θ |
| %upsilon | υ | %varepsilon | <math>\varepsilon</math> | %varphi | <math>\varphi</math> | %varpi | <math>\varpi</math> | %varrho | <math>\varrho</math> |
| %varsigma | <math>\varsigma</math> | %vartheta | <math>\vartheta</math> | %xi | ξ | %zeta | ζ |
[编辑] 特殊符号
| %and ∧ <math>\and</math> | %angle ∠ <math>\angle</math> | %element ∈ <math>\in</math> | %identical ≡ <math>\equiv\,\!</math> |
| %infinite ∞ <math>\infin\,\!</math> | %noelement ∉ <math>\notin</math> | %notequal ≠ <math>\ne\,\!</math> | %or ∨ <math>\or</math> |
| %perthousand ‰ | %strictlygreaterthan <math>\gg</math> | %strictlylessthan <math>\ll</math> | %tendto → <math>\to\,\!</math> |
[编辑] 进度表
| Writer:公式编辑器命令参考 中文化进度 | 翻译 | 0 | 校对 | 0 | 插图 | / | 上次编辑 | 20091218155316 | 编者 | PingjuOOo |


