Document Classes ⇒ samples/documentation for circ package?
samples/documentation for circ package?
I am looking for a package that permits me to draw circuit diagrams (as used in technical informatics). So far, I have found the circ package, which seems to include at least most things I need (but I could not find multiplexers so far...). However, the documentation is quite brief and lacks a sample on how to draw logic diagrams. While I managed to get the basics going, I still do not know how to start by connecting inputs X_1, ..., X_n to the gates (e.g. \OR, \AND).
Is there any other documentation on circ available? Or does somebody happen to have a code sample?
Any help would be deeply appreciated.
Rainer
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
samples/documentation for circ package?
welcome to the board!
Concerning circ have a look here: circ on CTAN and especially circ.pdf.
Additionally you could have a look at the pst-circ package of PSTricks.
Stefan
Re: samples/documentation for circ package?
thanks for the tips

Unfortunately, I learned about circ on ctan and read the document you quote. Chances are good I misunderstood the doc (I am new to LaTeX as well), but this is why I would really appreciate a sample or some other doc (google search turned up almost nothing

I also had a look at the other package, but that provides less symbols. Anyhow, I'll evluate further

Thanks again for your time.
Rainer
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
samples/documentation for circ package?
these forum topics are containing samples:
Stefan
samples/documentation for circ package?
I'll try to be a bit more elaborative

For example, I have this code (not really finished, because of the problem I face

Code: Select all
\begin{circuit}0
\OR1 TextOR I1 a b c
\frompin OR1O
\AND2 TextAND I1 a2 b2 c2
\end{circuit}
Rainer
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
samples/documentation for circ package?
Stefan