pub fn pass_options(name: &str, ext: &str, options: Vec<String>) -> Result<()>Expand description
Pass the sequence of @options to the package $name (if $ext is ‘sty’), or class $name (if $ext is ‘cls’). Perl Package.pm: PassOptions($name, $ext, @options) Stores options to be processed when the package/class is loaded.