]> matita.cs.unibo.it Git - helm.git/blob - matita/components/binaries/matex/test/ground_1.sty
- matex: minor corrections to handle applications with many arguments
[helm.git] / matita / components / binaries / matex / test / ground_1.sty
1 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
2 \ProvidesPackage{ground_1}[2016/06/19 Notation for "cic:/matita/lambdadelta/ground_1/"]
3 \RequirePackage{matex}
4 \ExecuteOptions{}
5 \ProcessOptions*
6
7 \makeatletter
8
9 \newcommand*\ld@cm[1]{\setpunctlink{,}{#1}}
10 \newcommand*\ld@oa[1]{\setopenlink{\langle}{#1}}
11 \newcommand*\ld@ca[1]{\setcloselink{\rangle}{#1}}
12
13 \newcommand*\ld@append[1]{\setbinlink{@}{#1}}
14 \newcommand*\ld@cons[1]{\setbinlink{\copyright}{#1}}
15 \newcommand*\ld@funlt[1]{\setbinlink{\olessthan}{#1}}
16
17 \newcommand*\ld@tupleB[3]{\ld@oa{#1}#2\ld@cm{#1}#3\ld@ca{#1}}
18
19 \newcommand*\Append[3]{#2\ld@append{#1}#3}
20 \newcommand*\ConsB[4]{\ld@tupleB{#1}{#2}{#3}\ld@cons{#1}#4}
21 \newcommand*\FunLt[3]{#2\ld@funlt{#1}#3}
22 \newcommand*\RevConsB[4]{#2\ld@cons{#1}\ld@tupleB{#1}{#3}{#4}}
23
24 \makeatother
25
26 \endinput