{tikz-circuit-lib} concerns the circuit library for TikZ-pgf
3
votes
1answer
87 views
Bussymbol for tikz circuit lib
I am looking for a way to draw a symbol to indicate a bus/multiple wires. I have seen (though I am unable to google reference pictures) schematics with a wire that has a diagonal line (45°) across it, ...
9
votes
2answers
279 views
How can I improve those voltage annotations
In France, we draw an arrow above or below a dipole to represent the potential difference between its two poles. I'm trying to automate this using the ideas of the tikz circuits library (not ...
1
vote
0answers
55 views
How can I make this circuit as a module?
I started to use the circ package and I would like to draw this kind of black box, but the final result is unsatisfactory: how can I take advantage of LaTeX principles in this kind of code? For ...
2
votes
1answer
197 views
TikZ logic alignment
I'm trying to create various logic circuit diagrams using the circuit library of TikZ (it allows multi-input gates).
I'm using a matrix, but this causes issues with the input wires not lining up with ...
6
votes
2answers
319 views
TikZ circuits: symbol for gas discharge tube?
In the TikZ circuit library, is there a symbol for a gas discharge tube?
In the manual I could not find anything regarding this (and the whole symbol list in there seems rather short, anyways).
2
votes
1answer
204 views
TikZ circuits: Resistor is rotated by 90 degrees
I have a problem with TikZ circuit library. The following code produces a circuit, but the resistor is rotated by 90 degrees:
\documentclass{article}
\usepackage{tikz}
...
3
votes
1answer
152 views
How do I know the direction of my TiKZ circuit element?
I'm trying to create my own symbols for current and voltage sources - basically I want the current source as an encircled arrow in the direction of the current, and the voltage source as a + and - ...
4
votes
1answer
432 views
Complicated logic circuit drawing with Tikz - two input buffer gate?
i'm trying to draw similar image with Tikz and Circuit Library, so far i'm stucked at drawing buffer gate with two labeled inputs (IBUFGDS and IBUFDS), standard library have a gate with only one ...
3
votes
1answer
521 views
Ground symbol from circuits.ee.IEC library
I wish to draw a ground symbol in a circuit diagram using the circuits.ee.IEC TiKZ library. The example in the PGF Manual (pdf) on page 311 shows exactly what I want. However, when I try to draw it, ...
0
votes
0answers
70 views
TiKZ Circuit library: current arrow on arc [duplicate]
Possible Duplicate:
TikZ: How to draw an arrow in the middle of the line?
I'd like to display mesh currents in my figure, using dashed loops with a labelled current arrow. These loops ...
4
votes
2answers
551 views
Fixing a circuit diagram
Making some electric circuits in tikz for the very first time, and need to
replicate the following image
Not a very complicated circuit. Now here is what I have done so far
...
13
votes
1answer
524 views
Drawing 3d circuit diagram
I've started using tikz only few weeks ago and find it utmost useful todraw beautiful picutres.But now i'm a bit stuck on a 3d circuit which should resemble the physical structure and hope the experts ...
13
votes
0answers
594 views
Industrial schematics [closed]
I'm investigating if it is possible to generate electrical schematics for industrial machinery with the LaTeX ecosystem. They are quite different from electronic circuits because are developed ...
3
votes
1answer
329 views
How do I color just labels for specific components in the tikz circuits library?
I follow a convention in which I make voltages blue and currents red.
Making the current direction red is pretty simple. I just add "color=red" to the options for the specific current direction. But ...
4
votes
1answer
223 views
How do I achieve consistent font sizing in a tikz circuit?
When creating a circuit using the tikz circuits library, the objects may have a variety of different constructions. There may be labels containing fractions and there may be ordinary paths with ...
1
vote
1answer
240 views
Circuit lines not completed in tikz using circuits library
Please forgive me if the answer to this question should be obvious. I have read the TikZ manual, and ordinarily one would address this issue with cycle, but cycle behaves funny with the circuits ...
3
votes
1answer
208 views
Change make contact graphic in TikZ circuit lib and add closed option
Is it possible to change the appearance of the var make contact symbol from the TikZ circuit library as follows (i.e. add the second circle) and add a "closed" option as shown in the following ...
4
votes
1answer
770 views
Ammeter and Voltmeter for the circuit TikZ library
How can I make the Voltmeter and Ammeter symbols look like in the follwing picture using the circuits.ee.IEC library?
I just managed to do this:
\documentclass{article}
\usepackage{tikz}
...
7
votes
1answer
2k views
Circuitikz symbols in TikZ circuit library
Some time ago, I asked about Relationship between tikz circuit library and circuitikz?. wh1t3 wrote: "However, as far as I know there is nothing the circuitikz package does that the TikZ circuit ...
4
votes
1answer
874 views
Relationship between tikz circuit library and circuitikz?
Is there any relationship between tikz circuit library and circuitikz, for example that one is build on top of the other. Are they compatible in some way? Is one of them in some way obsolete?
