summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/tikz-karnaugh/README.txt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-09 03:00:53 +0000
committerNorbert Preining <norbert@preining.info>2022-02-09 03:00:53 +0000
commit8363587176bd1746ab2d65ee183b196e6d3458cf (patch)
tree64a89e6416d2b23d149b3dd918af467ae0b7441a /graphics/pgf/contrib/tikz-karnaugh/README.txt
parent98810f6d7d064e61186d0ce674c4ee9de47a1f55 (diff)
CTAN sync 202202090300
Diffstat (limited to 'graphics/pgf/contrib/tikz-karnaugh/README.txt')
-rw-r--r--graphics/pgf/contrib/tikz-karnaugh/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pgf/contrib/tikz-karnaugh/README.txt b/graphics/pgf/contrib/tikz-karnaugh/README.txt
index 7a4f905e59..b9e11e222d 100644
--- a/graphics/pgf/contrib/tikz-karnaugh/README.txt
+++ b/graphics/pgf/contrib/tikz-karnaugh/README.txt
@@ -5,19 +5,19 @@ The tikz-karnaugh package may be distributed and/or modified under the condition
http://www.latex-project.org/lppl.txt and version 1 or
later is part of all distributions of LaTeX version 1999/12/01 or later.
- Version 1.3 of 14 October 2021
+ Version 1.4 of 8 February 2022
------------------------------------------------------------
The tikz-karnaugh package is a LaTeX package used to draw Karnaugh maps. It uses TikZ to produce high quality graph from 1 to 12 variables, but this upper limit depends on the TeX memory usage and can be different for you. It is very good for presentation since TikZ allows for a better control over the final appearance of the map. You can control colour, styles and distances.
-It can be considered an upgrade and extension of Andreas W. Wieland's karnaugh package towards TikZ supporting. Upgrade because uses TikZ for more option on typesetting and overall higher quality. Extension because it also supports American style. Complex maps with solution (implicants) pointed out can be generated with external java software (see documentation for details).
+It can be considered an upgrade and extension of Andreas W. Wieland's karnaugh package towards TikZ supporting. Upgrade because uses TikZ for more option on typesetting and overall higher quality. Extension because it also supports American style and inputting the values as they would appear in the map or in the truth table. Complex maps with solution (implicants) pointed out can be generated with external java software (see documentation for details).
-It supports both American and traditional (simplified labels) styles and from version 1.3 on American style is natively supported, therefor, no more addition work is required to typeset Gray coded labels, variable names etc.
+It supports both American and traditional (simplified labels) styles and from version 1.3 on American style is natively supported, therefore, no more addition work is required to typeset Gray coded labels, variable names etc. From version 1.4, two new macros allow typesetting a map much more similarly as it should appear. Original order, as the values appear in the truth table, still being supported.
------------------------------------------------------------
If you are interest in generating the documentation departing from tikz-karnaugh-doc.tex you are going to need pgfmanual-en-macros available at ctan:/graphics/pgf/base/doc/macros/pgfmanual-en-macros.tex
-http://mirrors.ctan.org/tex-archive/graphics/pgf/base/doc/macros/pgfmanual-en-macros.tex
+https://mirrors.ctan.org/graphics/pgf/contrib/sa-tikz/doc/macros/pgfmanual-en-macros.tex
------------------------------------------------------------