Hi,
  Inside a nested enumeration \frame[align=leftflush] does not work 
correctly. For example
\defineenumeration
   [problem]
   [text=Problem,
    location=hanging,
    headstyle=\sc,
%    headcolor=brown,
%    before={\resetnumber[formula]\page[desirable]},
    after=\blank,
   ]

\defineenumeration
   [solution]
   [
     text=Solution,
     number=no,
%     headcolor=darkblue,
     headstyle=bold,
     location=serried,
     width=broad,
     before=\blank,
     after=\blank,
    ]

\starttext
  \startproblem
     \input knuth %A multi paragraph problem
   \startsolution
     A multi paragraph solution

     \leftaligned{In leftaligned works fine}

     \framed[frame=on,align=leftflushed,width=broad]
     { Inside framed does not}
     \startformula
   \stopsolution
\stopproblem
\stoptext


Is there an option other than align=leftflushed for this kind of 
thing.

Thanks,
Aditya


-- 
Aditya Mahajan, EECS Systems, University of Michigan
http://www.eecs.umich.edu/~adityam || Ph: 7342624008
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to