Questions tagged [tikz-circuit-lib]

{tikz-circuit-lib} concerns the circuit library for TikZ-pgf

The tag concerns the circuit libraries in TikZ-pgf. The library allows construction of logical and electrical circuits as in these examples from circuit-tikz from TeXample.net. More information can be obtained from the TiKz-pgf manual.

103 questions
5
votes
1 answer

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, next to which is a number. The number indicates…
ted
  • 3,377
1
vote
1 answer

Create logic circuit with several outputs in TikZ circuits

I would like to create logic symbols with custom number of outputs circuits library in TikZ. Half adder can be an example of such symbol, and I want to use its outputs as easy as inputs (e.g., .output 1). Moreover, I want its outputs to look the…
Tim
  • 11
1
vote
1 answer

TikZ: Strange gap in logic gate input/output wires

Consider the following trivial code: \documentclass{standalone} \usepackage{tikz} \usetikzlibrary{calc, shapes.gates.logic.US} \begin{document} \begin{tikzpicture} \node[or gate US, draw, logic gate inputs=nnn, line width=0.8pt] (OR1) at…
1
vote
0 answers

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 example, the square is not precise and I would like to…
0
votes
2 answers

Managing text inside a logic gate in Latex

I am looking for a way to make text inside a logic gate bigger. Here you are my code: \documentclass[10pt,english, openany]{book} \usepackage{tikz} \usepackage{circuitikz} \usetikzlibrary{matrix,calc, arrows,…