aboutsummaryrefslogtreecommitdiff
path: root/doc/Tutorial.tex
diff options
context:
space:
mode:
authormarche2003-12-01 15:40:29 +0000
committermarche2003-12-01 15:40:29 +0000
commit8b827e1540166eed6cdd8f603eb9eb1a5e42ec84 (patch)
treeb09cf6cb624c8cd1ddeaa3d234b795a2ac272214 /doc/Tutorial.tex
parentbc73bc1ef78f6cb5cabb173e633be9cc96a05180 (diff)
version et style
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8371 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/Tutorial.tex')
-rwxr-xr-xdoc/Tutorial.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/Tutorial.tex b/doc/Tutorial.tex
index 661169d6ac..ef927764b2 100755
--- a/doc/Tutorial.tex
+++ b/doc/Tutorial.tex
@@ -1,8 +1,9 @@
\documentclass[11pt]{book}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
-\usepackage{palatino}
+\usepackage{pslatex}
+\input{./version.tex}
\input{./macros.tex}
\input{./title.tex}
@@ -31,8 +32,8 @@ that he calls \Coq~ from a standard teletype-like shell window, and that
he does not use any special interface such as Emacs or Centaur.
Instructions on installation procedures, as well as more comprehensive
documentation, may be found in the standard distribution of \Coq,
-which may be obtained by anonymous FTP from site \verb:ftp.inria.fr:,
-directory \verb:INRIA/coq/V7.4:.
+which may be obtained by anonymous FTP from site \texttt{ftp.inria.fr},
+directory \texttt{INRIA/coq/V\coqversion}:.
In the following, all examples preceded by the prompting sequence
\verb:Coq < : represent user input, terminated by a period. The
@@ -46,7 +47,7 @@ The standard invocation of \Coq\ delivers a message such as:
\begin{flushleft}
\begin{verbatim}
unix:~> coqtop
-Welcome to Coq 7.4 (Feb 2003)
+Welcome to Coq 8.0 (Dec 2003)
Coq <
\end{verbatim}