Mojca Miklavec wrote:
> On 4/13/06, Hans Hagen wrote:
>   
>> Mojca Miklavec wrote:
>>     
>>> Hello,
>>>
>>> I would like to typeset two columns of names inside one frame
>>> (centered horizontally). \startcolumns inside \framed doesn't work; is
>>> there any simple alternative?
>>>       
>>         \startsimplecolumns[n=2,distance=0pt]#3\stopsimplecolumns
>>     
>
> Don't you think that you have taken the word "simple" to literally? ;)
> (This returned me back the hope that some hidden and undocumented
> features like \startsimplethesis & \writesimplethesis exist in the
> ConTeXt core ;)
>   
\def\simplethesis
  {\setupsystem[random=1234]
   \title{\fakewords{3}{4}}
   \placelist[chapter,section]
   \dorecurse{6}
     {\chapter{\fakewords{5}{10}}
      \dorecurse{5}
        {\section{\fakewords{2}{5}}
         \dorecurse{2}
           {\dorecurse{3}{\fakewords{100}{200}\endgraf}
           \placefigure
              {\fakewords{8}{15}}
              {\fakefigure{5cm}{3cm}{10cm}{5cm}}
            \dorecurse{2}{\fakewords{100}{200}\endgraf}}}}}

\starttext
  \simplethesis
\stoptext


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to