author | wenzelm |
Thu, 22 Oct 1998 20:13:21 +0200 | |
changeset 5731 | f84dc3b811e9 |
parent 5730 | 82a7aa74a631 |
child 5732 | 8712391bbf3d |
--- a/NEWS Thu Oct 22 20:11:19 1998 +0200 +++ b/NEWS Thu Oct 22 20:13:21 1998 +0200 @@ -351,6 +351,12 @@ * Display.print_goals function moved to Locale.print_goals; +* standard print function for goals supports current_goals_markers +variable for marking begin of proof, end of proof, start of goal; the +default is ("", "", ""); setting current_goals_markers := ("<proof>", +"</proof>", "<goal>") causes SGML like tagged proof state printing, +for example; + New in Isabelle98 (January 1998)