NEWS
changeset 61463 8e46cea6a45a
parent 61461 77c9643a6353
child 61471 9d4c08af61b8
--- a/NEWS	Sat Oct 17 20:27:12 2015 +0200
+++ b/NEWS	Sat Oct 17 21:15:10 2015 +0200
@@ -57,19 +57,27 @@
 
 *** Document preparation ***
 
-* Isabelle control symbols for markup and formatting:
+* Commands 'paragraph' and 'subparagraph' provide additional section
+headings. Thus there are 6 levels of standard headings, as in HTML.
+
+* Text is structured in paragraphs and nested lists, using notation that
+is similar to Markdown. The control symbols for list items are as
+follows:
+
+  \<^item>  itemize
+  \<^enum>  enumerate
+  \<^descr>  description
+
+* Text may contain control symbols for markup and formatting as follows:
 
   \<^noindent>   \noindent
   \<^smallskip>   \smallskip
   \<^medskip>   \medskip
   \<^bigskip>   \bigskip
 
-* Paragraphs and nested lists may be specified similarly to Markdown,
-with control symbols to indicate list items as follows:
-
-  \<^item>  itemize
-  \<^enum>  enumerate
-  \<^descr>  description
+* Command 'text_raw' has been clarified: input text is processed as in
+'text' (with antiquotations and control symbols). The key difference is
+the lack of the surrounding isabelle markup environment in output.
 
 
 *** Isar ***