
Graphics, Figures & Tables ⇒ Circuit Diagrams
-
- Posts: 4
- Joined: Sun Jun 10, 2012 10:53 am
Circuit Diagrams

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: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Circuit Diagrams
welcome to the board!
Sure, it can be installed on MiKTeX. You need to install m4, dpic, and that macro collection. It's described here, also regarding MiKTeX 2.9 on Windows 7: M4 Circuit Macros - Installation.
Do you really need Circuit_Macros or do you just want to try it? Perhaps have a look at

Regarding pgf and TikZ, there's already a circuit library in TikZ. You can read about it in the

Stefan
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Circuit Diagrams
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 4
- Joined: Sun Jun 10, 2012 10:53 am
Re: Circuit Diagrams
Cannot Open File C:\Program Files\MiKTeX\2.9\miktek\bin\\README.TXT
Im stuck.
Circuit Diagrams
You have a configuration problem but unless you give a minimal example or a log file it is impossible to know where it is. However, you have to read your library files and source files into m4 and feed the result into dpic so your command should look something like the following:New to TeX wrote:I want to use it because I believe its better. I have done all the set-up instructions I tried placing the example.m4 into C\Users\Username\texmf\Circuit_Macros, however when I go dpic -p example.m4 > example.tex I get the following error warning
Cannot Open File C:\Program Files\MiKTeX\2.9\miktek\bin\\README.TXT
Im stuck.
Code: Select all
m4 -I <macro directory> pstricks.m4 example.m4 | dpic -p > example.tex