diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-25 22:32:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-25 22:32:02 +0000 |
commit | c497804b45a4cdc10f5eb17d56b95983cae1ae06 (patch) | |
tree | b0e254b3431e8ccbfb4a5c2463e52302fa04610d /Master/texmf-dist/doc/latex | |
parent | a0225fcb362acd3ff62a4ccd50be41eaf2ba2bfe (diff) |
karnaugh-map (25nov16)
git-svn-id: svn://tug.org/texlive/trunk@42575 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/karnaugh-map/README.md | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/karnaugh-map/example.png | bin | 0 -> 7478 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/karnaugh-map/karnaugh-map.pdf | bin | 0 -> 226034 bytes |
3 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/karnaugh-map/README.md b/Master/texmf-dist/doc/latex/karnaugh-map/README.md new file mode 100644 index 00000000000..448d8fb7dfa --- /dev/null +++ b/Master/texmf-dist/doc/latex/karnaugh-map/README.md @@ -0,0 +1,21 @@ +# karnaugh-map +This package draws [karnaugh maps](https://en.wikipedia.org/wiki/Karnaugh_map) with 2, 3, 4, 5, and 6 variables. +It also contains commands for filling the karnaugh map with terms semi-automatically or manually. +Last but not least it contains commands for drawing implicants on top of the map. + +## Installation + # to get the karnaugh-map.sty file + pdflatex karnaugh-map.ins + # to get the documentation: karnaugh-map.pdf + pdflatex karnaugh-map.dtx + +## Dependencies +* tikz +* xparse +* xstring + +## Development +The karnaugh-map package source is hosted at [https://github.com/2pi/karnaugh-map](https://github.com/2pi/karnaugh-map) as well as the [bugtracker](https://github.com/2pi/karnaugh-map/issues). + +## License +This work, karnaugh-map, is written from the ground up by Mattias Jacobsson. However the general implementation idea is based on the work published on [TeX - LaTeX Stack Exchange](https://tex.stackexchange.com) by [Ignasi](https://tex.stackexchange.com/users/1952/ignasi) found [here](https://tex.stackexchange.com/a/140581) and [here](https://tex.stackexchange.com/a/36879) which is licensed under [CC BY-SA](https://creativecommons.org/licenses/by-sa/3.0/). karnaugh-map is therefore licensed under [CC BY-SA](https://creativecommons.org/licenses/by-sa/3.0/). diff --git a/Master/texmf-dist/doc/latex/karnaugh-map/example.png b/Master/texmf-dist/doc/latex/karnaugh-map/example.png Binary files differnew file mode 100644 index 00000000000..a9b6724d317 --- /dev/null +++ b/Master/texmf-dist/doc/latex/karnaugh-map/example.png diff --git a/Master/texmf-dist/doc/latex/karnaugh-map/karnaugh-map.pdf b/Master/texmf-dist/doc/latex/karnaugh-map/karnaugh-map.pdf Binary files differnew file mode 100644 index 00000000000..5395f17164d --- /dev/null +++ b/Master/texmf-dist/doc/latex/karnaugh-map/karnaugh-map.pdf |