NEWS
changeset 14361 ad2f5da643b4
parent 14333 14f29eb097a3
child 14375 a545da363b23
--- a/NEWS	Sun Jan 25 00:42:22 2004 +0100
+++ b/NEWS	Mon Jan 26 10:34:02 2004 +0100
@@ -29,6 +29,13 @@
   PG and LaTeX, text between \<^bsup> and \<^esup> in superscript. The
   new control characters are not identifier parts.
 
+* Pure: Control-symbols of the form \<^raw...> will literally print the
+  content of ... to the latex file instead of \isacntrl... . The ... 
+  accepts all printable characters excluding the end bracket >.
+
+* Pure: Symbols may only start with one backslash: \<...>. \\<...> is no 
+  longer accepted by the scanner.
+
 * Pure: Using new Isar command "finalconsts" (or the ML functions
   Theory.add_finals or Theory.add_finals_i) it is now possible to
   declare constants "final", which prevents their being given a definition