Tagged Questions
3
votes
1answer
69 views
How to switch the poles of the SPDT switch in circuitikz
I am drawing a circuit with circuitikz that have lots of SPDT switches.
I want to show the circuit at two different moments: once, when all the SPDT switches connected to out1 and the second with all ...
4
votes
1answer
83 views
CircuitTikZ splitting input into two gates
I have LaTeX code using the CircuitTikZ package for drawing a simple logic circuit, but I'm not convinced that my code is the correct way to do what I'm trying to do. Essentially, I have two inputs ...
4
votes
1answer
206 views
How can I add a component to circuitikz?
Similar to CircuiTikZ — create new component
I am using circuitikz to create an electric circuit diagram.
I have found the preset symbol for the zener diode to be different to the symbol I wish to ...
2
votes
0answers
202 views
Off Grid Circuitikz Symbols
Shouldn't circuits line up on the grids? Otherwise, drawing code get messy -- really quick. I have found pins-to-grid alignment to be common practice in most the Schematic/Diagram programs I have ...
4
votes
1answer
130 views
Circuitikz inverter bubble
I'm using circuitikz to create some logic gate diagrams. In my course we use "inversion bubbles" as a convenient shortcut instead of drawing inverters everywhere. As in inputs A and B in this image:
...
3
votes
1answer
75 views
Make ins and outs longer on ports in ciruitikz
I have the following using circuitikz. I would like to make the lines going from the vertical 2 lines to the inverters be longer. I could create the small sections of lines myself, but I was wondering ...
1
vote
1answer
429 views
3-input logic gate on circuitikz
How can I draw a 3-input logic gate with circuitikz? Is there a way to do so?
For example,
\begin{circuitikz}
\draw
(0,0) node[and port](myand){}
(myand.in 1) node[left]{A}
(myand.in 2) ...
0
votes
0answers
155 views
Circuitikz and logic gates in XeLaTeX [closed]
I want to use circuitikz to draw logic gates. Your response to a question gave me an inkling. I discovered that having run this with XeLaTeX has instructed, it runs but brings no picture. What do I ...
12
votes
3answers
528 views
Drawing a circuit structure in LaTeX
I want to create the following structure in LaTeX:
Unfortunately I couldn't find a similar example in the pgf manual using the same symbols. An answer just showing basically how to produce a ...
6
votes
3answers
287 views
Use circuitikz voltage source icon as a node
I'm using circuitikz to draw a single line diagram:
But I have no idea how to get rid of the line on top of the voltage source. Is there a simple way to do it?
Here's my current code:
...
2
votes
1answer
425 views
circuit schematic symbol for buffer with control input
circuitikz has an op amp component type with two inputs, output, and up and down ports, usually used for power supply rails. There's also a buffer component type (which I think is provided by tikz ...
1
vote
1answer
342 views
Complicated Tikz logic drawing
This is a follow-up to this question Complicated logic circuit drawing with Tikz - two input buffer gate?
Any ideas how can I draw this next element IODELAY2, should I use Resistance symbol?
For me ...
4
votes
1answer
414 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 ...
6
votes
0answers
279 views
How do I contribute to CircuiTikZ? [closed]
Update (29 Dec 2012)
The author has already update CircuiTikZ (Thank you, Massimo!). It should be integrated into the CTAN official repositories in a few days. The package is now hosted in Github for ...
2
votes
1answer
232 views
Cannot manipulate nodes in tikz
I am using the following code
\documentclass[11pt,a4paper]{book}
\usepackage{tikz}
\usepackage[american voltages, american currents]{circuitikz}
\usetikzlibrary{%
calc,%
fadings,%
shadings%
}
...
2
votes
2answers
397 views
Circuitikz different ground symbol
Is it possible to make circuitikz draw a different ground symbol?
I would like to have a ground symbol with only one horizontal line.
Thanks.
3
votes
2answers
451 views
Labeling a circuit element with its symbol and value on both sides
I have modified the circuit code given in Voltage sign convention (European vs. American) in Circuitikz to serve my presentation in circuit making. However, I am unable to change the voltage source ...
6
votes
1answer
459 views
Using circuitikz, how do I make a ground node and link to it from several others?
I'd like to get two or three nodes linking to a ground symbol (this is not an electric circuit), as in this attempt:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{positioning}
...
7
votes
1answer
514 views
Drawing a motor shaft in TikZ
I'd like to create a picture like the one with TikZ:
I've already created the electrical part using circuitikz. I'd like to add the part on the right (the motor's shaft with arrows), but don't know ...
3
votes
1answer
3k views
Block Diagrams in TikZ
for my thesis i need to put some block diagrams in my LaTeX document. I was recommended to use TikZ for that.
This is the only sample code i could find.
Do you guys maybe have some tutorials / doc ...
4
votes
1answer
509 views
How to draw a quarter car model in LaTex? Which is basically a two masses and spring system
This is the code that i have been able to write up but i would like to make it better and label the springs and dampers and draw the ground. Also i need to draw the direction of the motion which would ...
0
votes
0answers
284 views
It is possible to draw heat engine plants? [closed]
I need to draw a heat engine plant like
For electrical circuit i would use pst-circ but it is possible to use it for these kind of image?
3
votes
1answer
142 views
imagen beside a math
how I can make me stay in the following way but instead of using $ using the command / begin {align} for me to number the mathematical formulas to reference them later?
\begin{center}
...
1
vote
2answers
440 views
Spacing circuit element labels from their elements with CircuiTikz
I want to draw a resistor with a resistance value showing and a voltage label showing as well. This is content-wise an MWE of everything I want:
\documentclass{article}
...
3
votes
1answer
320 views
Grid customized
I would like to build a grid such as the figure shown below where each grid point is surrounded by some of the two curves that describe below.
First curve: an outline around the point forming a ...
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 ...
5
votes
1answer
868 views
circuitikz labeling
I am trying to create a few logic circuits for a class that I teach. After brief investigation I decided to use TikZ library circuit due to the lack of the support by PSTricks for American notation. ...
4
votes
1answer
997 views
Voltage sign convention (European vs. American) in Circuitikz
This time I dive into Circuitikz. Anyway, I've got a problem with the
american and european styles of e.g. voltages.
IIRC Voltage drops are counted positive which means the voltage arrow in the
...
4
votes
1answer
855 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?
1
vote
2answers
783 views
3
votes
0answers
803 views
Using circuitikz to generate logic circuit diagrams? [closed]
How can I use circuitikz (or similar library for small code) to generate logic circuit diagrams with full variable life.
x ---[and1]--- z
y ---[and1]--- z
So f(x,y)=z
An image of the kind of ...
6
votes
2answers
750 views
Circuitikz doesn't recognize units
For example when I use \ohm or \micro it throws an error. For example, in the MWE:
\documentclass{article}
\usepackage{circuitikz}
\begin{document}
\begin{circuitikz} \draw
(0,0) to ...
2
votes
1answer
600 views
Does a workaround or solution exists for the label conflict of circuitikz and TikZ?
I would like to use circuitikz with TikZ. However, I find that circuitikz modifies or does not recognize TikZ labels. The author of circuitiz has commented that in the
"released version of CircuiTikz ...
4
votes
1answer
1k views
Creating custom electronic components in TikZ
In Tikz there is an opportunity to draw logical gates,... I was wondering if it is possible (and easy) to make custom components, like a CMOS-transistor, a Multiplexer, flip-flop,... Perhaps these ...
2
votes
2answers
1k views
Better alternative to Circuitikz?
I'm a bit confused about all possible package to draw electrical circuits. I'm new to drawing these diagrams (although I'm well known to TikZ).
Is there a better package than circuitikz? I found it's ...
6
votes
1answer
1k views
CircuitTikZ - Combine Tripoles with resistors
I'm just learning how to use CircuitTikZ to draw circuits, and I am trying to draw a good looking BJT biasing circuit. But I am having making the resistors across from each other look even, and since ...
2
votes
1answer
1k views
Nesting a tikz picture and tabular within an array environment
Currently I am trying to make a nice layout of logic gates for digital electronics. I have not been able to nest a tabular environment inside of a circuitikz picture, and I'm quite new at nesting in ...
2
votes
1answer
359 views
How to make CircuitTikZ symbols smaller
Is there a way to make symbols of the CircuitTikz package smaller (like ports). Using small/tiny as argument doesn't help.
10
votes
2answers
399 views
How do I contribute to TikZ?
Stemming from this question and with due credits to @morbusg's answer, I was able to create a very fundamental symbol for the circuits.ee.IEC TikZ library, the AC voltage source. I call it the ac ...
9
votes
2answers
2k views
AC source symbol in TikZ circuits.ee.IEC library
I can draw an AC source manually:
\begin{tikzpicture}
\draw (0,0) sin (1,1) cos (2,0) sin (3,-1) cos (4,0);
\draw (2,0) circle (2.5);
\end{tikzpicture}
How do I declare an ACsource symbol so ...
1
vote
1answer
900 views
Defining a \newcommand for environment in CircuiTikz
I have made the following macro for an op-amp with open connectors in circuitikz:
\newenvironment{opamp5}[5]
{
\begin{circuitikz}
\draw (0,0) node[op amp] (opamp) {};
\draw (-2,-0.49) to[short, o-] ...
4
votes
2answers
1k views
Drawing switches in circuitikz with connectors (dots)
I'm trying to draw an example of the logical operation of a logic gate for an analog electronics report.
In the following code:
\begin{circuitikz}
\draw (-3,0) to[battery] (-3,2);
\draw (-3,2) ...
2
votes
1answer
1k views
Different switch symbols in circuitikz?
I'm wondering if there are other commands associated with the switch symbol so that one doesn't have to specify if the switch is open or closed. I would like the switch symbol with two connectors and ...
13
votes
7answers
4k views
Electric circuits in TeX, LaTeX, and Friends
What are some ways to draw electric circuits in TeX systems?
I'm making this community wiki since I haven't found a question related to this.
I was thinking along the lines of circuitikz. What do ...