Tagged Questions
3
votes
2answers
266 views
Detect value of option given to documentclass
I would like to be able to detect if the standalone package was used with [preview=false] or [preview=true]. Not too concerned if this setting was a default or user defined.
Based on How can one ...