ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Caption next to figure
@ 2012-06-03 17:43 Andy Thomas
  2012-06-03 17:48 ` Marco
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Thomas @ 2012-06-03 17:43 UTC (permalink / raw)
  To: ntg-context

Hello all,

I am trying to convert a document with a lot of small figures in the margin into a more kindle friendly format. In order to do that, I want to have a small figure in the text with an adjacent figure caption. How can I achieve that? I attached an example and a link how it is supposed to look like.

\useMPlibrary[dum]

\starttext
\input tufte

\startplacefigure[title={A rectangle with a caption.}]
  \externalfigure[dummy][width=0.5\textwidth]
\stopplacefigure

\input knuth
\stoptext

Andy


https://dl.dropbox.com/u/9089117/small_figure_context.png
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Caption next to figure
  2012-06-03 17:43 Caption next to figure Andy Thomas
@ 2012-06-03 17:48 ` Marco
  2012-06-03 18:44   ` Andy Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Marco @ 2012-06-03 17:48 UTC (permalink / raw)
  To: ntg-context

On 2012-06-03 Andy Thomas <andythomas@web.de> wrote:

> I want to have a small figure in the text with an adjacent figure
> caption. How can I achieve that?

\setupcaptions [figure] [location=right]


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
___________________________________________________________________________________


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

* Re: Caption next to figure
  2012-06-03 17:48 ` Marco
@ 2012-06-03 18:44   ` Andy Thomas
  2012-06-03 18:56     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Thomas @ 2012-06-03 18:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thank you. Can I have the bottom of the caption in line with the bottom of the figure instead of centered?

Andy

On Jun 3, 2012, at 7:48 PM, Marco wrote:

> On 2012-06-03 Andy Thomas <andythomas@web.de> wrote:
> 
>> I want to have a small figure in the text with an adjacent figure
>> caption. How can I achieve that?
> 
> \setupcaptions [figure] [location=right]
> 
> 
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 5+ messages in thread

* Re: Caption next to figure
  2012-06-03 18:44   ` Andy Thomas
@ 2012-06-03 18:56     ` Wolfgang Schuster
  2012-06-03 19:50       ` Andy Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2012-06-03 18:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 03.06.2012 um 20:44 schrieb Andy Thomas:

> Thank you. Can I have the bottom of the caption in line with the bottom of the figure instead of centered?

\setupcaption[figure][location={right,low}]

Wolfgang
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Caption next to figure
  2012-06-03 18:56     ` Wolfgang Schuster
@ 2012-06-03 19:50       ` Andy Thomas
  0 siblings, 0 replies; 5+ messages in thread
From: Andy Thomas @ 2012-06-03 19:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thank you both, works great now.

Andy



Am 03.06.2012 um 20:56 schrieb Wolfgang Schuster <schuster.wolfgang@googlemail.com>:

> 
> Am 03.06.2012 um 20:44 schrieb Andy Thomas:
> 
>> Thank you. Can I have the bottom of the caption in line with the bottom of the figure instead of centered?
> 
> \setupcaption[figure][location={right,low}]
> 
> Wolfgang
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2012-06-03 19:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-03 17:43 Caption next to figure Andy Thomas
2012-06-03 17:48 ` Marco
2012-06-03 18:44   ` Andy Thomas
2012-06-03 18:56     ` Wolfgang Schuster
2012-06-03 19:50       ` Andy Thomas

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