I needed a template for a reference letter. My colleague gave me a hot steaming pile of LaTeX, which I whipped into a cool, carefully arranged, but still quite smelly, swirl of LaTeX. If you also need a UBC letter template, you might find this a useful place to start.
There are better ways to do all this, but frankly, it was taking me too long to figure them out, so I went with this ball of hacks.
Once, you'll need to configure some files and keep your own copies of these:
- Modify
defs.tex
to include your own information (Do this once). - Create your own
signature.pdf
to sign the letter automatically (Do this once). - Modify
address.tex
with your institutional address info (Do this once).
Each time you write a letter,
- Copy and paste this repo as a template
- Drop in your own
defs.tex
,signature.pdf
, andaddress.tex
. - Modify
letter.tex
. In particular, you should only need to redefine\studentname
and\body
. - Type
make
.
You'll need latexmk
in your path, and a lot of random LaTeX packages.