patrikja / skeleton

Skeletons files for research papers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skeleton for papers using LaTeX and lhs2TeX

A paper skeleton for writing a research paper with embedded Haskell code.

TODO: Upgrade to the new acmart class

Dependencies:

Ubutu install script

sudo apt-get install texlive-latex-extra
sudo apt-get install texlive-fonts-recommended
sudo apt-get install texlive-math-extra
sudo apt-get install latexmk
sudo apt-get install lhs2TeX

With a Haskell system already in place the last line can be replaced by

cabal install lhs2tex

which is the recommended way to install lhs2TeX.

About

Skeletons files for research papers


Languages

Language:TeX 99.4%Language:Makefile 0.6%