luau/papers/hatra21
2021-07-14 17:41:33 -05:00
..
bibliography.bib Skeleton HATRA 2021 position paper 2021-07-14 16:12:06 -05:00
hatra21.pdf Added frontmatter to the HATRA paper 2021-07-14 16:25:20 -05:00
hatra21.tex Added Andy as an author on the HATRA paper 2021-07-14 17:41:33 -05:00
README.md Skeleton HATRA 2021 position paper 2021-07-14 16:12:06 -05:00

HATRA 21 position paper

A position paper on Luau for Human Aspects of Types and Reasoning Assistants (HATRA) 2021.

Installing latexmk

First install basictex

sudo brew install basictex

Then install the dependencies for the paper (sigh, by hand):

sudo tlmgr update --all
sudo tlmgr install acmart
sudo tlmgr install iftex
sudo tlmgr install xstring
sudo tlmgr install environ
sudo tlmgr install totpages
sudo tlmgr install trimspaces
sudo tlmgr install manyfoot
sudo tlmgr install ncctools
sudo tlmgr install comment
sudo tlmgr install balance
sudo tlmgr install preprint
sudo tlmgr install latexmk

Building the paper

To build the paper:

latexmk --pdf hatra21

To run latexmk in watching mode (where it rebuilds the PDF on each change):

latexmk --pdf --pvc hatra21