ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Reference in a startcombination environment
@ 2014-01-20 22:56 MANUEL GONZALEZ SUAREZ
  2014-01-20 23:16 ` Wolfgang Schuster
  2014-01-20 23:18 ` Wolfgang Schuster
  0 siblings, 2 replies; 4+ messages in thread
From: MANUEL GONZALEZ SUAREZ @ 2014-01-20 22:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Dear friends
I would like to know if I can make a reference (via \in, \at, etc.) in a \startcombination ... \stopcombination environment to each subfigure. For example, I have a Figure 1.1. (Sky) contains (a) the moon (b) the stars. How could get it to appear in the text "see Figure 1.1. (b)?
Thanks very much.
Manuel

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

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Reference in a startcombination environment
  2014-01-20 22:56 Reference in a startcombination environment MANUEL GONZALEZ SUAREZ
@ 2014-01-20 23:16 ` Wolfgang Schuster
  2014-01-20 23:18 ` Wolfgang Schuster
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2014-01-20 23:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi,

you can the second optional argument of \in to give a suffix for the float number. 



On 20.01.2014 23:56:33, MANUEL GONZALEZ SUAREZ <gonzalezsmanuel@uniovi.es> wrote: 
Dear friends 
I would like to know if I can make a reference (via \in, \at, etc.) in a \startcombination ... \stopcombination environment to each subfigure. For example, I have a Figure 1.1. (Sky) contains (a) the moon (b) the stars. How could get it to appear in the text "see Figure 1.1. (b)?
Thanks very much.
Manuel

___________________________________________________________________________________
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
___________________________________________________________________________________ 

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

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Reference in a startcombination environment
  2014-01-20 22:56 Reference in a startcombination environment MANUEL GONZALEZ SUAREZ
  2014-01-20 23:16 ` Wolfgang Schuster
@ 2014-01-20 23:18 ` Wolfgang Schuster
  2014-01-20 23:29   ` MANUEL GONZALEZ SUAREZ
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2014-01-20 23:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi, 

you can use the second optional argument of \in to give a suffix for the float number. 

\setupexternalfigures[location=default] 

\starttext 

\startplacefigure[title={Combination},reference={fig:test}] 
  \startcombination[2*1]
    \startcontent
 \externalfigure[cow][width=4cm]
\stopcontent
\startcaption
 a
\stopcaption
    \startcontent
 \externalfigure[mill][width=4cm]
\stopcontent
\startcaption
 b
\stopcaption
  \stopcombination
\stopplacefigure

The \in{figure}{a}[fig:test] shows a dutch cow. 

\stoptext 

Wolfgang 

On 20.01.2014 23:56:33, MANUEL GONZALEZ SUAREZ <gonzalezsmanuel@uniovi.es> wrote:
Dear friends  
I would like to know if I can make a reference (via \in, \at, etc.) in a \startcombination ... \stopcombination environment to each subfigure. For example, I have a Figure 1.1. (Sky) contains (a) the moon (b) the stars. How could get it to appear in the text "see Figure 1.1. (b)?
Thanks very much.
Manuel

___________________________________________________________________________________
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
___________________________________________________________________________________ 

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

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Reference in a startcombination environment
  2014-01-20 23:18 ` Wolfgang Schuster
@ 2014-01-20 23:29   ` MANUEL GONZALEZ SUAREZ
  0 siblings, 0 replies; 4+ messages in thread
From: MANUEL GONZALEZ SUAREZ @ 2014-01-20 23:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thank you very much for your help, Wolfgang. When you come to Spain I'll buy you a paella for your work.


________________________________
De: ntg-context-bounces@ntg.nl <ntg-context-bounces@ntg.nl> en nombre de Wolfgang Schuster <schuster.wolfgang@gmail.com>
Enviado: lunes, 20 de enero de 2014 23:18
Para: mailing list for ConTeXt users
Asunto: Re: [NTG-context] Reference in a startcombination environment

Hi,

you can use the second optional argument of \in to give a suffix for the float number.

\setupexternalfigures[location=default]

\starttext

\startplacefigure[title={Combination},reference={fig:test}]
  \startcombination[2*1]
    \startcontent
 \externalfigure[cow][width=4cm]
\stopcontent
\startcaption
 a
\stopcaption
    \startcontent
 \externalfigure[mill][width=4cm]
\stopcontent
\startcaption
 b
\stopcaption
  \stopcombination
\stopplacefigure

The \in{figure}{a}[fig:test] shows a dutch cow.

\stoptext

Wolfgang

On 20.01.2014 23:56:33, MANUEL GONZALEZ SUAREZ <gonzalezsmanuel@uniovi.es> wrote:
________________________________
Dear friends
I would like to know if I can make a reference (via \in, \at, etc.) in a \startcombination ... \stopcombination environment to each subfigure. For example, I have a Figure 1.1. (Sky) contains (a) the moon (b) the stars. How could get it to appear in the text "see Figure 1.1. (b)?
Thanks very much.
Manuel
___________________________________________________________________________________
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
___________________________________________________________________________________

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

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2014-01-20 23:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-20 22:56 Reference in a startcombination environment MANUEL GONZALEZ SUAREZ
2014-01-20 23:16 ` Wolfgang Schuster
2014-01-20 23:18 ` Wolfgang Schuster
2014-01-20 23:29   ` MANUEL GONZALEZ SUAREZ

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