Skip to content

BoeingX/beamer-template-for-literate-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beamer template for literate Haskell

Build Status License

This repository provides a minimalist LaTeX beamer template for using with literate Haskell.

Check the release page for the slides generated by this repository.

Dependencies

Since LaTeX and Haskell are involved, you will need a working environment for both languages. It is recommended to setup TeX Live for LaTeX and Stack for Haskell.

Get started

$ stack build                        # build Haskell project
$ xelatex -shell-escape app/Main.lhs # compile beamer slides