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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- 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: 10324
- 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: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
samples/documentation for circ package?
Stefan