matharray;
authorwenzelm
Fri, 23 Oct 1998 19:40:00 +0200
changeset 5752 c3df312f34a2
parent 5751 369dca267a3b
child 5753 c90b5f7d0c61
matharray; records;
doc-src/iman.sty
--- a/doc-src/iman.sty	Fri Oct 23 19:35:20 1998 +0200
+++ b/doc-src/iman.sty	Fri Oct 23 19:40:00 1998 +0200
@@ -94,10 +94,19 @@
 \newcommand\ex[1]{\exists#1.}
 \newcommand{\pair}[1]{\langle#1\rangle}
 
+\newcommand{\lparr}{\mathopen{(\!|}}
+\newcommand{\rparr}{\mathclose{|\!)}}
+\newcommand{\fs}{\mathpunct{,\,}}
+\newcommand{\ty}{\mathrel{::}}
+\newcommand{\asn}{\mathrel{:=}}
+\newcommand{\more}{\ldots}
+\newcommand{\record}[1]{\lparr #1 \rparr}
+
 \newcommand\lbrakk{\mathopen{[\![}}
 \newcommand\rbrakk{\mathclose{]\!]}}
 \newcommand\List[1]{\lbrakk#1\rbrakk}  %was \obj
 \newcommand\vpile[1]{\begin{array}{c}#1\end{array}}
+\newenvironment{matharray}[1]{\[\begin{array}{#1}}{\end{array}\]}
 
 \let\int=\cap
 \let\un=\cup