aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/refman/RefMan-tac.tex
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2014-12-08 17:23:39 +0100
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2014-12-09 12:14:40 +0100
commit1a909f17deac1ca929eb429cba67b18869437374 (patch)
tree96c6857ff1368a11299147aea001f319e994ed93 /doc/refman/RefMan-tac.tex
parent14206ea932b147309f1cc046722b649a1aadb123 (diff)
refman: avoid label names with whitespace (unsupported in html)
Diffstat (limited to 'doc/refman/RefMan-tac.tex')
-rw-r--r--doc/refman/RefMan-tac.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex
index 5c87b12cc..e05ed721a 100644
--- a/doc/refman/RefMan-tac.tex
+++ b/doc/refman/RefMan-tac.tex
@@ -106,7 +106,7 @@ different forms:
\end{itemize}
\subsection{Occurrences sets and occurrences clauses}
-\label{Occurrences clauses}
+\label{Occurrences_clauses}
\index{Occurrences clauses}
An occurrences clause is a modifier to some tactics that obeys the
@@ -1103,7 +1103,7 @@ matching the pattern.
This notation allows specifying which occurrences of {\term} have to
be substituted in the context. The {\tt in {\occgoalset}} clause is an
occurrence clause whose syntax and behavior are described in
-Section~\ref{Occurrences clauses}.
+Section~\ref{Occurrences_clauses}.
\item {\tt set ( {\ident} \nelistnosep{\binder} := {\term} )}
@@ -1606,7 +1606,7 @@ syntax {\tt destruct ({\num})} (not very interesting anyway).
This syntax is used for selecting which occurrences of {\term} the
case analysis has to be done on. The {\tt in {\occgoalset}} clause is an
occurrence clause whose syntax and behavior is described in
- Section~\ref{Occurrences clauses}.
+ Section~\ref{Occurrences_clauses}.
\item{\tt destruct {\term$_1$} with {\bindinglist$_1$}
as {\disjconjintropattern} eqn:{\namingintropattern}
@@ -1791,7 +1791,7 @@ induction n.
This syntax is used for selecting which occurrences of {\term} the
induction has to be carried on. The {\tt in \occgoalset} clause is an
occurrence clause whose syntax and behavior is described in
- Section~\ref{Occurrences clauses}.
+ Section~\ref{Occurrences_clauses}.
\item {\tt induction {\term$_1$} with {\bindinglist$_1$}
as {\disjconjintropattern} %% eqn:{\namingintropattern}