From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32975 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Re: How to create a standard text block Date: Fri, 26 Jan 2007 08:29:20 +0100 Message-ID: References: <1965660065.20070126013720@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1169796592 1186 80.91.229.12 (26 Jan 2007 07:29:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Jan 2007 07:29:52 +0000 (UTC) To: Yatskovsky , "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 26 08:29:43 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1HALWp-0008Jw-6D for gctc-ntg-context-518@m.gmane.org; Fri, 26 Jan 2007 08:29:43 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BEBAE1FDD8; Fri, 26 Jan 2007 08:24:20 +0100 (CET) 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 29924-02; Fri, 26 Jan 2007 08:24:16 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 10E6722; Fri, 26 Jan 2007 08:24:14 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1745022 for ; Fri, 26 Jan 2007 08:24:08 +0100 (CET) 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 29678-03-2 for ; Fri, 26 Jan 2007 08:24:01 +0100 (CET) Original-Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.237]) by ronja.ntg.nl (Postfix) with ESMTP id 6AD0B1FDCC for ; Fri, 26 Jan 2007 08:24:00 +0100 (CET) Original-Received: by nz-out-0506.google.com with SMTP id z3so582971nzf for ; Thu, 25 Jan 2007 23:29:20 -0800 (PST) Original-Received: by 10.65.219.16 with SMTP id w16mr4520330qbq.1169796560179; Thu, 25 Jan 2007 23:29:20 -0800 (PST) Original-Received: by 10.65.183.11 with HTTP; Thu, 25 Jan 2007 23:29:20 -0800 (PST) In-Reply-To: <1965660065.20070126013720@gmail.com> Content-Disposition: inline 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:32975 Archived-At: On 1/26/07, Vyatcheslav Yatskovsky wrote: > > > > Hello everybody, > > > > > Could someone tell me what is the best way to create a standard text block > that would consist of a line frames around the text and include some > lettering? Such a text block is a State standard in Russia and Ukraine and I > want to design it good and possibly include in the Wiki, since many people > require it. So I feel right to ask you gurus first how to begin. > > > > > Please note that this block is of two kinds -- bigger one for first page of > a document (but sometimes of a section), and smaller one for remaining > pages. > > Maybe these can help you %%%%%%%%%%%%%%%%%%%%%% \starttext \startframedtext \input tufte \stopframedtext \framed{% \vbox{% \input tufte }} \stoptext %%%%%%%%%%%%%%%%%%%%%%%%%%% Do you have some public pdfs as examples ? luigi