diff options
| author | aspiwack | 2012-05-10 14:51:33 +0000 |
|---|---|---|
| committer | aspiwack | 2012-05-10 14:51:33 +0000 |
| commit | e75cd30ff9fc61ce3de31c88645d9bb85128841c (patch) | |
| tree | 2012941171b9dc83f0786d56246bcf99fae78fd1 /doc/refman/RefMan-pro.tex | |
| parent | f24fee4b04c6a17152310e1318d4d2ed0c4c299f (diff) | |
Addedum to documentation of bullets: I now use the dedicated coq_example
environment to display the example.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15295 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/refman/RefMan-pro.tex')
| -rw-r--r-- | doc/refman/RefMan-pro.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refman/RefMan-pro.tex b/doc/refman/RefMan-pro.tex index c11c28db87..ca3a9cc985 100644 --- a/doc/refman/RefMan-pro.tex +++ b/doc/refman/RefMan-pro.tex @@ -259,7 +259,7 @@ level provided they are delimited by these. Available bullets are {\tt -}, {\tt +} and {\tt *} (without a terminating period). The following example script illustrates all these features: -\begin{verbatim} +\begin{coq_example*} Goal (((True/\True)/\True)/\True)/\True. Proof. split. @@ -272,7 +272,7 @@ Proof. * trivial. + trivial. - trivial. -\end{verbatim} +\end{coq_example*} \section{Requesting information} |
