aide-mémoire
1.0.0
Aide-mémoire (télécharger le pdf) | |
---|---|
Document pour débutant (télécharger le pdf) | Document intermédiaire (télécharger le pdf) | Document de conseils (télécharger le pdf) |
---|---|---|
fonts
avec :fonts/roboto/*
: Voir https://fonts.google.com/specimen/Roboto ou https://github.com/googlefonts/roboto/tree/master/src/hintedfonts/roboto-slab/*
: Voir https://fonts.google.com/specimen/Roboto+Slab ou https://github.com/googlefonts/robotoslab/tree/master/fonts/staticfonts/source-code-pro/*
: Voir https://fonts.google.com/specimen/Source+Code+Pro ou https://github.com/adobe-fonts/source-code-pro/tree/release /OTFfonts/source-sans-pro/*
: Voir https://fonts.google.com/specimen/Source+Sans+Pro ou https://github.com/adobe-fonts/source-sans-pro/tree/release /OTFfonts/source-serif-pro/*
: Voir https://fonts.google.com/specimen/Source+Serif+Pro ou https://github.com/adobe-fonts/source-serif-pro/tree/release /OTFfonts/eb-garamond/*
: Voir https://bitbucket.org/georgd/eb-garamond/src/masterfonts/pacifico/*
: Voir https://fonts.google.com/download?family=Pacifico Sous Linux, avec make
installé, les polices peuvent être configurées avec la commande suivante :
make -C fonts
Les polices peuvent être rendues détectables par matplotlib
(via fontconfig
) en créant ce qui suit dans $HOME/.config/fontconfig/fonts.conf
(voir ici) :
xml version = " 1.0 " ?>
DOCTYPE fontconfig SYSTEM "fonts.dtd">
< fontconfig >
< dir >/path/to/cheatsheets/fonts/ dir >
...
fontconfig >
$ cd scripts
$ for script in *.py; do python $script; done
$ cd ..
$ xelatex cheatsheets.tex
$ xelatex cheatsheets.tex