tuned footnote;
authorwenzelm
Mon, 21 Feb 2000 14:10:21 +0100
changeset 8272 1329173b56ed
parent 8271 7602b57ba028
child 8273 9f9e6c65487d
tuned footnote;
src/HOL/Real/HahnBanach/ZornLemma.thy
--- a/src/HOL/Real/HahnBanach/ZornLemma.thy	Mon Feb 21 14:09:40 2000 +0100
+++ b/src/HOL/Real/HahnBanach/ZornLemma.thy	Mon Feb 21 14:10:21 2000 +0100
@@ -20,7 +20,7 @@
   ==>  EX y: S. ALL z: S. y <= z --> y = z";
 proof (rule Zorn_Lemma2);
   txt_raw {* \footnote{See
-  \url{http://isabelle.in.tum.de/library/HOL/HOL-Real/Zorn.html}}*};
+  \url{http://isabelle.in.tum.de/library/HOL/HOL-Real/Zorn.html}} \isanewline *};
   assume r: "!!c. c: chain S ==> EX x. x:c ==> Union c : S";
   assume aS: "a:S";
   show "ALL c:chain S. EX y:S. ALL z:c. z <= y";