aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/refman
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-12-18 16:35:46 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-12-18 17:08:07 +0100
commitb49d803286ba9ed711313702bb4269c5e9c516fa (patch)
tree1f0c6407edb61f112c0872377ba2cef34386d554 /doc/refman
parentfc3b70a11aff48eedd7b235f5732cd170a6ab8be (diff)
Proof using: New vernacular to name sets of section variables
Diffstat (limited to 'doc/refman')
-rw-r--r--doc/refman/RefMan-pro.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/refman/RefMan-pro.tex b/doc/refman/RefMan-pro.tex
index 8d69f1682..789297fb4 100644
--- a/doc/refman/RefMan-pro.tex
+++ b/doc/refman/RefMan-pro.tex
@@ -177,6 +177,25 @@ The following options modify the behavior of {\tt Proof using}.
When {\tt Qed} is performed, suggest a {\tt using} annotation if
the user did not provide one.
+\subsubsection[\tt Package]{Name a set of section hypotheses for {\tt Proof using}}
+\comindex{Package}
+
+The command {\tt Package} can be used to name a set of section hypotheses,
+with the purpose of making {\tt Proof using} annotations more compat.
+
+\variant {\tt Package Some := x y z.}
+
+ Define the package named "Some" containing {\tt x y} and {\tt z}
+
+\variant {\tt Package Fewer := Some - x.}
+
+ Define the package named "Fewer" containing only {\tt x y}
+
+\variant {\tt Package Many := Fewer + Some.}
+
+ Define the package named "Many" containing the union of the elements
+ of "Fewer" and "Some", namely {\tt x y z}.
+
\subsection[\tt Abort.]{\tt Abort.\comindex{Abort}}
This command cancels the current proof development, switching back to