2020-07-15 10:44:59 +02:00
# VT132-QuickRef
This document aims to provide a Quick Reference Guide for the VT132 terminal/modem module for RC2014-style
computers.
2020-07-23 10:20:38 +02:00
If you just want to download this guide, just use: [vt132.pdf ](vt132.pdf )
2020-07-15 10:44:59 +02:00
2020-07-23 10:20:38 +02:00
This is the ready-made PDF file.
2020-07-15 10:44:59 +02:00
2020-07-23 10:20:38 +02:00
This Quick Reference Guide is licensed under the [https://www.gnu.org/licenses/fdl-1.3.html ](GNU Free Documentation License ), see [fdl-1.3.txt ](fdl-1.3.txt ).
2020-07-15 10:44:59 +02:00
2020-07-23 10:20:38 +02:00
## Compiling the LaTeX document
2020-07-15 10:44:59 +02:00
2020-07-23 10:20:38 +02:00
This LaTeX document is compiled using xeLaTeX. The following Debian/Ubuntu packages are needed to compile it:
2020-07-15 10:44:59 +02:00
2020-07-23 10:20:38 +02:00
* texlive
* texlive-xetex
* texlive-fonts-extra (for the *Linux Libertine* font package)
To compile, just run ```make.sh```, to clean up afterwards use ```clean.sh```.
2020-07-15 10:30:30 +02:00