From f31b0c54021eaf4776bf33cba0451b2b2500fb9b Mon Sep 17 00:00:00 2001 From: filliatr Date: Fri, 15 Dec 2000 10:28:24 +0000 Subject: un Reset Initial dans Tutorial.tex git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8147 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/.cvsignore | 1 + doc/Makefile.in | 4 ++-- doc/Tutorial.tex | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/.cvsignore b/doc/.cvsignore index 4174e5c73c..648f312ff4 100644 --- a/doc/.cvsignore +++ b/doc/.cvsignore @@ -26,3 +26,4 @@ doc-html.tar.gz all-ps-docs.tar.gz config.cache config.status +Makefile diff --git a/doc/Makefile.in b/doc/Makefile.in index a9712fb797..7c49bda1b5 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -198,8 +198,8 @@ demos-programs: Recursive-Definition.v.tex: ./title.tex Recursive-Definition.tex -Tutorial.v.dvi: ./title.tex Tutorial.tex -Tutorial.v.pdf: ./title.tex Tutorial.tex +Tutorial.v.dvi: ./title.tex Tutorial.v.tex +Tutorial.v.pdf: ./title.tex Tutorial.v.tex # RefMan-ppr.v.tex: ../tactics/eqdecide.cmo diff --git a/doc/Tutorial.tex b/doc/Tutorial.tex index d554675f1b..477dc9ac44 100755 --- a/doc/Tutorial.tex +++ b/doc/Tutorial.tex @@ -1249,6 +1249,9 @@ Reset bool. \subsection{Simple proofs by induction} %CP Pourquoi ne pas commencer par des preuves d'egalite entre termes % convertibles. +\begin{coq_eval} +Reset Initial. +\end{coq_eval} Let us now show how to do proofs by structural induction. We start with easy properties of the \verb:plus: function we just defined. Let us first -- cgit v1.2.3