aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-09-17 20:26:40 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-09-17 20:26:40 +0000
commit63f03c10ae2e99e6dea7f038295f98487bf51a5d (patch)
treef2dc34ec818e4dd6e7e81bce9863e2d54a3f9356
parent1d68059e265f72e1665cc82b51707d9778103ac1 (diff)
doc/refman/Extraction.tex: no need to actually build euclid.ml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14478 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--doc/refman/Extraction.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refman/Extraction.tex b/doc/refman/Extraction.tex
index c5b7164a8..8df2cf3bf 100644
--- a/doc/refman/Extraction.tex
+++ b/doc/refman/Extraction.tex
@@ -469,9 +469,9 @@ mandatory. It only enhances readability of extracted code.
You can then copy-paste the output to a file {\tt euclid.ml} or let
\Coq\ do it for you with the following command:
-\begin{coq_example}
+\begin{verbatim}
Extraction "euclid" eucl_dev.
-\end{coq_example}
+\end{verbatim}
Let us play the resulting program: