Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 615 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 615 Bytes

LaTeX matrix generator

LaTeX matrix generator with pure front-end implementation.

image-20220102115854217

Features

  • Easy to use
  • Support multiple bracket styles
  • Automatic code generation
  • Theoretically supports infinite tables

How to use

  • Clone

    git clone https://github.com/timelic/latex-matrix-generator.git
    
  • Install dependencies

    npm i
    
  • Start server

    npm run dev
    

Demo

Here's a demo of the repo.