Skip to content

dulapahv/LaTeXly

Repository files navigation

LaTeXly

Currently under development (development paused due to exams)

Try it out at latexly.dulapahv.dev

Most comprehensive online LaTeX equation editor with live preview and syntax highlighting.

Features

  • Equation editor
  • Syntax highlighting
  • Live preview
  • All LaTeX symbols (based on here)
  • Symbol search
  • Export to image or PDF
  • Undo/Redo support
  • Matrices builder
  • Prettify equation
  • Minify equation
  • Example equations (including Chemistry and Physics)
  • Light/Dark/System theme
  • More LaTeX customization

Development

Prerequisites

  • Node.js
  • yarn or npm

Getting started

1. Clone the repository

git clone https://github.com/dulapahv/LaTeXly.git

2. Install dependencies

yarn install

or

npm install

3. Start the development server

yarn dev

or

npm run dev

License

LaTeXly is licensed under the MIT License.