aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoq2001-04-25 11:01:29 +0000
committercoq2001-04-25 11:01:29 +0000
commit342ab1e68c5941d1d746c8fafc557934cece2ed0 (patch)
tree66b75b2c9d615cd16d65863993bd5d1d5de54ded
parentd84851a91cf7dc1ede95f9af3330770d2d2cf3c8 (diff)
Pending ref's corrected
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8207 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--doc/Coercion.tex1
-rw-r--r--doc/Correctness.tex4
-rw-r--r--doc/RefMan-gal.tex2
-rwxr-xr-xdoc/RefMan-int.tex2
-rwxr-xr-xdoc/Tutorial.tex6
5 files changed, 8 insertions, 7 deletions
diff --git a/doc/Coercion.tex b/doc/Coercion.tex
index 47aee61cad..1aa1f106e7 100644
--- a/doc/Coercion.tex
+++ b/doc/Coercion.tex
@@ -321,6 +321,7 @@ Print Graph.
\asection{Classes as Records}
+\label{Coercions-and-records}
\index{Coercions!and records}
We allow the definition of {\em Structures with Inheritance} (or
classes as records) by extending the existing {\tt Record} macro
diff --git a/doc/Correctness.tex b/doc/Correctness.tex
index 1b24207f64..31d83775cf 100644
--- a/doc/Correctness.tex
+++ b/doc/Correctness.tex
@@ -681,7 +681,7 @@ $$
\mbox{\texttt{Require ProgramsExtraction.}}
$$
This extraction facility extends the extraction of functional programs
-(see chapter~\ref{CamlHaskellExtraction}), on which it is based.
+(see chapter~\ref{Extraction}), on which it is based.
Indeed, the extraction of functional terms (\Coq\ objects) is first
performed by the module \texttt{Extraction}, and the extraction of
imperative programs comes after.
@@ -696,7 +696,7 @@ That list may contain functional and imperative objects, and does not need
to be exhaustive.
Of course, you can use the extraction facilities described in
-chapter~\ref{CamlHaskellExtraction}, namely the \texttt{ML Import},
+chapter~\ref{Extraction}, namely the \texttt{ML Import},
\texttt{Link} and \texttt{Extract} commands.
diff --git a/doc/RefMan-gal.tex b/doc/RefMan-gal.tex
index 9a1da4bd38..c4fba70c47 100644
--- a/doc/RefMan-gal.tex
+++ b/doc/RefMan-gal.tex
@@ -610,7 +610,7 @@ called a {\em constant}\index{Constant} and one says that {\it the
constant is added to the environment}\index{Environment}.
A formal presentation of constants and environments is given in
-section \ref{Cic-definitions}.
+section \ref{Typed-terms}.
\subsubsection{\tt Definition {\ident} := {\term}.}
diff --git a/doc/RefMan-int.tex b/doc/RefMan-int.tex
index 83a7a90777..9671c99177 100755
--- a/doc/RefMan-int.tex
+++ b/doc/RefMan-int.tex
@@ -71,7 +71,7 @@ below.
\item The third part describes how to extend the system in two ways:
adding parsing and pretty-printing rules (chapter
\ref{Addoc-syntax}) and writing new tactics (chapter
- \ref{WritingTactics})
+ \ref{TacticLanguage})
\item In the fourth part more practical tools are documented. First in
diff --git a/doc/Tutorial.tex b/doc/Tutorial.tex
index a525c5a213..dd5b0ff5f7 100755
--- a/doc/Tutorial.tex
+++ b/doc/Tutorial.tex
@@ -45,10 +45,10 @@ The standard invocation of \Coq\ delivers a message such as:
\begin{small}
\begin{flushleft}
\begin{verbatim}
-unix: coqtop
-Welcome to Coq 7.0beta3-ocaml3.01 (March 2001)
+unix:~> coqtop
+Welcome to Coq 7.0 (April 2001)
-Coq <
+Coq <
\end{verbatim}
\end{flushleft}
\end{small}