Repository to hold the material for the Executable Infrastructure paper submitted to the UbuntuNet Connect conference 2015.
If you're an author, please fork the repo, and update Authors.yml with your details.
This document is written in Markdown and published in Latex, using Pandoc.
- Markdown --> Latex :
pandoc -f markdown Abstract.md -t latex -o Abstract.tex
- Latex --> Markdown
pandoc -f latex Abstract.tex -t markdown -o Abstract.md