From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/86221 Path: news.gmane.org!not-for-mail From: "Jan Tosovsky" Newsgroups: gmane.comp.tex.context Subject: Re: Centering the last line in combination subcaptions Date: Fri, 7 Feb 2014 22:25:41 +0100 Message-ID: <40556.7006477669$1391808369@news.gmane.org> References: <008201cf0356$ccebf400$66c3dc00$@tosovsky@email.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1391808356 32280 80.91.229.3 (7 Feb 2014 21:25:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2014 21:25:56 +0000 (UTC) To: "'mailing list for ConTeXt users'" Original-X-From: ntg-context-bounces@ntg.nl Fri Feb 07 22:26:05 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WBsw1-0003ui-7D for gctc-ntg-context-518@m.gmane.org; Fri, 07 Feb 2014 22:26:05 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6F177101FC; Fri, 7 Feb 2014 22:26:04 +0100 (CET) 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 d2vexObXZVy2; Fri, 7 Feb 2014 22:25:59 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 85582101EB; Fri, 7 Feb 2014 22:25:59 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DACB1101EB for ; Fri, 7 Feb 2014 22:25:57 +0100 (CET) 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 P8IUE+UWl0Di for ; Fri, 7 Feb 2014 22:25:56 +0100 (CET) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by balder.ntg.nl (Postfix) with ESMTP id 449DE101E1 for ; Fri, 7 Feb 2014 22:25:46 +0100 (CET) Original-Received: from fep14.mx.upcmail.net (fep14.mx.upcmail.net [62.179.121.34]) by filter1-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s17LPjhR001385 for ; Fri, 7 Feb 2014 22:25:45 +0100 Original-Received: from edge03.upcmail.net ([192.168.13.238]) by viefep14-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140207212544.XAAW13149.viefep14-int.chello.at@edge03.upcmail.net> for ; Fri, 7 Feb 2014 22:25:44 +0100 Original-Received: from emk ([78.102.140.160]) by edge03.upcmail.net with edge id PZRh1n01a3Tq9wW03ZRkp7; Fri, 07 Feb 2014 22:25:44 +0100 X-SourceIP: 78.102.140.160 In-Reply-To: <008201cf0356$ccebf400$66c3dc00$@tosovsky@email.cz> X-Mailer: Microsoft Office Outlook 12.0 Content-Language: cs Thread-Index: Ac8DVslVq3nVXR6UQW28zXNHsm7pWAg8xPxQ X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=62.179.121.34; country=AT; latitude=47.3333; longitude=13.3333; http://maps.google.com/maps?q=47.3333,13.3333&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0RLnxpJ3k - 01b4213dca1e - 20140207 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 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-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:86221 Archived-At: On 2013-12-27 Jan Tosovsky wrote: > I try to fill the entire page with two images with their captions. The > final page should be floating, keeping both images together and not > containing any other text. > > I found this solution. It work fine for short captions / wide images. > > \starttext > test > \startplacefigure[location=page, number=no, title={}] > > %\setupcombinations[align={hz, hanging}] > %\setuptolerance[strict] > > {\startcombination[1*2] > {\externalfigure[cow]} {\input{ward}} > {\externalfigure[cow]} {\input{ward}} > \stopcombination} > > \stopplacefigure > \stoptext > ... > If captions are long and the image narrow, they are typeset on multiple > lines. Default centering produces the ragged column - both not very > nice and difficult to read. When the alignment is set to hanging, it > looks better except the last line which is not centered. > > Is there any settings for centering the last line? I've found it is a general problem with the centering the last line when hanging alignment is set. Here is the similar thread, but with no response: https://www.mail-archive.com/ntg-context@ntg.nl/msg32884.html This is quite old thread. Are there any new possibilities in the Context from that era? Thanks, Jan ___________________________________________________________________________________ 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 ___________________________________________________________________________________