doc-src/IsarImplementation/Thy/document/Proof.tex
changeset 40153 b6fe3b189725
parent 40126 916cb4a28ffd
child 40406 313a24b66a8d
--- a/doc-src/IsarImplementation/Thy/document/Proof.tex	Tue Oct 26 11:31:22 2010 +0200
+++ b/doc-src/IsarImplementation/Thy/document/Proof.tex	Tue Oct 26 15:57:16 2010 +0200
@@ -301,7 +301,7 @@
 \begin{isamarkuptext}%
 In the above example, the starting context is derived from the
   toplevel theory, which means that fixed variables are internalized
-  literally: \verb|x| is mapped again to \verb|x|, and
+  literally: \isa{x} is mapped again to \isa{x}, and
   attempting to fix it again in the subsequent context is an error.
   Alternatively, fixed parameters can be renamed explicitly as
   follows:%
@@ -332,7 +332,7 @@
 %
 \begin{isamarkuptext}%
 The following ML code can now work with the invented names of
-  \verb|x1|, \verb|x2|, \verb|x3|, without depending on
+  \isa{x{\isadigit{1}}}, \isa{x{\isadigit{2}}}, \isa{x{\isadigit{3}}}, without depending on
   the details on the system policy for introducing these variants.
   Recall that within a proof body the system always invents fresh
   ``skolem constants'', e.g.\ as follows:%