ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Christoph Redecker <christoph.redecker@tu-harburg.de>
To: ntg-context@ntg.nl
Subject: Re: Placing figures flush right and captions in the margin
Date: Thu, 16 Jun 2011 11:28:43 +0200	[thread overview]
Message-ID: <4DF9CCCB.5060606@tu-harburg.de> (raw)
In-Reply-To: <4E89B9D4-BEB1-43FE-9A94-9A2EE725443C@googlemail.com>

On 15.06.2011 15:15, Wolfgang Schuster wrote:
>
> Am 15.06.2011 um 10:17 schrieb Hans Hagen:
>
>> Did you check the details.pdf manualal?
>
> This won’t help because it’s ConTeXt’s fault.
>
> This is a quick fix for strc-flt.mkiv but the leftmargin etc. keys are
> then ignored when the caption is placed in the margin.
>
> %\def\locatefloatbox
> %  {\alignstrutmode\zerocount
> %   \shiftalignedline
> %     {\floatparameter\c!leftmargin }{\floatparameter\c!rightmargin}%
> %     {\floatparameter\c!innermargin}{\floatparameter\c!outermargin}%
> %   \alignedline{\floatparameter\c!location}\v!middle}
>
> \def\locatefloatbox
>    {\alignstrutmode\zerocount
>     \doifnotcommon{\floatcaptionparameter\c!location}{\v!outermargin,\v!innermargin,\v!leftmargin,\v!rightmargin}
>       {\shiftalignedline
>          {\floatparameter\c!leftmargin }{\floatparameter\c!rightmargin}%
>          {\floatparameter\c!innermargin}{\floatparameter\c!outermargin}}%
>     \alignedline{\floatparameter\c!location}\v!middle}

Your solution doesn't seems to work, I still don't see a caption 
anywhere when using location=rightmargin. When I inserted your fix I 
stumbled upon the fact that there is \def\locatebcaptionbox below 
\def\locatefloatbox. You provided a fix for \locatefloatbox, but 
shouldn't it be for \locatecaptionbox? I have no clues about the 
internals of ConTeXt, but I tried the following:

\def\locatecaptionbox
    {\alignstrutmode\zerocount
 
\doifnotcommon{\floatcaptionparameter\c!location}{\v!outermargin,\v!innermargin,\v!leftmargin,\v!rightmargin}
       {\shiftalignedline
          {\floatcaptionparameter\c!leftmargin 
}{\floatcaptionparameter\c!rightmargin}%
 
{\floatcaptionparameter\c!innermargin}{\floatcaptionparameter\c!outermargin}}%
     \alignedline{\floatparameter\c!location}\v!middle}

Note that I just translated your fix to \locatecaptionbox. At least it 
didn't throw an error!

>
> The reason why the caption disappears is that you put it
> in \everyrightofalignedline and the content is replaced with
> the rightmargin skip in the \shiftalignedline command.
>
> Wolfgang

My attempt at understanding that explanation: The caption is placed to 
the right of aligned line (because it is supposed to got into the 
margin?), and for all things that are placed that way, 
\everyrightofalignedline is called. And that macro replaces the caption 
with a skip, but should instead skip across the margin skip and then 
place the caption?

Regards

Christoph
___________________________________________________________________________________
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:[~2011-06-16  9:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-13 14:14 Christoph Redecker
2011-06-14 15:03 ` Christoph Redecker
2011-06-15  8:17   ` Hans Hagen
2011-06-15  9:03     ` Christoph Redecker
2011-06-15 13:15     ` Wolfgang Schuster
2011-06-15 13:41       ` Christoph Redecker
2011-06-16  9:28       ` Christoph Redecker [this message]
2011-06-16 16:11         ` Wolfgang Schuster
2011-06-16 16:14           ` Christoph Redecker
2011-06-16 16:28             ` Wolfgang Schuster
2011-06-16 17:26               ` Christoph Redecker

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=4DF9CCCB.5060606@tu-harburg.de \
    --to=christoph.redecker@tu-harburg.de \
    --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).