ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marco <netuse@lavabit.com>
To: ntg-context@ntg.nl
Subject: Re: How to make Figure captions justify if long?
Date: Thu, 9 Feb 2012 15:18:26 +0100	[thread overview]
Message-ID: <20120209151826.7a22b5a0@homerow> (raw)
In-Reply-To: <87y5scnrd6.fsf@micropit.couberia.bzh>

On 2012-02-09 Peter Münster <pmlists@free.fr> wrote:

> \defineframed[FullWidth][offset=overlay, width=\textwidth,
>   frame=off, align=middle]
> \starttext
> \placefigure[here]{\input tufte\relax}
>             {\FullWidth{\externalfigure[any][width=3cm]}}
> \placefigure[here]{Short}
>             {\FullWidth{\externalfigure[any][width=3cm]}}
> \stoptext
> 
> Is this a solution?

This looks  like the solution,  yes. However you scatter  the source
with \FullWidth commands.  Wagners solution seems to  be more clean.
So we end up with the following:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Sorry Aditya, for not using your kitties ;)
\useMPlibrary [dum]

\defineframed [FigureFramed]
	[
		 width=.8\textwidth,
		offset=overlay,
		 frame=off,
	]

% Doesn't work :( Why not?
%\setupfloat [figure] [width=.8\textwidth]

\setupfloat [figure] [command=\FigureFramed]

\starttext

\startplacefigure [title=Foo Bar]
	\externalfigure [placeholder]
\stopplacefigure

\startplacefigure [title={\input tufte\par}]
	\externalfigure [placeholder]
\stopplacefigure

\input knuth

\stoptext
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

But the question is, why does setting the float width in \setupfloat
fail?  What  else is  it  supposed  to do?  It  doesn't  seem to  do
anything.

Marco


___________________________________________________________________________________
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
___________________________________________________________________________________

      parent reply	other threads:[~2012-02-09 14:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-08 23:50 Wagner Macedo
2012-02-09  0:43 ` Marco
2012-02-09  1:13   ` Wagner Macedo
2012-02-09  7:34     ` Steffen Wolfrum
2012-02-09 11:55       ` Wagner Macedo
2012-02-09 12:06 ` Peter Münster
2012-02-09 12:40   ` Wagner Macedo
2012-02-09 14:18   ` Marco [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120209151826.7a22b5a0@homerow \
    --to=netuse@lavabit.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).