ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* figure captions in the margin
@ 2006-10-24  9:30 Alex Lubberts
  2006-10-25 16:44 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Lubberts @ 2006-10-24  9:30 UTC (permalink / raw)


Hi,

Does somebody know whether it is possible and how it is possible to
place the caption of a figure in the margin?

Thanks,
Alex Lubberts

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

* Re: figure captions in the margin
  2006-10-24  9:30 figure captions in the margin Alex Lubberts
@ 2006-10-25 16:44 ` Hans Hagen
  2006-10-25 21:12   ` Alex Lubberts
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2006-10-25 16:44 UTC (permalink / raw)


Alex Lubberts wrote:
> Hi,
>
> Does somebody know whether it is possible and how it is possible to
> place the caption of a figure in the margin?
>
>   
yes, actually i implemented this last week but i need to update the details manual; captions can go in margins, hang in centered figures, there is support for all kind of inner/outer alignments etc 

Hans  

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

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

* Re: figure captions in the margin
  2006-10-25 16:44 ` Hans Hagen
@ 2006-10-25 21:12   ` Alex Lubberts
  2006-10-25 22:10     ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Lubberts @ 2006-10-25 21:12 UTC (permalink / raw)


On wo, 2006-10-25 at 18:44 +0200, Hans Hagen wrote:
> > Does somebody know whether it is possible and how it is possible to
> > place the caption of a figure in the margin?
> >   
> yes, actually i implemented this last week but i need to update the details manual; captions can go in margins, hang in centered figures, there is support for all kind of inner/outer alignments etc 

Great!
I looked at the source to find out how to do it. Am I right in thinking
that this should work?

\setupcaptions[location=outermargin]
\starttext
\placefigure{Caption}{\framed{Figuur}}
\stoptext

However, when I try this, there is no caption printed at all. Am I doing
something wrong?
(Perhaps, can I be of any assistance?)

Regards,
Alex

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

* Re: figure captions in the margin
  2006-10-25 21:12   ` Alex Lubberts
@ 2006-10-25 22:10     ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2006-10-25 22:10 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1360 bytes --]

Alex Lubberts wrote:
> On wo, 2006-10-25 at 18:44 +0200, Hans Hagen wrote:
>   
>>> Does somebody know whether it is possible and how it is possible to
>>> place the caption of a figure in the margin?
>>>   
>>>       
>> yes, actually i implemented this last week but i need to update the details manual; captions can go in margins, hang in centered figures, there is support for all kind of inner/outer alignments etc 
>>     
>
> Great!
> I looked at the source to find out how to do it. Am I right in thinking
> that this should work?
>
> \setupcaptions[location=outermargin]
> \starttext
> \placefigure{Caption}{\framed{Figuur}}
> \stoptext
>
> However, when I try this, there is no caption printed at all. Am I doing
> something wrong?
> (Perhaps, can I be of any assistance?)
>
> Regards,
> Alex
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>   


-- 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------


[-- Attachment #2: text-109.tex --]
[-- Type: application/x-tex, Size: 4907 bytes --]

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* figure captions in the margin
@ 2009-07-07  6:51 Richard Weickelt
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Weickelt @ 2009-07-07  6:51 UTC (permalink / raw)
  To: ntg-context

Hello,

I want to have captions for figures, listings and other stuff inside the
document margin. I saw that someone asked a very similar question 3 years
ago: http://archive.contextgarden.net/message/20061025.211202.c2e04f8c.en.html

> > Does somebody know whether it is possible and how it is possible to
> > place the caption of a figure in the margin?
> >
> yes, actually i implemented this last week but i need to update the
> details manual; captions can go in margins, hang in centered figures, there
> is support for all kind of inner/outer alignments etc


Hans said, that he had already implemented that feature, but in fact it
still doesn't work. So the code

\setupcaptions[location=outermargin]
\starttext
\placefigure{Caption}{\framed{Figuur}}
\stoptext

still prints no caption at all. I am using Ubuntu 8.04 and ConTeXt from the
repositories. Is this version too old?

Thank You.
Richard

___________________________________________________________________________________
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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: figure captions in the margin
@ 2009-06-30 14:14 Richard Weickelt
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Weickelt @ 2009-06-30 14:14 UTC (permalink / raw)
  To: ntg-context

Hello,

I want to have captions for figures, listings and other stuff inside the
document margin. I saw that somone asked a very similar question 3 years
ago: http://archive.contextgarden.net/message/20061025.211202.c2e04f8c.en.html

> > Does somebody know whether it is possible and how it is possible to
> > place the caption of a figure in the margin?
> >
> yes, actually i implemented this last week but i need to update the
details manual; captions can go in margins, hang in centered figures, there
is support for all kind of inner/outer alignments etc

Hans said, that he had already implemented that feature, but in fact it
still doesn't work. So the code

\setupcaptions[location=outermargin]
\starttext
\placefigure{Caption}{\framed{Figuur}}
\stoptext

still prints no caption at all. Am I missing something?

Thank You.
Best regards
Richard

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2009-07-07  6:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-24  9:30 figure captions in the margin Alex Lubberts
2006-10-25 16:44 ` Hans Hagen
2006-10-25 21:12   ` Alex Lubberts
2006-10-25 22:10     ` Hans Hagen
2009-06-30 14:14 Richard Weickelt
2009-07-07  6:51 Richard Weickelt

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