Skip to content

Commit e8ad0cb

Browse files
committed
Rebrand to kmap
1 parent 65d9962 commit e8ad0cb

3 files changed

Lines changed: 123 additions & 119 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# karnaugh-map
1+
# kmap
22
This package draws [karnaugh maps](https://en.wikipedia.org/wiki/Karnaugh_map) with 2, 3, 4, 5, and 6 variables.
33
It also contains commands for filling the karnaugh map with terms semi-automatically or manually.
44
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.
77
<img src="example.png" width="250">
88

99
## 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
1414

1515
## Dependencies
1616
* keyval
@@ -20,7 +20,7 @@ Below is an example of a two variable karnaugh map.
2020
* xstring
2121

2222
## 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).
2424

2525
## Tests
2626
./test.sh
@@ -30,4 +30,6 @@ All of this is done by running the `test.sh` file from the project root folder.
3030
If there is a difference, between the actual and expected output, a diff will be written to the folder `test/result`.
3131

3232
## 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

Comments
 (0)