From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31277 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: \combinepages[]: Change order Date: Tue, 10 Oct 2006 12:43:16 +0200 Message-ID: <115224fb0610100343k6aee9d7aw6b1d77bbe3b29b19@mail.gmail.com> References: <4527DD70.9000309@net-b.de> <115224fb0610090039o20a56200nd4a1882879b27227@mail.gmail.com> <115224fb0610100025p10529c7eh7cfe3d789f6e410e@mail.gmail.com> <452B70F1.4010004@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1861355746==" X-Trace: sea.gmane.org 1160477055 13713 80.91.229.2 (10 Oct 2006 10:44:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Oct 2006 10:44:15 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Oct 10 12:44:12 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 1GXF5H-0002zc-0F for gctc-ntg-context-518@m.gmane.org; Tue, 10 Oct 2006 12:43:39 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3F9F51FD48; Tue, 10 Oct 2006 12:43: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 10641-08-16; Tue, 10 Oct 2006 12:43:31 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8370E1FD19; Tue, 10 Oct 2006 12:43:31 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8EF6F1FD19 for ; Tue, 10 Oct 2006 12:43:27 +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 10641-08-15 for ; Tue, 10 Oct 2006 12:43:19 +0200 (CEST) Original-Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by ronja.ntg.nl (Postfix) with SMTP id 569461FD0A for ; Tue, 10 Oct 2006 12:43:17 +0200 (CEST) Original-Received: by py-out-1112.google.com with SMTP id m51so2540330pye for ; Tue, 10 Oct 2006 03:43:17 -0700 (PDT) Original-Received: by 10.35.119.11 with SMTP id w11mr15059682pym; Tue, 10 Oct 2006 03:43:16 -0700 (PDT) Original-Received: by 10.35.21.8 with HTTP; Tue, 10 Oct 2006 03:43:15 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <452B70F1.4010004@wxs.nl> 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:31277 Archived-At: --===============1861355746== Content-Type: multipart/alternative; boundary="----=_Part_63848_18772215.1160476996830" ------=_Part_63848_18772215.1160476996830 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 2006/10/10, Hans Hagen : > > Wolfgang Schuster wrote: > > > > I changed the macro to a (for mee) more readable form. > i changed your first patch to an 'alternative c' option with split up > macro's directiuon is reserved for directional typesetting > > > > > > > > > > > \doifelse\@@ipdirection\v!horizontal\docombinepageshorizontal\docombinepagesvertical#1 > > % watch the #1 ;-) > > > > > see patch i sent you; we can avoid the #1 ; will be in the next beta > > also imagine that #1 is blabla and not a \cs ... in sich cases you really > need {#1} > > so: ...[alternative=a|b|c|horizontal|vertical] > > Hans Hi Hans, if I look at your it seems to me alternative=horizontal|vertical will be similiar to alternative=b and not horizontal==a and vertical==c as I thought. You're right about the #1 but this is my method of lerning of TeX. Help other people and try to understand how things work. Wolfgang ------=_Part_63848_18772215.1160476996830 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

2006/10/10, Hans Hagen <pragma@wxs.nl>:
Wolfgang Schuster wrote:
>
> I changed the macro to a (for mee) more readable form.
i changed your first patch to an 'alternative c' option with split up
macro's directiuon is reserved for directional typesetting
>
>
>
>
> \doifelse\@@ipdirection\v!horizontal\docombinepageshorizontal\docombinepagesvertical#1
> % watch the #1 ;-)
>
>
see patch i sent you; we can avoid the #1 ; will be in the next beta

also imagine that #1 is blabla and not a \cs ... in sich cases you really need {#1}

so: ...[alternative=a|b|c|horizontal|vertical]

Hans
 
Hi Hans,
 
if I look at your it seems to me alternative=horizontal|vertical will be similiar
to  alternative=b and not horizontal==a and vertical==c as I thought.
 
You're right about the #1 but this is my method of lerning of TeX. Help other people
and try to understand how things work.
 
Wolfgang
 

 

------=_Part_63848_18772215.1160476996830-- --===============1861355746== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============1861355746==--