Search found 1 match

by tornadof3
Fri Jan 16, 2015 9:43 pm
Forum: Page Layout
Topic: Vertically justify minipages/parbox
Replies: 1
Views: 2170

Vertically justify minipages/parbox

Hello

I am writing a documentclass for exam papers and using a \question command:


\newcommand{\question}[3]{%
\section{\grade/\thesection}%
#2\\
\fbox{%
\begin{minipage}{0.98\columnwidth}
\parbox[t][#1]{0.97\columnwidth}{#3}
\end{minipage}
}
}


argument 1 is the height of the box ...