Latex is a well known high quality document preparation markup language. It provides a large variety of styles and commands that enable advanced document formatting. Typically, a Latex document is compiled with a tool like MikTex, Lyx, etc. to produce a respective formatted document in pdf, ps, etc. Formatting documents with Latex is a programming like process as it involves the proper usage of Latex commands which are embedded in the document contents.
The objective of this project is to develop a simple Latex editor for inexperienced Latex users. The goal of the editor is to facilitate the usage of Latex commands for the preparation of Latex documents. One of the prominent features that distinguishes the LatexEditor from other similar applications is its multi-strategy version tracking functionalities that enable undo and redo actions.
1. Create a new empty document.
2. Create document of the selected type.
3. Open an existing Latex document.
4. Save the current document
5. Import Latex Command
6. Sumbit Changes (Create a new version)
7. Change Version Strategy
8. Return to previous version
9. Export to PDF.
10. Show socument metadata.
Read LatexEditor/RealeseReport.pdf