Fixed but with old versions of pdflatex (fancy symbols not allowed in bookmarks).
authorballarin
Mon, 05 May 2003 10:53:27 +0200
changeset 13952 6206d3e7672a
parent 13951 e2bf2551eb9a
child 13953 65b76920e108
Fixed but with old versions of pdflatex (fancy symbols not allowed in bookmarks).
src/HOL/Algebra/Module.thy
--- a/src/HOL/Algebra/Module.thy	Sat May 03 13:31:07 2003 +0200
+++ b/src/HOL/Algebra/Module.thy	Mon May 05 10:53:27 2003 +0200
@@ -139,7 +139,9 @@
   finally show ?thesis .
 qed
 
-subsection {* Every Abelian Group is a $\mathbb{Z}$-module *}
+subsection {* Every Abelian Group is a Z-module *}
+
+(* Not all versions of pdflatex permit $\mathbb{Z}$ in bookmarks. *)
 
 text {* Not finished. *}