Markdown for formatting + AsciiMath for math + Latex for the weird stuff
A replacement for LaTeX based on Markdown and AsciiMath.
Here's the same document written in both LaTeX and Caoutchouc:
LaTeX | Caoutchouc |
---|---|
\documentclass{article} \usepackage[utf8]{inputenc} \begin{document} \section{Introduction} \begin{figure} \centering \includegraphics[width=9cm]{image} \caption{A caption} \end{figure} \end{document} |
# Introduction €€(1*alpha)/2€€ ![A caption](image.png) |
It's easy to see that the Caoutchouc version is much more readable, easy, simple and less verbose.
For a detailed explanation of the improvements that Caouchouc brings over LaTeX, read Why was caoutchouc created?.
Go to ShareCaou.com and login using:
email: [email protected]
password: caoutchouc
The site could be slow and may collapse under heavy load, as it's running on a basic VPS.
Pre-requisites: A local installation of texlive.
npm install -g caou
caou file.md # Generates file.pdf
For more information about the caou
compiler, run man caou
.
If you'd like to find out more about caoutchouc, go to caoutchouc.io.
Go to caoutchouc.io for proper documentation.
All contributions are welcome but help is specially appreciated in the following tasks:
- Set up scalable hosting for ShareCaou (currently it's in a simple vps). I can pay for all the hosting costs.
- Create a logo for Caoutchouc (primary use will be in ShareCaou).
- Provide feedback on how to improve it, bugs that you find...
Caoutchouc is the name that the indigenous people of South America used for the rubber material that is obtained from vulcanizing latex (the tree sap).
- AsciiMath: pandoc doesn't support it, caoutchouc does.
- LaTeX: caoutchouc supports the direct embedding of LaTeX but pandoc doesn't (it does in an undocumented way which is extremely limited, caoutchouc improves this).
- Ease of use: ShareCaou makes caoutchouc much easier to use for most people compared to pandoc (which at the very least requires a local installation of pandoc & texlive).
- Pandoc is a fundamental component of caoutchouc.
- The code used to convert asciimath to latex was taken from here. For more information check the License text in
ASCIIMathTeXImg.js
.