Skip to content

Commit 531a2ad

Browse files
committed
Imported draft material
1 parent 7f5e26e commit 531a2ad

32 files changed

+2345
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fonts*

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# cheatsheets
22
Various cheat sheets for matplotlib
3+
4+
# How to compile
5+
6+
You need to create a `fonts` repository with:
7+
8+
* `fonts/roboto/*` : See https://fonts.google.com/specimen/Roboto
9+
* `fonts/source-code-pro/*` : See https://fonts.google.com/specimen/Source+Code+Pro
10+
* `fonts/source-sans-pro/*` : See https://fonts.google.com/specimen/Source+Sans+Pro
11+
* `fonts/source-serif-pro/*` : See https://fonts.google.com/specimen/Source+Serif+Pro
12+
13+
Then: `xelatex cheatsheet-basic.tex`
14+
15+

0 commit comments

Comments
 (0)