This repository houses a range of assets which support the preparation of
various SCARV-related documents (e.g., research papers, technical reports,
presentation slides); it's not only for LaTeX-based assets, but the
texmf
name seemed like a reasonable(ish), if imprecise, one given the remit.
-
The TDS-like
tex
andbibtex
directories house LaTeX macros and styles and BiBTeX format bibliographies respectively.- There is a
ls-R
style index generated bytexhash
in place: this means the repository could be referenced using the `TEXMFLOCAL' environment variable. - Alternatively, it is possible to directly reference the assets
using the
TEXINPUTS
and/orBIBINPUTS
environment variables.
- There is a
-
The
logo
directory houses some (generated) logo images, in various formats.-
There are two versions, namely
- a plain (square) version,
- a fancy (rectangle, with fault injection and side-channel arrows) version,
both of which are a bit "programmer art", in style and quality.
-
The images themselves are stored using Git Large File Storage (LFS): it makes sense to install this first, otherwise that content appears as a set of pointers to data vs. the data itself.
-
Otherwise, you might want to regenerate them:
-
Install the OpenType PCap Terminal font; the associated license suggests it is free for non-commercial use. Having downloaded it, installation should be simple: using Ubutu for example, you just
-
copy the files into place via
sudo cp *.otf /usr/share/fonts/opentype
then
-
update the font cache via
sudo fc-cache -f -v
-
-
Build the PDF-format master logo, plus a fixed (via
Makefile
) set of other formats, viamake all
-
-