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
Migrated from SourceForge
Author: coenig
Timestamp: 2015-12-23 15:07:01.593000
The xor gate IEC in the file pgflibraryshapes.gates.logic.IEC.code.tex (starting at line 477) does not support 3 or more legs although all the other gates do.
I'm not sure if this is a bug or a conscious decision, but simply setting the according constant from 2 to 1024 (as is the case for the other gates) seems to resolve the problem.
The text was updated successfully, but these errors were encountered:
Migrated from SourceForge
Author: mo-gul
Timestamp: 2018-12-23 19:23:55.737000
Description has changed:
Diff:
--- old
+++ new
@@ -1,3 +1,3 @@
-The XOR gate in the file pgflibraryshapes.gates.logic.IEC.code.tex (starting at line 477) does not support 3 or more legs although all the other gates do.
+The `xor gate IEC` in the file `pgflibraryshapes.gates.logic.IEC.code.tex` (starting at line 477) does not support 3 or more legs although all the other gates do.
I'm not sure if this is a bug or a conscious decision, but simply setting the according constant from 2 to 1024 (as is the case for the other gates) seems to resolve the problem.
Migrated from SourceForge
Author: mo-gul
Timestamp: 2018-12-23 19:23:56.082000
I am pritty sure that this is done by intention. The corresponding manual section one can read the number of allowed inputs for each of the gates and for xor gate IEC and xnor gate IEC it is explicitly written that two inputs (only) are allowed.
Migrated from SourceForge
Author: coenig
Timestamp: 2015-12-23 15:07:01.593000
The
xor gate IEC
in the filepgflibraryshapes.gates.logic.IEC.code.tex
(starting at line 477) does not support 3 or more legs although all the other gates do.I'm not sure if this is a bug or a conscious decision, but simply setting the according constant from 2 to 1024 (as is the case for the other gates) seems to resolve the problem.
The text was updated successfully, but these errors were encountered: