Bob Tennent wrote:
> How can I pass "global" options (normally inserted after
> \documentclass) on the command-line? The input file itself
> has a \documentclass command.
Maybe :
TeX \toks 0 = {my global options}\input <input file>
\expandafter \documentclass \the \toks 0 {whatever}
Philip Taylor