OthersM4 macrocompiler produces empty .pic files

Information and discussion about other tools not listed above.
Post Reply
vrana
Posts: 1
Joined: Tue Sep 18, 2012 6:04 pm

M4 macrocompiler produces empty .pic files

Post by vrana »

Hi everyone,

I have installed m4 macrocompiler and circuit_macros library according to the manual. When I try to invoke

Code: Select all

m4 -I C:\texmf pstricks.m4 libcct.m4 quick.m4 > quick.pic
m4 generates empty (0 bytes) file quick.pic in the same directory where quick.m4 actually is ( C:\texmf\tex\latex\circuit_macros\examples ).

I have tried to provide full path instead of -I argument (similar to another topic with a different issue), and still it does not work. Any suggestions? Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post Reply