From 48f58750125706b78b00284a541012982af4a17d Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Tue, 10 Feb 2015 14:09:25 +0100 Subject: Prevent Latex from messing with backticks. (Fix for bug #3871) --- doc/refman/RefMan-ext.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/refman/RefMan-ext.tex') diff --git a/doc/refman/RefMan-ext.tex b/doc/refman/RefMan-ext.tex index 3605a716e7..1eb40cd36d 100644 --- a/doc/refman/RefMan-ext.tex +++ b/doc/refman/RefMan-ext.tex @@ -1782,14 +1782,14 @@ This is useful for declaring the implicit type of a single variable. Implicit generalization is an automatic elaboration of a statement with free variables into a closed statement where these variables are quantified explicitly. Implicit generalization is done inside binders -starting with a \verb|`| and terms delimited by \verb|`{ }| and -\verb|`( )|, always introducing maximally inserted implicit arguments for +starting with a \texttt{\`{}} and terms delimited by \texttt{\`{}\{ \}} and +\texttt{\`{}( )}, always introducing maximally inserted implicit arguments for the generalized variables. Inside implicit generalization delimiters, free variables in the current context are automatically quantified using a product or a lambda abstraction to generate a closed term. In the following statement for example, the variables \texttt{n} and \texttt{m} are automatically generalized and become explicit -arguments of the lemma as we are using \verb|`( )|: +arguments of the lemma as we are using \texttt{\`{}( )}: \begin{coq_example} Generalizable All Variables. @@ -1834,7 +1834,7 @@ Definition id `(x : A) : A := x. Print id. \end{coq_example} -The generalizing binders \verb|`{ }| and \verb|`( )| work similarly to +The generalizing binders \texttt{\`{}\{ \}} and \texttt{\`{}( )} work similarly to their explicit counterparts, only binding the generalized variables implicitly, as maximally-inserted arguments. In these binders, the binding name for the bound object is optional, whereas the type is -- cgit v1.2.3