Hi Jorge, In order to fit a table on one page one can put the table into a buffer and issue the \placetable command, which enables you tou provide a height. In fact you include the table as a float. Because the "Teacher Date" line occurs on each page, this can be put into a footerline. About your question concerning the amplification of the interlinespace I have no appropriate answer. I do not know whether you have comman= option where you could give instructions like \setupinterlinespace. Kind regards Willi batela wrote: > Hi Willi > > Tanks a lot for your suggestions, but I need some additional > assistance. With the code in attach my final document have 4 pages, > but I need to fit all information in only 2 pages. In each page I need > to include the logo, the unit name, the school name, the table, the > teacher name and the date. If the table is to large, then the table > will be splited. > > I have an additional question for you: are there a way to amplified > the interline space only in the columns 3,4 and 5 of the table? > > Thanks alot > Jorge > > Em 15/09/2006, às 5:00, Willi Egger escreveu: > >> Hi Jorge, >> >> May be you want much more, but based on your information you could do >> something like this: >> >> setuppapersize[A4,landscape][A4,landscape] >> \setupcolors[state=start] >> >> \setuplayout >> [tospace = 2cm, >> backspace=2.5cm, >> headerdistance=3\bodyfontsize, >> margin=2cm, >> width=fit] >> >> \definelogo[Schoollogo] >> [top] >> [leftmargin] >> >> [command={\framedtext[width=\marginwidth,background=color,backgroundcolor=red]{School >> >> logo}},state=start] >> >> \setupheadertexts[\hfill{\bfa This is our School Name}\hfill] >> >> \starttext >> \placelogos >> \startalignment[middle] >> \cap{unit}: (changing each page) >> \stopalignment >> \blank >> >> \bTABLE >> \setupTABLE[column][1][width=.9\textwidth] >> \bTR >> \bTD a table with several columns and several rows \eTD >> \eTR >> \dorecurse{10}{\bTR \bTD more rows \eTD \eTR} >> \eTABLE >> \vfill >> \starttabulate[|l|lw(5cm)|l|] >> \NC Teacher name\EQ \NC Date\EQ\NR >> \stoptabulate >> \stoptext >> >> >> Willi >> >> batela wrote: >>> Dear Sirs >>> >>> I'm a teacher in a secondary school and I need to prepare some >>> planifications for my class. Until now Word can do the job but I'm >>> think that ConTexT can do better. The scheme of the layout of my >>> document is: >>> >>> |----------------------------------------------------------------------- >>> >>> - | >>> | logo School Name >>> | >>> | >>> | >>> | UNIT: (changing in each page) | >>> | >>> | >>> | |-----------------------------------------------------------| >>> | >>> | | a table with several coluns | >>> | >>> | | and several rows >>> | | >>> | |-----------------------------------------------------------| >>> | >>> | >>> | >>> | Teacher name: Date: >>> | >>> |_________________________________________| >>> >>> >>> The paper are in landscape orientation and in each page I need to >>> represent several elements, like: logo, school name, space for the unit >>> designation, teacher name, date and signatures. >>> >>> My main question is: is there any way to prepare this kind of documents >>> in Context? Examples are welcome. >>> >>> Thanks a lot >>> >>> Have a nice day >>> >>> jorge >>> >>> _______________________________________________ >>> ntg-context mailing list >>> ntg-context@ntg.nl >>> http://www.ntg.nl/mailman/listinfo/ntg-context >>> >> _______________________________________________ >> ntg-context mailing list >> ntg-context@ntg.nl >> http://www.ntg.nl/mailman/listinfo/ntg-context >> >> > Um Abraço, > > Jorge Magalhães > ------------------------------------------------------------------------ > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >