aboutsummaryrefslogtreecommitdiff
path: root/doc/RefMan-ltac.tex
diff options
context:
space:
mode:
authorherbelin2004-01-05 19:11:26 +0000
committerherbelin2004-01-05 19:11:26 +0000
commitdf7ee5401f9010ca659da7bdb11cf85f3c79021b (patch)
tree1c97dabbe8fb6d172bfd9085bce0bff9db5cc588 /doc/RefMan-ltac.tex
parent79490d29774277801ccd4b7fa68dd9770bab8a6f (diff)
MAJ pour compilation coq-tex correcte
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8457 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/RefMan-ltac.tex')
-rw-r--r--doc/RefMan-ltac.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/RefMan-ltac.tex b/doc/RefMan-ltac.tex
index 06307a0304..eced8099aa 100644
--- a/doc/RefMan-ltac.tex
+++ b/doc/RefMan-ltac.tex
@@ -683,6 +683,7 @@ possible with the syntax:
\begin{center}
\fbox{\begin{minipage}{0.95\textwidth}
\begin{coq_example*}
+Require Import List.
Section Sort.
Variable A : Set.
Inductive permut : list A -> list A -> Prop :=