Why use the DeMorgan equivalent by default? I do have one other schematic drawn for another product where it did make sense to use the DeMorgan equivalent on one gate...
I do plan to go back through all the custom symbols I've made soon and update them to show inversion on the inputs where needed.
cj7hawk: For example, the DeMorgan equivalent of a NOR gate is an AND gate with the equivalent of inverters on the input. (implementation of DeMorgan's Theorem)
You don't use the DeMorgan equivalent by default. You switch to the DeMorgan equivalent to help the person reading the schematic understand what the circuit is doing.
For example if you have a two input gate where the use of it is that its output goes low when both of its inputs are high at the same time, of course you draw it as a NAND gate.
However if you had the same NAND gate in another circuit, where its output went high, if either of its input signals went low, it should be drawn as an OR gate with inverted inputs. In both cases the actual device is still a NAND gate, but drawn in the NAND gate form or the DeMorgan equivalent, is done depending on how the circuit design is operating.
Often you will see schematics with many NAND gates (and not a sign of an inverted input OR gate), and the person who made the published schematic, probably was making the pcb file, and doesn't understand the circuit's operating theory. They just created the "connection diagram" by linking pin numbers on IC packages. While it might be correct, it is not helpful for servicing. Once you figure the circuit's logic out, some are being used as DeMorgan equivalent inverted input OR gates, so it is always better that the designer makes the schematic and puts in the DeMorgan equivalents, where they are required, or it leaves a service technician further in the dark about what is happening in the logic.
If you look the DeMorgan theory up, you will also find that a NOR gate can be drawn as a negated input AND gate and in some particular circuit, it may be being used in that manner and therefore it should drawn in that manner on the schematic.
Knowledge of the DeMorgan theorem also helps when designing circuits, lets say you want to make some sort of decoder circuit looking at up to 8 data bits and you want to detect when all 8 bits are zero at the same time, and you want a high output, or a ZERO signal, then DeMorgan tells you to reach for an 8 input NOR gate. But if you draw that in your schematic as a NOR gate, it won't do a technician any favors.
I have attached a useful data sheet.
Also there is another thing, the XOR gate. There are a number of circuit configurations that behave as XOR, and it can be very confusing to figure out if the designer does not explain when these are used, aside from using an actual single XOR gate, the sub-circuit should have a box around it. One of the more interesting versions of the equivalent of XOR was discovered in Atari's arcade Pong circuit from 1972. One really odd thing was that there was a spare single XOR gate in a package nearby that was not used, but the designer chose to make it in a very creative manner instead. When I asked him why he didn't just use the XOR gate nearby, he was not sure. When the circuit was published, there was no technical description of how it worked, not in any detail at least, and that part of the circuit certainly had many baffled.