Making circuit diagram in LaTeX

In summary, the conversation discusses the difficulty of creating one line diagrams in LaTeX using the tikz and circuitikz packages. The speaker is looking for a function or style that can easily draw connecting lines between nodes, and is also wondering if there are other packages available for drawing electrical diagrams. They mention that textbooks often use LaTeX for drawings, but the symbols do not appear to be from circuitikz. The conversation also suggests using another graphics package to create diagrams as images that can be imported into the LaTeX document.
  • #1
SirAskalot
141
0
Hi

I'am having problem making one line diagrams (Power Systems) in LaTeX, I will manage but it shure is troublesome and time consuming.

I'am using the package tikz and circuitikz. Attached is a preview of what I would like to draw, and the code assosiated with it.

What I would like is some sort of function/style for the "bus"(thick line), where each bus is a node with anchors assosiated with it. Where the node anchors are easily accessible for drawing connecting lines. Anyone got some ideas for a solution?

I believe many textbooks use latex in their drawings, but is does not seem to look like circuitikz symbols. Are there any other packages out there for drawing electrical diagrams?

Thanks
- SirAskalot
 

Attachments

  • diagram.pdf
    55.7 KB · Views: 484
Physics news on Phys.org
  • #2
look to the ctan website

most often though, another graphics package is used to make the diagrams as an image that gets imported into the [itex]\LaTeX[/itex] document.
 

1. How can I create a circuit diagram in LaTeX?

To create a circuit diagram in LaTeX, you can use the circuitikz package. This package provides a set of macros and tools for drawing electrical and logic circuits in LaTeX documents.

2. Can I customize the appearance of my circuit diagram in LaTeX?

Yes, the circuitikz package allows for customization of the circuit elements, line styles, and labels. You can refer to the package documentation for a list of available options.

3. Is it possible to add labels and annotations to my circuit diagram in LaTeX?

Yes, the circuitikz package provides commands for adding labels and annotations to your circuit diagram. These can be used to add component values, node labels, and other annotations.

4. Can I include external images or symbols in my circuit diagram in LaTeX?

Yes, the circuitikz package allows you to include external images or symbols as circuit elements. You can use the includegraphics command to add custom images or symbols to your circuit diagram.

5. Are there any other packages or tools for creating circuit diagrams in LaTeX?

Yes, there are other packages such as circtuit-macros and xymtex that can also be used for drawing circuit diagrams in LaTeX. However, the circuitikz package is widely used and has extensive documentation and support.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
925
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
5K
  • Poll
  • General Math
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
4K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
256
  • Special and General Relativity
Replies
6
Views
1K
  • Special and General Relativity
Replies
5
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
13K
Back
Top