The root README keeps what is shared — dependencies, accessibility, the scripts — and links to a per-template README for how to build and what is in it. The Posters section moves to poster_template/README.md with a pointer left behind, since it is that template's caveat. slides_template/README.md replaces the two READMEs that came with beamer-mako. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
17 lines
560 B
Markdown
17 lines
560 B
Markdown
# Letter Template
|
|
|
|
A letter in the standard `letter` class. See the
|
|
[root README](../README.md) for tagging and accessibility.
|
|
|
|
```
|
|
make # build the PDF
|
|
make clean
|
|
```
|
|
|
|
Fonts are Libertinus Serif and TeX Gyre Heros, from `texlive-fonts-extra`;
|
|
`text.tex` has a commented alternative for Adobe Garamond Premier Pro.
|
|
|
|
Replace the `\address`, `\signature`, `\location`, and `\telephone` blocks in
|
|
`text.tex`, which carry Mako's details as an example. For letterhead, see
|
|
[uw_tex_letterhead](https://gitea.communitydata.science/mako/uw_tex_letterhead).
|