2021-04-30 09:16:01 -04:00
|
|
|
# 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`](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 \
|
2021-05-26 13:04:55 -04:00
|
|
|
make latexmk biber \
|
|
|
|
texlive-latex-extra texlive-fonts-extra texlive-bibtex-extra \
|
|
|
|
texlive-science
|
2021-04-30 09:16:01 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
## Building
|
|
|
|
Simply run `make`. The output is `tpl.pdf`.
|