From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30834 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Templates and official documents Date: Fri, 15 Sep 2006 18:00:16 +0200 Message-ID: <450ACE10.1090503@boede.nl> References: <4500973E.27413.2375A12@wwl.musensturm.de> <20060915130506.4265a5a3.schuster.wolfgang@googlemail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1158336064 12885 80.91.229.2 (15 Sep 2006 16:01:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Sep 2006 16:01:04 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 15 18:01:02 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GOG7G-0003cy-LY for gctc-ntg-context-518@m.gmane.org; Fri, 15 Sep 2006 18:00:34 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5F3A81FC83; Fri, 15 Sep 2006 18:00:34 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25169-08-7; Fri, 15 Sep 2006 18:00:26 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CA9581FCBB; Fri, 15 Sep 2006 18:00:25 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F271D1FCBB for ; Fri, 15 Sep 2006 18:00:23 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25169-08-6 for ; Fri, 15 Sep 2006 18:00:19 +0200 (CEST) Original-Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by ronja.ntg.nl (Postfix) with SMTP id CF84E1FC83 for ; Fri, 15 Sep 2006 18:00:16 +0200 (CEST) Original-Received: from [127.0.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr7.xs4all.nl (8.13.6/8.13.6) with ESMTP id k8FG0GmJ029659 for ; Fri, 15 Sep 2006 18:00:16 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30834 Archived-At: 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 >