jdevuyst / termcat

Termcat is a markup language for scientific and technical writing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Termcat

Termcat is a markup language optimized for scientific and technical writing. It compiles to HTML and MathML.

Termcat takes inspiration from LaTeX and Markdown. From Markdown it copies the user-friendly syntax for titles, lists, links, emphasis, and so on. Termcat aims to be more powerful, however. Like LaTeX, it is a programming language and it also comes with special syntax for typographic features that are difficult to unlock using plain Markdown or HTML.

Termcat is implemented in Clojure(Script). It can be used as a command line app or embedded in a web app.

The Termcat tutorial provides a general overview of Termcat. The tutorial is also available as a live demo that runs in your web browser.

You can download Termcat here. To use the command line app, you may also need to install Java.

For technical details behind the implementation, please consult my blog.

About

Termcat is a markup language for scientific and technical writing.


Languages

Language:Clojure 99.8%Language:Shell 0.2%