From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/69769 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: changing number of columns Date: Tue, 5 Jul 2011 16:13:14 +0200 Message-ID: References: <20110701180022.2cc29d72@lenovo> <20110701194630.0d8b6266@lenovo> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309875214 18578 80.91.229.12 (5 Jul 2011 14:13:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Jul 2011 14:13:34 +0000 (UTC) To: kosubek@sksatz.com, mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Jul 05 16:13:29 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qe6NR-0006MT-0Y for gctc-ntg-context-518@m.gmane.org; Tue, 05 Jul 2011 16:13:25 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 55045CADF5; Tue, 5 Jul 2011 16:13:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WKgOG8R6dxr6; Tue, 5 Jul 2011 16:13:19 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 06A84CADE7; Tue, 5 Jul 2011 16:13:19 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D30D3CADE7 for ; Tue, 5 Jul 2011 16:13:17 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gwgQfhf-6OSy for ; Tue, 5 Jul 2011 16:13:15 +0200 (CEST) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id ADD78CADE4 for ; Tue, 5 Jul 2011 16:13:15 +0200 (CEST) Original-Received: from mars.digitpaint.nl (mars.digitpaint.nl [83.98.197.63]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p65EDFrP001991 for ; Tue, 5 Jul 2011 16:13:15 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by mars.digitpaint.nl (Postfix) with ESMTP id 2DB32F13A8; Tue, 5 Jul 2011 16:13:14 +0200 (CEST) Original-Received: from mars.digitpaint.nl ([127.0.0.1]) by localhost (mail.digitpaint.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id J0byLEn5c4E7; Tue, 5 Jul 2011 16:13:14 +0200 (CEST) Original-Received: from willis-computer.fritz.box (a83-161-249-79.adsl.xs4all.nl [83.161.249.79]) by mars.digitpaint.nl (Postfix) with ESMTPA id E511FF1363; Tue, 5 Jul 2011 16:13:13 +0200 (CEST) In-Reply-To: <20110701194630.0d8b6266@lenovo> X-Mailer: Apple Mail (2.1084) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=83.98.197.63; country=NL; latitude=52.5000; longitude=5.7500; http://maps.google.com/maps?q=52.5000,5.7500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0rF4edfrO - bec87c4da007 - 20110705 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:69769 Archived-At: As Hraban mentions it might be best to place the two tables with \placefigure + startcombination .. \stopcombination. If you want to stick to the columnsets and this is for this single page only, then you could place the spanning text in a \framedtext. The placefigure command must be place right after the \startcolumnset command. This you could place with \placefigure like this: \placefigure [btlr] [] {none} {\offset[y=-7cm]{\framedtext[width=\makeupwidth,offset=0pt,frame=off] {Zwar werden ...}}} With the offset you can move the text-box to the position you want it. Willi On 1 Jul 2011, at 19:46, Bernd Kosubek wrote: > Am Fri, 1 Jul 2011 18:32:52 +0200 > schrieb Henning Hraban Ramm : > >> Am 2011-07-01 um 18:00 schrieb Bernd Kosubek: >> >>>>> is it possible to change the number of columns on the same page? >>>> >>>> Please read http://wiki.contextgarden.net/Columns >>> >>> Thanks for your quickly answer. >>> >>> I have read it, but there is no answer of my question. >>> I know, that I can use "columns" instead of "columnset". >>> It is not in my interest to find other solutions for this Problem, >>> rather I wish to know: is it possible to use different numbers of >>> columns on the same page if I use columnset! >> >> >> It's not that easy. >> Please carefully read the columns manual, linked from the above page. >> >> If you want to change between e.g. 2 and 3 columns, you can either >> define a columnset with 6 layout columns and put your text in spans >> of 3 or 2 of those layout columns or define two different columnsets >> like in the examples in chapter "Spanning and More". >> >> Principally you should be able to use the old columns mechanism and >> change the number of columns in-page, but I don't know if you can >> make it work reliably. >> >> Greetlings from Lake Constance! >> Hraban > > Tis is a possibility, but if the following text [in my example b)] is a > huge paragraph, it is not realizeable. > > I give a sample for the problem on my neglected page > "http://www.bk-tex.de/csetquest.html" [= (c)olum(set)-(quest)ion] > > The text on the second page (see the pdf-file) should be placed in a > short distance to the table. > > I know that this is not the best method to handle this job but it > shows good what I mean. > > Greetlings from Leipzig (Lipsia) > Bernd > ___________________________________________________________________________________ > 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 : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________