Skip to content

clrnd/latexpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.