X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fmatex%2Ftest%2Fmatex.sty;h=a25d051cbca3668539d798844960509d9a4a527c;hb=348f1670b30f52db99187b2e92b45348e18ebbbe;hp=0312b6d1d30707718c66154afed2af1eebc1b117;hpb=2ffd7e47f1872878f6af4084074655da5cf3b23e;p=helm.git diff --git a/matita/components/binaries/matex/test/matex.sty b/matita/components/binaries/matex/test/matex.sty index 0312b6d1d..a25d051cb 100644 --- a/matita/components/binaries/matex/test/matex.sty +++ b/matita/components/binaries/matex/test/matex.sty @@ -1,12 +1,89 @@ -\newcommand*\Next[1]{\def\TMP{#1}\ifx\TMP\empty\let\next=\relax\else\ #1\let\next=\Next\fi\next} - -\newcommand*\Prop{PROP} -\newcommand*\Crop[1]{CROP} -\newcommand*\Type[1]{TYPE} -\newcommand*\LRef[1]{(L #1)} -\newcommand*\GRef{G} -\newcommand*\Abbr[3]{(D #1 #2 #3) } -\newcommand*\Abst[2]{(I #1 #2) } -\newcommand*\Prod[2]{(P #1 #2) } -\newcommand*\Appl{(A)\Next} -\newcommand*\Case[3]{(C #1 #2 #3)\Next} +\NeedsTeXFormat{LaTeX2e}[1995/12/01] +\ProvidesPackage{matex}[2016/05/22 MaTeX Package] +\RequirePackage{xcolor} +\ExecuteOptions{} +\ProcessOptions* + +\makeatletter + +\definecolor{ma@black}{HTML}{000000} +\definecolor{ma@blue}{HTML}{00005F} +\definecolor{ma@purple}{HTML}{3F005F} + +\newcommand*\ma@fwd{ma@black} +\newcommand*\ma@open{ma@blue} +\newcommand*\ma@exit{ma@blue} +\newcommand*\ma@prim{ma@purple} +\newcommand*\ma@qed{ma@blue} + +\newcommand*\neverindent{\setlength\parindent{0pt}} + +%\newcommand*\setlabel[1]{\protected@edef\@currentlabel{#1}} +%\newcommand*\ObjLabel[1]{\label{obj:#1}\hypertarget{obj:#1}{}} +%\newcommand*\ObjRef[1]{\hyperlink{obj:#1}{\ref*{obj:#1}}} +%\newcommand*\ma@setlabel[2]{\setlabel{#1}\ObjLabel{#2}} + +\newcommand*\ma@settarget[2]{\hypertarget{obj:#2}{#1}} +\newcommand*\ma@setlink[2]{\hyperlink{obj:#2}{#1}} + +\newcommand*\ObjIncNode{} +\newcommand*\ObjNode{} + +\newcommand*\ma@thehead[3]{\ObjIncNode\textbf{#1 \ObjNode(\ma@settarget{#2}{#3})}\neverindent\par} +\newcommand*\ma@theneck[1]{\textsl{#1}\neverindent\par} + +\newenvironment{axiom}[2]{\ma@thehead{Axiom}{#1}{#2}}{\par} +\newenvironment{declaration}[2]{\ma@thehead{Declaration}{#1}{#2}}{\par} +\newenvironment{definition}[2]{}{\par} +\newenvironment{proposition}[2]{\ma@thehead{Proposition}{#1}{#2}}{\par} +\newenvironment{proof}[2]{\ma@theneck{Proof}}{\par} +\newenvironment{ma@step}[1]{\color{#1}}{\par} + +\newcommand*\ma@tmp{} +\newcommand*\ma@skip[4]{} +\newcommand*\ma@next[5]{\def\ma@tmp{#5}% + \ifx\ma@tmp\empty #4\let\ma@tmp=\ma@skip\else #1#2{#5}\let\ma@tmp=\ma@next\fi + \ma@tmp #3#2#3#4% +} + +\newcommand*\ma@space{ } +\newcommand*\ma@arg[1]{#1} + +\newcommand*\ma@setopttarget[2]{\def\ma@tmp{#2}% + \ifx\ma@tmp\empty #1\else\ma@settarget{#1}{#2}\fi +} + +\newcommand*\PROP{PROP} +\newcommand*\CROP[1]{CROP} +\newcommand*\TYPE[1]{TYPE} +\newcommand*\LREF[2]{\def\ma@tmp{#2}% + \ifx\ma@tmp\empty #1\else\ma@setlink{#1}{#2}\fi +} +\newcommand*\GREF[2]{\ma@setlink{#1}{#2}} +\newcommand*\ABBR[4]{(D \ma@setopttarget{#1}{#2} #3 #4) } +\newcommand*\ABST[3]{(I \ma@setopttarget{#1}{#2} #3) } +\newcommand*\PROD[3]{(P \ma@setopttarget{#1}{#2} #3) } +\newcommand*\APPL{(A)\ma@next\ma@space\ma@arg\ma@space\relax} +\newcommand*\CASE[3]{(C #1 #2 #3)\ma@next\ma@space\ma@arg\ma@space\relax} + +\newcommand*\ma@with{ with } +\newcommand*\ma@comma{, } +\newcommand*\ma@stop{.\end{ma@step}} +\newcommand*\ma@head[6]{\def\ma@tmp{#5}% + \ifx\ma@tmp\empty\begin{ma@step}{#1}\textbf{\ma@setopttarget{#2}{#3}}% + \else\begin{ma@step}{#4}\textbf{\ma@setopttarget{#5}{#6}}% + \fi +} +\newcommand*\ma@tail{\ma@next\ma@with\ma@arg\ma@comma\ma@stop} + +\newcommand*\EXIT[1]{\ma@head{}{}{}{\ma@exit}{end}{} of block #1\ma@stop} +\newcommand*\OPEN[3]{\ma@head{}{}{}{\ma@open}{#1}{#2} is this block #3\ma@stop} +\newcommand*\PRIM[3]{\ma@head{}{}{}{\ma@prim}{#1}{#2} will have type #3\ma@stop} +\newcommand*\DECL[3]{\ma@head{\ma@qed}{\_QED}{}{\ma@fwd}{#1}{#2} has type #3\par} +\newcommand*\BODY[1]{being #1\ma@stop} +\newcommand*\STEP[1]{by #1\ma@tail} +\newcommand*\DEST[1]{by cases on #1\ma@tail} + +\makeatother + +\endinput