A presentation designed to get someone started with a clojure development environment and on the path to learning clojure.
123456 |
- #!/bin/sh
- # You will need to install pdflatex binary and the upquote latex package to use
- # the instructions for this are very environment specific
- pdflatex --shell-escape presentation.tex
|