Skip to content

Latex Editor implementation πŸ“ | MVC Design pattern

Notifications You must be signed in to change notification settings

ts4f/LatexEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Latex Editor

An application that facilitates the writing and maintenance of Latex documents.

Purpose

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 like a programming 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.

About

Latex Editor implementation πŸ“ | MVC Design pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages