JFormulaEditor is a free and open source, powerful LaTeX editor written in the Java programming language, that features syntax highlighting, autocompletion, preview (through latex+dvipng or ghostscript), multiple text buffers, symbol palettes, and more.
You can use JFormulaEditor by simply double clicking on the jar file. If it does not work, try with the command:
java -jar jformulaeditor-xyz.jar
Requirements:
· Java 6 or later
What's New in This Release: [ read full changelog ]
· "insert reference" action added to the sidebar with the list of references
· bst files now added to the known extensions, but with no syntax highlight
· (it's not TeX-like)
· fixed issue with temporary filenames not being deleted
· the default "look and feel" of the UI is set to be native for Windows,
· and java for other OSes, after finding some problems in linux.
· It can be changed by running the program with -Djformulaeditor.look=choice,
· where choice can be 'java' or 'system'.