Tagged Questions
3
votes
1answer
180 views
Extracting parts of a .sty file
Can you load only some specific parts from a package while not loading the rest at all?
For example, from the code below I wanted to load only the \newcommands
%theorems
\usepackage{theorem}
...