Tagged Questions
3
votes
1answer
401 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
338 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 ...