ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] caption for moved sidefloat in the margin
@ 2023-07-30 12:37 Henning Hraban Ramm
  2023-07-30 12:46 ` [NTG-context] " Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Henning Hraban Ramm @ 2023-07-30 12:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi again,

I’m reading through the details manual and set up some figures as 
sidefloats that are offset to the margin. This works well.

Now I’d like to have their captions in the margin, below the figure.
If I set location=innermargin, then the caption is beside the image, 
i.e. somewhere at the edge. If I don’t, I can’t get it to move to the 
left edge of the image.

How can I do that?

Hraban


"""
\useMPlibrary[dum]

\setuplayout[
   backspace=5cm,
   width=12cm,
]

\definefloat[marginfigure]
\setupfloat[marginfigure][
   leftmargindistance=-\leftmargintotal,
   rightmargindistance=-\rightmargintotal,
   default={inner,none,low,high},
]
\setupcaption[marginfigure][
   style={\ss\tfx},
   align={flushleft},
   width=\leftmarginwidth,
   %location={innermargin,low},
]

\starttext
\showframe

\startplacemarginfigure[
   location={inner,3*hang},
   title={My caption should be flushleft and aligned with the image.},
]
\externalfigure[dummy][width=.66\textwidth]
\stopplacemarginfigure
\samplefile{lorem}

\stoptext
"""
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-30 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-30 12:37 [NTG-context] caption for moved sidefloat in the margin Henning Hraban Ramm
2023-07-30 12:46 ` [NTG-context] " Hans Hagen
2023-07-30 13:38   ` Henning Hraban Ramm
2023-07-30 15:30   ` Henning Hraban Ramm

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).