ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Placing figures flush right and captions in the margin
@ 2011-06-13 14:14 Christoph Redecker
  2011-06-14 15:03 ` Christoph Redecker
  0 siblings, 1 reply; 11+ messages in thread
From: Christoph Redecker @ 2011-06-13 14:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I want to place my figures flush right, so that they are aligned with 
the right border of my text area. Captions should be in the right 
margin, flush left, ragged right. It is a one-sided document.

I've tried

\setupfloats[
	location=right]
\setupcaptions[
	location=rightmargin,
	align=flushleft,
	headstyle=\tfx,
	style=\tfx]
\usemodule[tikz]
\starttext
\placefigure{Test figure caption with a pretty long text which might 
eventually require a line break.}{
	\starttikzpicture
		\draw (0,0) rectangle (2,2);
	\stoptikzpicture
}
\stoptext

and the figure is placed left, and no caption is shown. When I remove 
location=rightmargin, the caption is visible. Other settings I've tried:

outermargin - invisible
righthanging - invisible
right - caption is typeset in the gap between text and margin

I found this old thread:
http://archive.contextgarden.net/message/20090707.065101.8175a86c.en.html, 
but it is not very enlightening.

I'm taking the options from http://pmrb.free.fr/contextref.pdf. My 
ConTeXt version is 2011.06.11.

How can I place figures flush right?
How can I place the captions in the right margin?

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
___________________________________________________________________________________


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

end of thread, other threads:[~2011-06-16 17:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-13 14:14 Placing figures flush right and captions in the margin 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
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

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