Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 907 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 907 Bytes

LaTeXpad

A LaTeX Scratchpad with simple save functionality.

  • Type on the right, then click save to generate an URL
  • Text is Markdown formatted
  • Mathematics is \(\LaTeX\) formatted using MathJax

Instalation

As simple as stack build && stack install and then latexpad-server.

Extras

The API is documented with Swagger. To build the docs run servant-swagger > docs.html after building and open the resulting HTML file.

It also has a mock version with latexpad-mock which will return random data.