From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34271 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Re: Pagebreak only after stanzas Date: Sat, 14 Apr 2007 23:31:34 +0200 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1176586317 11971 80.91.229.12 (14 Apr 2007 21:31:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Apr 2007 21:31:57 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Sat Apr 14 23:31:51 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 1HcpqV-0003vo-CJ for gctc-ntg-context-518@m.gmane.org; Sat, 14 Apr 2007 23:31:47 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EB13720070; Sat, 14 Apr 2007 23:31:46 +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 09837-03-12; Sat, 14 Apr 2007 23:31:40 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8875820057; Sat, 14 Apr 2007 23:31:40 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A5E2420057 for ; Sat, 14 Apr 2007 23:31:38 +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 09837-03-11 for ; Sat, 14 Apr 2007 23:31:36 +0200 (CEST) Original-Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by ronja.ntg.nl (Postfix) with ESMTP id F075420056 for ; Sat, 14 Apr 2007 23:31:35 +0200 (CEST) Original-Received: by an-out-0708.google.com with SMTP id d33so1250287and for ; Sat, 14 Apr 2007 14:31:35 -0700 (PDT) Original-Received: by 10.100.120.5 with SMTP id s5mr3436883anc.1176586295071; Sat, 14 Apr 2007 14:31:35 -0700 (PDT) Original-Received: by 10.100.191.10 with HTTP; Sat, 14 Apr 2007 14:31:34 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:34271 Archived-At: On 4/14/07, Bert Tr=FCger wrote: > Hi, > > i am a fresh convert to Context from Latex and deeply impressed by > it's ability to set multiple pages on one page, even doublesided > ones. > For setting a collection of poems I use \obeylines and \smallskip > to arrange them on the page. Pagebreaks should only be possible > between stanzas at the \smallskip-mark. Could somebody tell me, how > to achieve this? Can you post a small example ?