Skip to content

Commit 6f0f25b

Browse files
committed
Add a basic README for the refcard
1 parent 76cc2cb commit 6f0f25b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

refcard/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CIDER Quick Reference
2+
3+
CIDER's quick reference is a single-page pdf containing the essential commands one needs to know
4+
to use CIDER effectively. You're encouraged to print it, laminate it and keep it on your desk.
5+
6+
If you want to make changes to it you should first edit `cider-refcard.tex` and then run the following command
7+
to regenerate the pdf file:
8+
9+
$ pdflatex cider-refcard.tex
10+
11+
Note that you might have to install `pdflatex` first. You can find instructions for all major operating
12+
systems [here](https://www.latex-project.org/get/).

0 commit comments

Comments
 (0)