
   
           JasTeX version 1.1 
     
    
      	   http://sourceforge.net/projects/jastex/
      	   CVS repertory : 
           cvs.jastex.sourceforge.net:/cvsroot/jastex
     
       		
> What is JasTeX ?
  JasTeX is a front-end written in Java for GasTeX.
  JasTeX is a free open source program under GNU/GPL licence

> Pre-require
  Java 1.3 or greater.
  Although JasTeX does not require GasTeX macro to run, it is
  recommended to install it first.
  you can found GasTeX here:
  http://www.liafa.jussieu.fr/~gastin/gastex/gastex.html

  JasTeX uses also 
  JavaCup , can be found at http://www.cs.princeton.edu/~appel/modern/java/JLex/
  JavaLex , can be found at http://www.cs.princeton.edu/~appel/modern/java/CUP/

> Quick Installation

  If you have the pre-compiled version:
  Just type
  	$ ./Jastex
  The applet version is also included in this package.

  If you have the source version:
  Make sure you have installed JLex/ and java_cup/ properly in the src/ directory

  On your favorite shell, just type : 
	bash$ make
	bash$ ./Jastex
	 
  to compile the applet version, do as follow :
	bash$ make applet
  then you can find all applet file in the applet/ directory
  Make sure you have Java Plugin 1.3 or greater install in 
  your browser. 

> Note
  you can found a fully documentation in HTML format
  in docs/ directory.
  Only french version is avaible.

> Feedback
  all bugs can be reported to the developpers.
  Feel free to propose new features

> Langage support
  JasTeX is avaible in French and English.
  If you want JasTeX to be avaible in other langages,
  simply translate the file src/lang/english and 
  send it to the developpers.




  	 
-the developpers team
Michel DUONG       teomahoro@sourceforge.net
Gregoty KOKANOSKY  ratm@sourceforge.net
Yannick OZOUF      vitamin@sourceforge.net
                       
-gastex developper
Paul GASTIN	   Paul.Gastin@liafa.jussieu.fr
http://www.liafa.jussieu.fr/~gastin/gastex/gastex.html   	 

      
Thanks to sourceforge.net who's hosting the project. 


