NEWS
changeset 15361 bb2dd95c8c5e
parent 15356 cfd08f5e0bdd
child 15406 75a2ca90693e
equal deleted inserted replaced
15360:300e09825d8b 15361:bb2dd95c8c5e
   190   The symbol \<some> is displayed as the alternative epsilon of LaTeX
   190   The symbol \<some> is displayed as the alternative epsilon of LaTeX
   191   and x-symbol; use option '-m epsilon' to get it actually printed.
   191   and x-symbol; use option '-m epsilon' to get it actually printed.
   192   Moreover, the mathematically important symbolic identifier
   192   Moreover, the mathematically important symbolic identifier
   193   \<epsilon> becomes available as variable, constant etc.
   193   \<epsilon> becomes available as variable, constant etc.
   194 
   194 
   195 * HOL: "x > y" abbreviates "y < x" and "x >= y" abbreviates "y <= x"
   195 * HOL: "x > y" abbreviates "y < x" and "x >= y" abbreviates "y <= x".
       
   196   Similarly for all quantifiers: "ALL x > y" etc.
       
   197   The x-symbol for >= is \<ge>.
   196 
   198 
   197 * HOL/SetInterval: The syntax for open intervals has changed:
   199 * HOL/SetInterval: The syntax for open intervals has changed:
   198 
   200 
   199   Old         New
   201   Old         New
   200   {..n(}   -> {..<n}
   202   {..n(}   -> {..<n}