summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/karnaugh-map/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/pgf/contrib/karnaugh-map/README.md
Initial commit
Diffstat (limited to 'graphics/pgf/contrib/karnaugh-map/README.md')
-rw-r--r--graphics/pgf/contrib/karnaugh-map/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/pgf/contrib/karnaugh-map/README.md b/graphics/pgf/contrib/karnaugh-map/README.md
new file mode 100644
index 0000000000..6203d1f32d
--- /dev/null
+++ b/graphics/pgf/contrib/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/). Contributors include [Oscar Gustafsson](https://github.com/oscargus).