summaryrefslogtreecommitdiff
path: root/support/tcltexed/bht/amsmath.bht
blob: a8182f53da0c041f999cc9fe63a25e385c236457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Copyright (C) 1999 - Martin Strauss - under terms of GPL
################################################################################
# I $Name $Latexbefehl $Buttontext/Giffile $Curserrueckverschiebung #
################################################################################

I amsmath "\\usepackage{amsmath}\n" amsmath 0

# Formelunterstruktur
I split "\\begin{split}\n&=\\\\\n&=\n\\end{split}\n" split 20
I multline "\\begin{multline}\n\\\\\n\n\\end{multline}\n" multline 19
I gather "\\begin{gather}\n\\\\\n\n\\end{gather}\n" gather 17
I align "\\begin{align}\n&= &=\\\\\n&= &=\n\\end{align}\n" align 26
I subequation "\\begin{subequation}\n\n\\end{subequation}\n" subequation 19
I intertext "\\intertext{}\n" intertext 2

# Matrizen
I matrix "\\begin{matrix} &  & \\\\\n &  & \\\\\n &  & \\end{matrix}\n" matrix 39 
I pmatrix "\\begin{pmatrix} &  & \\\\\n &  & \\\\\n &  & \\end{pmatrix}\n" pmatrix 40 
I bmatrix "\\begin{bmatrix} &  & \\\\\n &  & \\\\\n &  & \\end{bmatrix}\n" bmatrix 40 
I vmatrix "\\begin{vmatrix} &  & \\\\\n &  & \\\\\n &  & \\end{vmatrix}\n" vmatrix 40 
I Vmatrix "\\begin{Vmatrix} &  & \\\\\n &  & \\\\\n &  & \\end{Vmatrix}\n" Vmatrix 40 
I cases "\\begin{cases} & \\\\\n & \\\\\n & \\end{cases}\n" cases 29 

# Klammern
I bigl "\\bigl" bigl 0
I bigr "\\bigr" bigr 0
I Bigl "\\Bigl" Bigl 0
I Bigr "\\Bigr" Bigr 0
I biggl "\\biggl" biggl 0
I biggr "\\biggr" biggr 0
I Biggl "\\Biggl" Biggl 0
I Biggr "\\Biggr" Biggr 0

# Operatoren
I substack "\\substack{}" substack 1
I sideset "\\sideset{}{}" sideset 3
I boxed "\\boxed{}" boxed 1
I cfrac "\\cfrac{}{}" cfrac 3
I xleftarrow "\\xleftarrow[]{}" xleftarrow 3  
I xrightarrow "\\xrightarrow[]{}" xrightarrow 3  

#
I DeclareMathOperator "\\DeclareMathOperator{}{}\n" DeclareMathOperator 4