diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,10 +1,10 @@ To build this you need: -* pandoc -* xelatex with standard science article packages - - easiest to get as MacTeX on Mac - - `apt-get install -y texlive-recommended` on Ubuntu -* markdown-unlit -* pandoc-hide-codeblocks +* Haskell Stack +* for documentation: + - pandoc + - xelatex with standard science article packages + - easiest to get as MacTeX on Mac + - `apt-get install -y texlive-recommended` on Ubuntu * enTangleD for code generation (if you want to edit `.md` source file) To read more, look into `less-arbitrary.md` which is literate source file. |