Search found 1 match

by sv75
Tue Jun 16, 2009 8:16 am
Forum: General
Topic: How to expand / undefine macros automatically?
Replies: 0
Views: 1586

How to expand / undefine macros automatically?

Is there any tool or script to expand or undefine all macros defined in my latex document? I would like to have tool to add add '\let\SomeMacro\undefined' for all macros I have defined earlier. Expanding them should be even better. Some editors dislike author-define macros.

I could write python ...