Skip to content

Commit b4fe8f2

Browse files
committed
Add missing cheatsheets
1 parent dc91e04 commit b4fe8f2

3 files changed

Lines changed: 424 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
This directory contains TeX source files and their corresponding
2+
PDF files, containing small help pages, reminders, compressed
3+
references, also called cheat sheets.
4+
5+
To produce a .pdf starting from the .tex source, you need `tex`,
6+
and more specifically [LaTeX](https://www.latex-project.org/get/).
7+
8+
The BasicTex variant can be used as long as the following packages
9+
are available:
10+
11+
$ tlmgr install courier framed charter enumitem ec helvetica
12+
13+
To compile a tex file EQUIS.tex into its corresponding EQUIS.pdf:
14+
15+
$ texi2pdf EQUIS.tex
16+
17+
You may ignore all output except the very last two lines, which
18+
should look like:
19+
20+
Output written on EQUIS.pdf (2 pages, 69846 bytes).
21+
Transcript written on EQUIS.log.
67.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)