치트시트
1.0.0
치트시트(pdf 다운로드) | |
---|---|
초보자용 자료(PDF 다운로드) | 중간 유인물(pdf 다운로드) | 팁 유인물(pdf 다운로드) |
---|---|---|
fonts
저장소를 만들어야 합니다.fonts/roboto/*
: https://fonts.google.com/specimen/Roboto 또는 https://github.com/googlefonts/roboto/tree/master/src/hinted를 참조하세요.fonts/roboto-slab/*
: https://fonts.google.com/specimen/Roboto+Slab 또는 https://github.com/googlefonts/robotoslab/tree/master/fonts/static을 참조하세요.fonts/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/master를 참조하세요.fonts/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