From 63f03c10ae2e99e6dea7f038295f98487bf51a5d Mon Sep 17 00:00:00 2001 From: letouzey Date: Sat, 17 Sep 2011 20:26:40 +0000 Subject: 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 --- doc/refman/Extraction.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/refman/Extraction.tex b/doc/refman/Extraction.tex index c5b7164a8f..8df2cf3bf2 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: -- cgit v1.2.3