[EMAIL PROTECTED] wrote: > + // but when the user has chosen a non-default > inner_pos, the height + // must be given: > \minipage[pos][height][inner-pos]{width} + if > (params_.height != Length("1in") || > + params_.inner_pos != params_.pos) {
Uwe, why is this hardcoded to "1in"? Jürgen