You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package draws [karnaugh maps](https://en.wikipedia.org/wiki/Karnaugh_map) with 2, 3, 4, 5, and 6 variables.
3
3
It also contains commands for filling the karnaugh map with terms semi-automatically or manually.
4
4
Last but not least it contains commands for drawing implicants on top of the map.
@@ -7,10 +7,10 @@ Below is an example of a two variable karnaugh map.
7
7
<imgsrc="example.png"width="250">
8
8
9
9
## Installation
10
-
# to get the karnaugh-map.sty file
11
-
pdflatex karnaugh-map.ins
12
-
# to get the documentation: karnaugh-map.pdf
13
-
pdflatex karnaugh-map.dtx
10
+
# to get the kmap.sty file
11
+
pdflatex kmap.ins
12
+
# to get the documentation: kmap.pdf
13
+
pdflatex kmap.dtx
14
14
15
15
## Dependencies
16
16
* keyval
@@ -20,7 +20,7 @@ Below is an example of a two variable karnaugh map.
20
20
* xstring
21
21
22
22
## Development
23
-
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).
23
+
The kmap package source is hosted at [https://github.com/myzhang1029/kmap](https://github.com/myzhang1029/kmap) as well as the [bugtracker](https://github.com/myzhang1029/kmap/issues).
24
24
25
25
## Tests
26
26
./test.sh
@@ -30,4 +30,6 @@ All of this is done by running the `test.sh` file from the project root folder.
30
30
If there is a difference, between the actual and expected output, a diff will be written to the folder `test/result`.
31
31
32
32
## License
33
-
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) and [Paul Hervot](https://github.com/Dettorer).
33
+
This fork is managed by @myzhang1029 and licensed under the same terms as below.
34
+
35
+
The original 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) and [Paul Hervot](https://github.com/Dettorer).
0 commit comments