Questions tagged [pgfopts]
24 questions
4
votes
1 answer
Why \ProcessPgfOptions from "pgfopts" parses not only the options of my package?
This is my foo.sty package:
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{foo}
\usepackage{pgfopts}
\pgfkeys{
/foo/.cd,
anonymous/.store in=\fooanon,
}
\ProcessPgfOptions{/foo}
\endinput
This is the…
yegor256
- 12,021
0
votes
1 answer
Unable to pass options to \LoadClass{book} when using pgfopts for my own class
I'm writing a class for a course guide, and basing it on the standard book class. Following the answer by egreg to Passing (just) other options, when using pgfopts, I started working on my own class. Yet somehow, while it doesn't complain about the…
GTK
- 1,510