The restructured-text tag has no wiki summary.
4
votes
1answer
436 views
Using markdown/restructuredtext to produce a letter
For simple documents, I like to use markdown/restructuredtext and convert it to LaTeX using pandoc (and LaTeX includes). For documents such as articles, leaflets, etc., it's quite easy. However, I ...
4
votes
2answers
349 views
Is reStructuredText compatible with the memoir class?
While I'm fine with writing "real" documents in full-blown LaTeX, I often switch to reStructuredText as a lightweight markup language for simplish documents (like meeting notes and stuff). I was ...
2
votes
1answer
467 views
From LaTeX to reST
While using reST (restructuredtext) to produce some mathematical documents I could not find documentation regarding multidimensional matrices.
How do you create matrices in reST?
Is there is a ...