Antiquotation setup is now contained in theory Base.
--- a/CookBook/FirstSteps.thy Fri Oct 10 17:04:05 2008 +0200
+++ b/CookBook/FirstSteps.thy Fri Oct 10 17:06:26 2008 +0200
@@ -1,7 +1,5 @@
theory FirstSteps
-imports Main
-uses "antiquote_setup.ML"
- "antiquote_setup_plus.ML"
+imports Base
begin
--- a/CookBook/Recipes/NamedThms.thy Fri Oct 10 17:04:05 2008 +0200
+++ b/CookBook/Recipes/NamedThms.thy Fri Oct 10 17:06:26 2008 +0200
@@ -1,8 +1,5 @@
-
theory NamedThms
-imports Main
-uses "antiquote_setup.ML"
- "antiquote_setup_plus.ML"
+imports Base
begin
section {* Accumulate a List of Theorems under a Name *}
--- a/CookBook/Solutions.thy Fri Oct 10 17:04:05 2008 +0200
+++ b/CookBook/Solutions.thy Fri Oct 10 17:06:26 2008 +0200
@@ -1,7 +1,5 @@
theory Solutions
-imports Main
-uses "antiquote_setup.ML"
- "antiquote_setup_plus.ML"
+imports Base
begin
chapter {* Solutions to Most Exercises *}