summaryrefslogtreecommitdiff
path: root/support/tcltexed/bht/RCS/amsmath.bht,v
diff options
context:
space:
mode:
Diffstat (limited to 'support/tcltexed/bht/RCS/amsmath.bht,v')
-rw-r--r--support/tcltexed/bht/RCS/amsmath.bht,v66
1 files changed, 66 insertions, 0 deletions
diff --git a/support/tcltexed/bht/RCS/amsmath.bht,v b/support/tcltexed/bht/RCS/amsmath.bht,v
new file mode 100644
index 0000000000..655a9ee2ac
--- /dev/null
+++ b/support/tcltexed/bht/RCS/amsmath.bht,v
@@ -0,0 +1,66 @@
+head 1.1;
+access;
+symbols;
+locks
+ mys:1.1; strict;
+comment @# @;
+
+
+1.1
+date 2000.10.12.15.08.06; author mys; state Exp;
+branches;
+next ;
+
+
+desc
+@@
+
+
+1.1
+log
+@Initial revision
+@
+text
+@# 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@