luau/papers/hatra21
Tommy Vadakumchery 57a42c4cb9
Fix HATRA '21 README.md formatting (#118)
A misplaced backtick was causing the last two codeblocks from displaying correctly.
2021-11-04 09:00:41 -05:00
..
Logo-Roblox-Black-Full.png Slides for HATRA talk (#74) 2021-09-22 13:00:41 -05:00
README.md Fix HATRA '21 README.md formatting (#118) 2021-11-04 09:00:41 -05:00
bibliography.bib Responding to referee comments in the HATRA paper (#70) 2021-09-20 17:44:34 -05:00
cc-by.png Responding to referee comments in the HATRA paper (#70) 2021-09-20 17:44:34 -05:00
hatra21.pdf Added copyright ownership statement to the HATRA paper (#75) 2021-09-22 12:31:14 -05:00
hatra21.tex Added copyright ownership statement to the HATRA paper (#75) 2021-09-22 12:31:14 -05:00
studio-mow.png Add a position paper about the goals of Luau (#55) 2021-07-20 13:41:04 -05:00
studio-script-editor.png Add a position paper about the goals of Luau (#55) 2021-07-20 13:41:04 -05:00
talk.pdf Slides for HATRA talk (#74) 2021-09-22 13:00:41 -05:00
talk.tex Slides for HATRA talk (#74) 2021-09-22 13:00:41 -05:00

README.md

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 libertine
sudo tlmgr install inconsolata
sudo tlmgr install newtx
sudo tlmgr install latexmk
sudo tlmgr install montserrat
sudo tlmgr install ly1

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