hojas de trucos
1.0.0
Hoja de referencia (descargar pdf) | |
---|---|
Folleto para principiantes (descargar pdf) | Folleto intermedio (descargar pdf) | Folleto de consejos (descargar pdf) |
---|---|---|
fonts
con:fonts/roboto/*
: consulte https://fonts.google.com/specimen/Roboto o https://github.com/googlefonts/roboto/tree/master/src/hintedfonts/roboto-slab/*
: consulte https://fonts.google.com/specimen/Roboto+Slab o https://github.com/googlefonts/robotoslab/tree/master/fonts/staticfonts/source-code-pro/*
: consulte https://fonts.google.com/specimen/Source+Code+Pro o https://github.com/adobe-fonts/source-code-pro/tree/release /OTFfonts/source-sans-pro/*
: consulte https://fonts.google.com/specimen/Source+Sans+Pro o https://github.com/adobe-fonts/source-sans-pro/tree/release /OTFfonts/source-serif-pro/*
: consulte https://fonts.google.com/specimen/Source+Serif+Pro o https://github.com/adobe-fonts/source-serif-pro/tree/release /OTFfonts/eb-garamond/*
: consulte https://bitbucket.org/georgd/eb-garamond/src/masterfonts/pacifico/*
: Ver https://fonts.google.com/download?family=Pacifico En Linux, con make
instalado, las fuentes se pueden configurar con el siguiente comando:
make -C fonts
matplotlib
puede hacer que las fuentes sean reconocibles (a través de fontconfig
) creando lo siguiente en $HOME/.config/fontconfig/fonts.conf
(ver aquí):
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