File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,26 @@ Various cheat sheets for matplotlib
3
3
4
4
# How to compile
5
5
6
- You need to create a ` fonts ` repository with:
6
+ 1 . You need to create a ` fonts ` repository with:
7
7
8
8
* ` fonts/roboto/* ` : See https://fonts.google.com/specimen/Roboto
9
9
* ` fonts/source-code-pro/* ` : See https://fonts.google.com/specimen/Source+Code+Pro
10
10
* ` fonts/source-sans-pro/* ` : See https://fonts.google.com/specimen/Source+Sans+Pro
11
11
* ` fonts/source-serif-pro/* ` : See https://fonts.google.com/specimen/Source+Serif+Pro
12
12
13
- Then: ` xelatex cheatsheet-basic.tex `
13
+ 2 . You need to generate all the figures:
14
+
15
+ ```
16
+ $ cd scripts
17
+ $ for script in *.py; do python $script; done
18
+ $ cd ..
19
+ ```
20
+
21
+ 3 . Compile the sheet
22
+ ```
23
+ $ xelatex cheatsheet-basic.tex
24
+ $ xelatex cheatsheet-basic.tex
25
+ ```
26
+
14
27
15
28
You can’t perform that action at this time.
0 commit comments