1
0

First commit

This commit is contained in:
acn
2020-07-15 10:44:59 +02:00
parent db4a6e6b56
commit 2fa34f5d59
13 changed files with 715 additions and 2 deletions
+16 -2
View File
@@ -1,3 +1,17 @@
# vt132-quickref
# VT132-QuickRef
This document aims to provide a Quick Reference Guide for the VT132 terminal/modem module for RC2014-style
computers.
This is a LaTeX document, so a working LaTeX installation is needed to compile it.
A compiled version is available as ```vt132.pdf```.
To edit the document in the LaTeX editor Kile, a kile project file (```vt132.kilepr```) is provided.
To compile the file, just run ```pdflatex vt132.tex``` (2 times to get the references right) and you get the ```.pdf``` file.
The script ```clean.sh``` can be used to remove all intermediate files.
The Debian/Ubuntu package ```texlive-fonts-extra``` (besides ```texlive``` as the base TeXlive package) is needed to provide the font "Linux Libertine".
Quick Reference Guide for the VT132 terminal/modem module