]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/matex/test/ground_1.sty
corrections to use less font packages (TeX was complaining)
[helm.git] / matita / components / binaries / matex / test / ground_1.sty
index 582e49cefb234f0993af71867b045a8c270f19ed..e1da3f4af9773e348b53aa990da777b4c41d8787 100644 (file)
@@ -1,10 +1,29 @@
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{ground_1}[2016/05/23 Notation for "cic:/matita/lambdadelta/ground_1/"]
+\ProvidesPackage{ground_1}[2016/06/19 Notation for "cic:/matita/lambdadelta/ground_1/"]
+\RequirePackage{matex}
+\let\bigtimes\undefined
+\RequirePackage{mathabx}
 \ExecuteOptions{}
 \ProcessOptions*
 
 \makeatletter
 
+\newcommand*\ld@cm[1]{\mathpunct{,}}
+\newcommand*\ld@oa[1]{\mathopen{\langle}}
+\newcommand*\ld@ca[1]{\mathclose{\rangle}}
+
+\newcommand*\ld@append[1]{\setbinlink{\oplus}{#1}}
+\newcommand*\ld@cons[1]{\setbinlink{\oright}{#1}}
+\newcommand*\ld@funlt[1]{\setbinlink{\olessthan}{#1}}
+\newcommand*\ld@revcons[1]{\setbinlink{\oleft}{#1}}
+
+\newcommand*\ld@tuple@b[3]{\ld@oa{#1}#2\ld@cm{#1}#3\ld@ca{#1}}
+
+\newcommand*\Append[3]{#2\ld@append{#1}#3}
+\newcommand*\ConsB[4]{\ld@tuple@b{#1}{#2}{#3}\ld@cons{#1}#4}
+\newcommand*\FunLt[3]{#2\ld@funlt{#1}#3}
+\newcommand*\RevConsB[4]{#2\ld@revcons{#1}\ld@tuple@b{#1}{#3}{#4}}
+
 \makeatother
 
 \endinput