Possible to just put all macros I use in one file and then just load that one
file everywhere in every problem?
This would have the advantage that I could update all problems by just updating a single file.
cs
loadMacros()
calls in a macro file (for example, the PGstandard.pl
file is just a file that loads a bunch of other macro files).