Tagged Questions
8
votes
2answers
96 views
Put all package options into one command
The title might not be perfect, but what I want to achieve is:
Inside my own package mypackage.sty, I would like to have a command, say \allpackageoptions, which should have stored the entire package ...
5
votes
3answers
263 views
Avoid inputting a file multiple times
I have a revision string automatically saved to a file VERSION (it is the output of git describe and usually looks like v2.2-19-g0a51c27), and define a command
...