diff options
Diffstat (limited to 'graphics/pgf/contrib/scsnowman/README.md')
-rw-r--r-- | graphics/pgf/contrib/scsnowman/README.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/pgf/contrib/scsnowman/README.md b/graphics/pgf/contrib/scsnowman/README.md new file mode 100644 index 0000000000..af14c4af46 --- /dev/null +++ b/graphics/pgf/contrib/scsnowman/README.md @@ -0,0 +1,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/ |