From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/100323 Path: news.gmane.org!.POSTED!not-for-mail From: survoje Newsgroups: gmane.comp.tex.context Subject: Re: \completeindex and \setuparranging Date: Mon, 19 Mar 2018 21:26:39 +0100 Message-ID: <2db49945-6727-5f35-9a0c-92bbdc9fd2c5@free.fr> References: <9e855851-c652-c412-185f-b89fc906ab8b@free.fr> <5AAF983F.20303@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7135629731406845647==" X-Trace: blaine.gmane.org 1521491115 26287 195.159.176.226 (19 Mar 2018 20:25:15 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Mar 2018 20:25:15 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Mon Mar 19 21:25:11 2018 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from zapf.boekplan.nl ([5.39.185.232] helo=zapf.ntg.nl) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ey1LC-0006je-Sk for gctc-ntg-context-518@m.gmane.org; Mon, 19 Mar 2018 21:25:10 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 8B981548709; Mon, 19 Mar 2018 21:26:53 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VAkm-MV89u23; Mon, 19 Mar 2018 21:26:52 +0100 (CET) Original-Received: from zapf.ntg.nl (localhost [IPv6:::1]) by zapf.ntg.nl (Postfix) with ESMTP id 2996854870C; Mon, 19 Mar 2018 21:26:52 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id B26E3548708 for ; Mon, 19 Mar 2018 21:26:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZzQIT-h_kxCu for ; Mon, 19 Mar 2018 21:26:49 +0100 (CET) Original-Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by zapf.ntg.nl (Postfix) with ESMTPS id E23CC548707 for ; Mon, 19 Mar 2018 21:26:39 +0100 (CET) Original-Received: from [IPv6:2a01:e35:39d2:a040:a9f6:be7a:4b8e:a8d3] (unknown [IPv6:2a01:e35:39d2:a040:a9f6:be7a:4b8e:a8d3]) by smtp3-g21.free.fr (Postfix) with ESMTP id 93A8F13F82A for ; Mon, 19 Mar 2018 21:26:39 +0100 (CET) In-Reply-To: <5AAF983F.20303@gmail.com> Content-Language: fr X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.16 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: "ntg-context" Xref: news.gmane.org gmane.comp.tex.context:100323 Archived-At: This is a multi-part message in MIME format. --===============7135629731406845647== Content-Type: multipart/alternative; boundary="------------D560C57D4CA8687459E55D1A" Content-Language: fr This is a multi-part message in MIME format. --------------D560C57D4CA8687459E55D1A Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Bonsoir Wolfgang ! I tried according to your method (without arrangement and extra run) without result, I tried others possibilities without result. The index page is never ok with \setuparranging... Surely I did not understand. I wanted to make a booklet of musical scores in A5 (24 pages), just with successive png and index for each score : ------------------------ \starttext \externalfigure[Alaude][width=\textwidth]\index{Alaude} \blank \externalfigure[Amazing][width=\textwidth]\index{Amazing} .... \externalfigure[Valse_5T][width=\textwidth]\index{Valse a 5 temps} \blank \externalfigure[Valse8Temps][width=\textwidth]\index{Valse à 8 temps} .... \externalfigure[ValseEcossaise][width=\textwidth]\index{Valse écossaise} \page \setupregister[index]  [n=2,pagestyle=bold] \completeindex \stoptext --------------------- Never mind ! I will do it in A4. Thank you for your attention ! Gérard with help de "google translate" 8-) Le 19/03/2018 à 12:00, Wolfgang Schuster a écrit : > > Try to produce a document without arrangement and make an extra > run afterwards where you arrange the pages. You can use modes for this. > > \startnotmode[arrange] > \setuppapersize[A5][A5] > \stopnotmode > > \startmode[arrange] > \setuppapersize[A5][A4,landscape] > \setuparranging[2UP] > \stopmode > > > Process your document first with > >     context my_document.tex > > and make an extra run at the end with > >     context --once --mode=arrange my_document.tex > > > Wolfgang > > > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://context.aanhet.net > archive : https://bitbucket.org/phg/context-mirror/commits/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ --------------D560C57D4CA8687459E55D1A Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

Bonsoir Wolfgang !

I tried according to your method (without arrangement and extra run) without result, I tried others possibilities without result. The index page is never ok with \setuparranging... Surely I did not understand.

I wanted to make a booklet of musical scores in A5 (24 pages), just with successive png and index for each score : ------------------------

\starttext
\externalfigure[Alaude][width=\textwidth]\index{Alaude}
\blank
\externalfigure[Amazing][width=\textwidth]\index{Amazing}
....
\externalfigure[Valse_5T][width=\textwidth]\index{Valse a 5 temps}
\blank
\externalfigure[Valse8Temps][width=\textwidth]\index{Valse à 8 temps}
....
\externalfigure[ValseEcossaise][width=\textwidth]\index{Valse écossaise}
\page
\setupregister[index]
   [n=2,pagestyle=bold]
\completeindex
\stoptext

--------------------- Never mind ! I will do it in A4.

Thank you for your attention !

Gérard with help de "google translate" 8-)


Le 19/03/2018 à 12:00, Wolfgang Schuster a écrit :

Try to produce a document without arrangement and make an extra
run afterwards where you arrange the pages. You can use modes for this.

\startnotmode[arrange]
\setuppapersize[A5][A5]
\stopnotmode

\startmode[arrange]
\setuppapersize[A5][A4,landscape]
\setuparranging[2UP]
\stopmode


Process your document first with

    context my_document.tex

and make an extra run at the end with

    context --once --mode=arrange my_document.tex


Wolfgang


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

--------------D560C57D4CA8687459E55D1A-- --===============7135629731406845647== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KSWYgeW91ciBxdWVzdGlvbiBpcyBvZiBpbnRlcmVz dCB0byBvdGhlcnMgYXMgd2VsbCwgcGxlYXNlIGFkZCBhbiBlbnRyeSB0byB0aGUgV2lraSEKCm1h aWxsaXN0IDogbnRnLWNvbnRleHRAbnRnLm5sIC8gaHR0cDovL3d3dy5udGcubmwvbWFpbG1hbi9s aXN0aW5mby9udGctY29udGV4dAp3ZWJwYWdlICA6IGh0dHA6Ly93d3cucHJhZ21hLWFkZS5ubCAv IGh0dHA6Ly9jb250ZXh0LmFhbmhldC5uZXQKYXJjaGl2ZSAgOiBodHRwczovL2JpdGJ1Y2tldC5v cmcvcGhnL2NvbnRleHQtbWlycm9yL2NvbW1pdHMvCndpa2kgICAgIDogaHR0cDovL2NvbnRleHRn YXJkZW4ubmV0Cl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f --===============7135629731406845647==--