On 2012-05-02 hwitloc@gmail.com wrote:
% Whereas I want it to be like this:
EDUCATION * bozo the clown * is here today
WORK * UCLA BoA EXPERIENCE * LMU BSCS
In other words I want the first item of an itemization to line up with the resume section description header's first or last line.
\defineparagraphs [rpara] [n=2] \setupparagraphs [rpara] [1] [width=3cm, style=\sc] \setupitemize [5, packed] \starttext \startrpara Education \nextrpara \startitemize \startitem bozo the clown \stopitem \startitem is here today \stopitem \stopitemize \stoprpara \startrpara Work\crlf Experience % or use \startlines … \stoplines \nextrpara \startitemize \startitem UCLA BoA \stopitem \startitem LMU BSCS \stopitem \stopitemize \stoprpara \stoptext