Tagged Questions
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 ...
6
votes
3answers
5k views
Drawing circuit diagrams (with logic gates) in LaTeX
I'm having some difficult drawing circuit diagrams with logic gates in LaTeX. I've tried with circuitikz and pst-circ.
\begin{pspicture}(-1,-1)(5,3)
\logicand[ninputs=2,invertinputa=true, ...