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
- Based on Michael Gratton's Scratchpad, released under the GNU AGPL v3
- Made with Servant and acid-state
As simple as stack build && stack install
and then latexpad-server
.
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.