nstanger / ouexam

University of Otago LaTeX exam template
0 stars 1 forks source link

Add a vertical adjustment macro for marks totals? #41

Open nstanger opened 6 years ago

nstanger commented 6 years ago

This is to help with the issue of vertical mark spacing after questions, which isn’t always ideal and is pretty much impossible to automate in any sensible form. At the moment this can be done by just shoving in a negative \vskip at the end of the question environment, but this doesn’t take account of things like marking schedule, which screws up the assumptions underlying the \vskip.

The solution would be to define a \adjustmarkheight (or similar) macro that takes a length as argument (which will usually be negative). That macro can then check whether \@ifmarkingschedule is in effect and do nothing if so.

There could be two versions: one that takes a number of lines and one that takes an arbitrary length?

nstanger commented 5 years ago

This appears to be more or less a duplicate of #26, and also relates to #9.