Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.03 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.03 KB

LaTeXly

Currently under development

Try it out at latexly.dulapahv.dev

Open-source LaTeX equation editor/scratch pad for the web 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
  • A package manager (bun, pnpm, yarn, or npm)

Getting started

1. Clone the repository

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

2. Install dependencies

Using npm:

npm install

3. Start the development server

Using npm:

npm run dev

License

LaTeXly is licensed under the MIT License.