Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 576 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 576 Bytes

A Makefile that takes a circuit_macros m4, converts it to pic format, then to TikZ code.

Requirements:

Instructions:

  • Edit the first line of the Makefile to point to where you installed circuit_macros
  • cd <directory_with_your_m4_files>
  • make (On Windows you may wish to try mingw32-make.exe from MinGW64)
  • That's it. You can use a generated TikZ file in your document like as simply as \input{file.tikz}