# HG changeset patch # User Rik # Date 1378253027 25200 # Node ID 9b7ca74489c7a148f0b61384ca5b4a049d573f05 # Parent 84c11995746373ff2400b2ec281f991e6a9b23e7 NEWS: Add announcement about TeX parser for FLTK toolkit. * NEWS: Add announcement about TeX parser for FLTK toolkit. diff -r 84c119957463 -r 9b7ca74489c7 NEWS --- a/NEWS Tue Sep 03 16:07:04 2013 -0700 +++ b/NEWS Tue Sep 03 17:03:47 2013 -0700 @@ -128,6 +128,25 @@ expression would have searched for a literal '\' followed by 't' and replaced the two characters with the sequence '\', 'n'. + ** A TeX parser has been implemented for the FLTK toolkit and is the default + for any text object including titles and axis labels. The TeX parser is + supported only for display on a monitor, not for printing. + A quick summary of features: + + Code Feature Example Comment + _ subscript H_2O formula for water + ^ exponent y=x^2 formula for parabola + \char symbol \beta Greek symbol beta + \fontname font \fontname{Arial} set Arial font + \fontsize fontsize \fontsize{16} set fontsize 16 + \color[rgb] fontcolor \color[rgb]{1 0 1} set magenta color + \bf bold \bfBold Text bold font + \it italic \itItalic Text italic font + \sl slanted \slOblique Text slanted font + \rm normal \bfBold\rmNormal normal font + {} group {\bf Bold}Normal group objects + e^{i*\pi} = -1 complex example + ** The m-files in the image directory have been overhauled. The principal benefit is that Octave will now no longer automatically