20/12/2010
- Ant build.

15/5/2010

- This is an "inline latex" viewer with input/reply option.
- Using the ATP library for fast latex_image generation for a "usable" amount of latex syntax.
- Added  applet_auto_scaling.
- Added euro symbol \euro
- For applet autoscaling, the applet_tag "width" should be less than 10 : width="1"
- The autoscaling SetSize() javascript_function from the test.html adresses 
  the applets public function "getPrefferedSize();".
  It could/should be called from the htmlpage "body onload".
  Or in WIMS:
  !set wims_html_onload=javascript:SetSize('TexApp');
  If the applet has a width > 10 , no autoscaling is performed.
- The number of inputfields can be "user_controlled": see test.html
  The fontsize is adapted to the inputfield height [more or less].
 
