diff options
-rw-r--r-- | doc/refman/Extraction.tex | 4 |
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: |