]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/matex/test/test.tex
initial support for LaTeX-defined notatopn
[helm.git] / matita / components / binaries / matex / test / test.tex
index ddf18c40838abf537e74e295a431c646be81d9dc..26adf2224ff385a5201954da57a06f817553ddb1 100644 (file)
@@ -1,13 +1,24 @@
-\documentclass{article}
+\documentclass[8pt,twocolumn]{extarticle}
 
+\usepackage[bookmarks=false,ps2pdf]{hyperref}
+\usepackage[american]{babel}
 \usepackage{matex}
+\usepackage{legacy_1}
+\usepackage{ground_1}
+\usepackage{basic_1}
 
-\begin{document}
+\newcounter{node}
+\renewcommand*\ObjIncNode{\stepcounter{node}}
+\renewcommand*\ObjNode{\arabic{node} }
+
+\title{The Core Theory of the Formal System $\lambda\delta\hbox{-}1$}
 
-\input{matita.lambdadelta.basic_1.pr0.pr0.pr0_confluence.type}
+\author{Ferruccio Guidi}
+
+\begin{document}
 
-% \bigskip
+\maketitle
 
-% \input{matita.lambdadelta.basic_1.pr0.pr0.pr0_confluence.body}
+\input{objs}
 
 \end{document}