Mike Gerwitz
e3a583624c
This provides an element-level rather than row-level focus, which I feel is more appropriate. One could draw lines to connect each of the elements, but that'd likely be too noisy and it'd be a lot of work. |
||
---|---|---|
.. | ||
sec | ||
.gitignore | ||
.latexmkrc | ||
Makefile | ||
README.md | ||
autogen.sh | ||
conf.tex.in | ||
configure.ac | ||
tpl.bib | ||
tpl.sty | ||
tpl.tex |
README.md
The TAME Programming Language: Design and Implementation
This is a living document providing a formal definition of the TAME programming language.
Dependencies
See tpl.sty
for the specific LaTeX packages that are
needed. If you use a Debian-based system, the following command should be
sufficient to install all necessary dependencies:
$ apt install --no-recommends \
make latexmk biber \
texlive-latex-extra texlive-fonts-extra texlive-bibtex-extra \
texlive-science
Building
Simply run make
. The output is tpl.pdf
.