There is a great tool known as pandoc that can convert documents from one filetype to another. For example, you can convert a Microsoft Word document to a PDF, without even needing to own a copy of Microsoft Word! However, we care about Pandoc’s ability to convert a Markdown document to a slideshow presentation using LaTeX Beamer as a rendering engine. There is a great writeup about this basic feature here. TL;DR: With Pandoc installed and markdown file Demo.md, executing pandoc -t beamer D...