blob: af14c4af467f3516fd7007964f3dce172d33996f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# scsnowman
This LaTeX package provides a command `\scsnowman`, which can display many
variants of snowman ("yukidaruma" in Japanese).
This package utilizes TikZ for drawing snowman.
The package is maintained on GitHub:
https://github.com/aminophen/scsnowman
## Requirements
This package requires "tikz" package.
## Installation
Deploy the files in an appropriate place under the TEXMF tree.
* scsnowman.sty, sctkzsym-base.sty, scsnowman-normal.def
=> $TEXMF/tex/latex/scsnowman
* scsnowman.{tex,pdf}, scsnowman-sample.{tex,pdf}
=> $TEXMF/doc/latex/scsnowman
Then, execute mktexlsr.
## License
This package is distributed under the BSD 2-Clause License.
See [LICENSE](./LICENSE).
Copyright (c) 2015-2018 Hironobu Yamashita
http://acetaminophen.hatenablog.com/
|