備忘錄
1.0.0
備忘單(下載 pdf) | |
---|---|
初學者講義(下載 pdf) | 中級講義(下載 pdf) | 提示講義(下載 pdf) |
---|---|---|
fonts
儲存庫:fonts/roboto/*
:請參閱 https://fonts.google.com/specimen/Roboto 或 https://github.com/googlefonts/roboto/tree/master/src/hintedfonts/roboto-slab/*
:請參閱 https://fonts.google.com/specimen/Roboto+Slab 或 https://github.com/googlefonts/robotoslab/tree/master/fonts/staticfonts/source-code-pro/*
:請參閱https://fonts.google.com/specimen/Source+Code+Pro 或https://github.com/adobe-fonts/source-code-pro/tree/ release /OTFfonts/source-sans-pro/*
:請參閱https://fonts.google.com/specimen/Source+Sans+Pro 或https://github.com/adobe-fonts/source-sans-pro/tree/ release /OTFfonts/source-serif-pro/*
:請參閱https://fonts.google.com/specimen/Source+Serif+Pro 或https://github.com/adobe-fonts/source-serif-pro/tree/ release /OTFfonts/eb-garamond/*
:請參閱 https://bitbucket.org/georgd/eb-garamond/src/masterfonts/pacifico/*
:請參閱 https://fonts.google.com/download?family=Pacifico在 Linux 上,安裝了make
後,可以使用以下命令設定字型:
make -C fonts
透過在$HOME/.config/fontconfig/fonts.conf
中建立以下內容, matplotlib
(透過fontconfig
)可以發現字體(請參閱此處):
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