Questions tagged [karnaugh]

Type­set­ting Kar­naugh maps and Veitch charts. The karnaugh package provides macros for this purpose.

The package karnaugh provides macros for type­set­ting Kar­naugh maps and Veitch charts.

Kar­naugh maps are used to dis­play and sim­plify Boolean algebra expressions, providing a pictorial method of grouping together expressions with common factors and therefore eliminating unwanted variables. It can be also described as a special arrangement of a truth table. The maps are a refinement of Veitch diagrams that display a function's discriminants according to the reflected binary, while the Veitch charts displays the discriminants in natural binary order.

31 questions
8
votes
1 answer

Cycle or specify implicant colors in karnaugh-map

I'm drawing Karnaugh maps using Mattias Jacobsson's excellent karnaugh-map package. Each implicant is drawn in a different color -- unless there are more than 6. After that, the colors all get stuck at cyan. In some cases, this can obscure the…
Bill Nace
  • 379
5
votes
1 answer

How can I draw paths in Karnaugh maps?

I would like to draw something like this: So I would like to highlight the path from 13 -> 9 -> 11 -> 3. How can I draw this path in a Karnough map? edit: It don't has to be done with kvmacros, but I would like to have an example with which I can…
Martin Thoma
  • 18,799
4
votes
2 answers

How I draw this KV-Diagram in Latex?

Hello my Problem is I've no idea. How I draw this Kv-Diagram in Latex I only found different KV-Diagrams they make with the Karnaugh maps. I only can do this table with Latex. I've no idea how to add the red…
test
  • 43
3
votes
1 answer

How can I center a Karnaugh map using the karnaugh-map package?

I would like to center the K-map generated using the karnaugh-map package. Any suggestions? The following code creates the map but aligned left. \documentclass[legalpaper, 12pt,…
BHamza
  • 351
2
votes
0 answers

maps of Karnaugh in LaTeX

How can I make a Karnaugh map of this type in LaTeX? Thank you
Apr
  • 21
1
vote
1 answer

Resize Karnaugh Map

I am trying to create a Karnaugh Map, but I need to have variables as the terms for the K-map. I am using the karnaugh-map package, where I can get the variable terms inside the K-map, but the K-map is too small. I need to resize it so that each…
Matt
  • 13
  • 2
1
vote
0 answers

Draw A Karnaugh Map with variables in the order 0132

I would like to draw a table-like diagram called a Karnaugh map. These diagrams can have information about how the inputs and outputs of a circuit. Each Letter represents that input being true. Each entry in the diagram is an output, that is the…
1
vote
0 answers

Can Somebody explain how I should use the implicants in the linked Karnaugh example?

How to do a karnaugh map? I don't understand the arguments and different functions of drawing the implicants. Thanks a lot! I want to know I have to draw the rectangles as shown as in the picture. I don't know how this is meant. Do I have to change…
Timmy
  • 11
0
votes
2 answers

Putting Karnaugh maps side by side

I have three karnaugh maps which I would like to put besides each other. I tried doing this with minipages and subfigures but nothing seems to work. There are always displayed on top of each other. These are the three karnaugh…
0
votes
1 answer

5 Variable Kmap using KVMap

I'm trying to draw a KMap with the miniterms index in it like this; The closest I am to this is the following code: \begin{kvmap} …
ElSabio
  • 361
0
votes
0 answers

How can I draw a 5 variable K Map with Karnaugh-Map package

I would like to draw a K map with 8 x-cells and 4 y-cells. Something like this: \begin{karnaugh-map}[8][4][1][$Q_2$$Q_3$][$Q_0$$Q_1$] \terms{2,3}{X} \minterms{1,4,5,6,7} \end{karnaugh-map} But I cannot set that into the [] after the…
ElSabio
  • 361