ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Caption on the right side of a figure
@ 2008-08-15  9:05 Flavien Lambert
  2008-08-15  9:13 ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Flavien Lambert @ 2008-08-15  9:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 474 bytes --]

Dear all, I try - as indicated in the title - to put the caption of a figure
on its right side. I used (among other attempts)
\setupcaptions[location=high] and \setupfloat[figure][location=left] but the
figure is still on the right side. Can you give me the good options for
inverting captions and figures ?
Thanks in advance.

-- 
Flavien.
----------------------------
"Quantum objects are completely crazy but, at least, they are all crazy in
the same way." R.P. Feynman.

[-- Attachment #1.2: Type: text/html, Size: 541 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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: Caption on the right side of a figure
  2008-08-15  9:05 Caption on the right side of a figure Flavien Lambert
@ 2008-08-15  9:13 ` Wolfgang Schuster
  2008-08-15  9:45   ` Flavien Lambert
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Schuster @ 2008-08-15  9:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Aug 15, 2008 at 11:05 AM, Flavien Lambert
<petit.lepton@gmail.com> wrote:
> Dear all, I try - as indicated in the title - to put the caption of a figure
> on its right side. I used (among other attempts)
> \setupcaptions[location=high] and \setupfloat[figure][location=left] but the
> figure is still on the right side. Can you give me the good options for
> inverting captions and figures ?
> Thanks in advance.

\setupcaption[figure][location=right]

\starttext

\placefigure
  {\input ward }
  {\blackrule[width=.5\textwidth,height=.4\textwidth]}

\stoptext

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


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

* Re: Caption on the right side of a figure
  2008-08-15  9:13 ` Wolfgang Schuster
@ 2008-08-15  9:45   ` Flavien Lambert
  2008-08-15 10:50     ` Flavien Lambert
  0 siblings, 1 reply; 6+ messages in thread
From: Flavien Lambert @ 2008-08-15  9:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1383 bytes --]

Perfect and so straightforward !
Thanks.

2008/8/15 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

> On Fri, Aug 15, 2008 at 11:05 AM, Flavien Lambert
> <petit.lepton@gmail.com> wrote:
> > Dear all, I try - as indicated in the title - to put the caption of a
> figure
> > on its right side. I used (among other attempts)
> > \setupcaptions[location=high] and \setupfloat[figure][location=left] but
> the
> > figure is still on the right side. Can you give me the good options for
> > inverting captions and figures ?
> > Thanks in advance.
>
> \setupcaption[figure][location=right]
>
> \starttext
>
> \placefigure
>  {\input ward }
>  {\blackrule[width=.5\textwidth,height=.4\textwidth]}
>
> \stoptext
>
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>



-- 
Flavien.
----------------------------
"Quantum objects are completely crazy but, at least, they are all crazy in
the same way." R.P. Feynman.

[-- Attachment #1.2: Type: text/html, Size: 2248 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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: Caption on the right side of a figure
  2008-08-15  9:45   ` Flavien Lambert
@ 2008-08-15 10:50     ` Flavien Lambert
  2008-08-15 10:56       ` Hans Hagen
  2008-08-15 11:01       ` Peter Münster
  0 siblings, 2 replies; 6+ messages in thread
From: Flavien Lambert @ 2008-08-15 10:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1869 bytes --]

By the way, is there a manual or a command to see all the options available
for a given command ? In contextgarden, the texshow-web does not have the
"location=right" option for the "\setupcaptions" command for example.
Thanks.

2008/8/15 Flavien Lambert <petit.lepton@gmail.com>

> Perfect and so straightforward !
> Thanks.
>
> 2008/8/15 Wolfgang Schuster <schuster.wolfgang@googlemail.com>
>
> On Fri, Aug 15, 2008 at 11:05 AM, Flavien Lambert
>> <petit.lepton@gmail.com> wrote:
>> > Dear all, I try - as indicated in the title - to put the caption of a
>> figure
>> > on its right side. I used (among other attempts)
>> > \setupcaptions[location=high] and \setupfloat[figure][location=left] but
>> the
>> > figure is still on the right side. Can you give me the good options for
>> > inverting captions and figures ?
>> > Thanks in advance.
>>
>> \setupcaption[figure][location=right]
>>
>> \starttext
>>
>> \placefigure
>>  {\input ward }
>>  {\blackrule[width=.5\textwidth,height=.4\textwidth]}
>>
>> \stoptext
>>
>> 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  : https://foundry.supelec.fr/projects/contextrev/
>> wiki     : http://contextgarden.net
>>
>> ___________________________________________________________________________________
>>
>
>
>
> --
> Flavien.
> ----------------------------
> "Quantum objects are completely crazy but, at least, they are all crazy in
> the same way." R.P. Feynman.
>



-- 
Flavien.
----------------------------
"Quantum objects are completely crazy but, at least, they are all crazy in
the same way." R.P. Feynman.

[-- Attachment #1.2: Type: text/html, Size: 3132 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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: Caption on the right side of a figure
  2008-08-15 10:50     ` Flavien Lambert
@ 2008-08-15 10:56       ` Hans Hagen
  2008-08-15 11:01       ` Peter Münster
  1 sibling, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2008-08-15 10:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Flavien Lambert wrote:
> By the way, is there a manual or a command to see all the options available
> for a given command ? In contextgarden, the texshow-web does not have the
> "location=right" option for the "\setupcaptions" command for example.

details.pdf has some of this


-----------------------------------------------------------------
                                           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
-----------------------------------------------------------------
___________________________________________________________________________________
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: Caption on the right side of a figure
  2008-08-15 10:50     ` Flavien Lambert
  2008-08-15 10:56       ` Hans Hagen
@ 2008-08-15 11:01       ` Peter Münster
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Münster @ 2008-08-15 11:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Aug 15 2008, Flavien Lambert wrote:

> By the way, is there a manual or a command to see all the options available
> for a given command ? In contextgarden, the texshow-web does not have the
> "location=right" option for the "\setupcaptions" command for example.

"texshow" on the command line (or "texmfstart texshow") does not show all
commands nor all options, but in this case it's better than the
texshow-web ("location=right" is mentioned).

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

___________________________________________________________________________________
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:[~2008-08-15 11:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-15  9:05 Caption on the right side of a figure Flavien Lambert
2008-08-15  9:13 ` Wolfgang Schuster
2008-08-15  9:45   ` Flavien Lambert
2008-08-15 10:50     ` Flavien Lambert
2008-08-15 10:56       ` Hans Hagen
2008-08-15 11:01       ` Peter Münster

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