From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/46890 Path: news.gmane.org!not-for-mail From: Antoine Junod Newsgroups: gmane.comp.tex.context Subject: Re: 2NUP, spreading a table on 2 pages Date: Tue, 20 Jan 2009 13:09:43 +0100 Message-ID: <87hc3uxjp4.fsf@zapata.tots-ns.net> References: <873afez8w0.fsf@zapata.tots-ns.net> <664354F6-09CF-4C86-AA56-2B76575CDBA0@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: ger.gmane.org 1232453553 7628 80.91.229.12 (20 Jan 2009 12:12:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2009 12:12:33 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 20 13:13:46 2009 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 1LPFTx-000867-BG for gctc-ntg-context-518@m.gmane.org; Tue, 20 Jan 2009 13:13:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 807B71FCE4; Tue, 20 Jan 2009 13:12:04 +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 11505-03-3; Tue, 20 Jan 2009 13:10:27 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EE6631FCE8; Tue, 20 Jan 2009 13:10:26 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3153B1FCE8 for ; Tue, 20 Jan 2009 13:10:26 +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 11505-03-2 for ; Tue, 20 Jan 2009 13:09:44 +0100 (CET) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by ronja.ntg.nl (Postfix) with ESMTP id A22991FCE4 for ; Tue, 20 Jan 2009 13:09:44 +0100 (CET) Original-Received: from zapata.tots-ns.net (zapata.tots-ns.net [213.239.193.37]) by filter1-til.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n0KC9hrN006736 for ; Tue, 20 Jan 2009 13:09:44 +0100 Original-Received: (qmail 11886 invoked by uid 1000); 20 Jan 2009 12:09:43 -0000 In-Reply-To: <664354F6-09CF-4C86-AA56-2B76575CDBA0@gmail.com> (Wolfgang Schuster's message of "Tue, 20 Jan 2009 12:25:10 +0100") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.2 (gnu/linux) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.239.193.37; country=DE; region=02; city=Gunzenhausen; latitude=49.1000; longitude=10.7500; http://maps.google.com/maps?q=49.1000,10.7500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 167935391 - be86d72090eb X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:46890 Archived-At: Hi, Wolfgang Schuster writes: > Am 20.01.2009 um 09:20 schrieb Antoine Junod: > >> Hello List, >> >> I'm trying to design a little booklet on the form two A5 pages on a A4 >> sheet. It's not hard to do as it is well documented. >> >> The problem is the following: I would like to add a table (actually a >> people list with firstname, lastname, mobile, address and so on and so >> on) that is quite wide. The idea is to put it on a double page (ie, >> when you open the booklet, the table is on both the left and the right >> page). >> >> The easy way would be to 1) manually cut the table in two tables (a >> left one and a right one) that fit on a page and 2) to put them each >> on their own page, beeing sure the left one is on a left page. Here, >> the difficulty is to align both tables accross the pages. > > > How about linetables? > > \setuplinetable[nx=2,width=.125\textwidth] > > \starttext > > \startlinetable > \NC firstname \NC lastname \NC phone \NC mobile \NC postal > code \NC city \NC address \NC\NR > \NC John \NC Jonhsons \NC 0800/987654 \NC 0171/123456 \NC 12345 > \NC New TeX \NC Meta street 12 \NC\NR > \stoplinetable > > \stoptext Excellent, thanks Wolfgang. It exactly matches my needs :) All the best, -AJ ___________________________________________________________________________________ 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://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________