textual tweak
authorpaulson
Tue, 19 Jul 2005 11:38:45 +0200
changeset 16871 0f483b2632cd
parent 16870 a1155e140597
child 16872 a51699621d22
textual tweak
doc-src/TutorialI/Misc/document/simp.tex
doc-src/TutorialI/Misc/simp.thy
--- a/doc-src/TutorialI/Misc/document/simp.tex	Mon Jul 18 15:49:34 2005 +0200
+++ b/doc-src/TutorialI/Misc/document/simp.tex	Tue Jul 19 11:38:45 2005 +0200
@@ -530,7 +530,6 @@
 Always use ``\texttt{\_}'' rather than variable names: searching for
 \texttt{"x + y"} will usually not find any matching theorems
 because they would need to contain \texttt{x} and~\texttt{y} literally.
-
 When searching for infix operators, do not just type in the symbol,
 such as~\texttt{+}, but a proper term such as \texttt{"_ + _"}.
 This remark applies to more complicated syntaxes, too.
--- a/doc-src/TutorialI/Misc/simp.thy	Mon Jul 18 15:49:34 2005 +0200
+++ b/doc-src/TutorialI/Misc/simp.thy	Tue Jul 19 11:38:45 2005 +0200
@@ -449,7 +449,6 @@
 Always use ``\texttt{\_}'' rather than variable names: searching for
 \texttt{"x + y"} will usually not find any matching theorems
 because they would need to contain \texttt{x} and~\texttt{y} literally.
-
 When searching for infix operators, do not just type in the symbol,
 such as~\texttt{+}, but a proper term such as \texttt{"_ + _"}.
 This remark applies to more complicated syntaxes, too.