|
uncommandDescriptionThis macro expands all custom LaTEX commands in your file. Sometimes, it may be necessary to remove your custom commands, e.g., if you want to submit your TEX source to journals that don't allow custom commands. This macro will
Examples: If you have \newcommand{\A}{\mathcal{A}} in the document's preamble, all \A strings will be replaced by \mathcal{A}. Likewise, for \newcommand{\abs}[1]{\left\vert #1\right\vert} all \abs strings will be replaced by \left\vert #1\right\vert, where #1 is the respective argument to \abs. Please read the documentation in the file for further instructions. InstallationPut the macro in %b\Macros\LaTeX\, and assign a shortcut to it if you want. DownloadMacro contributed by Robert <w.m.l
|