[NTG-context] Reference in a startcombination environment

2014-01-20 Thread MANUEL GONZALEZ SUAREZ
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
___

Re: [NTG-context] Reference in a startcombination environment

2014-01-20 Thread Wolfgang Schuster
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 gonzalezsman...@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
___
 ___
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
___

Re: [NTG-context] Reference in a startcombination environment

2014-01-20 Thread Wolfgang Schuster
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 gonzalezsman...@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
___
 ___
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
___

Re: [NTG-context] Reference in a startcombination environment

2014-01-20 Thread MANUEL GONZALEZ SUAREZ
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-boun...@ntg.nl ntg-context-boun...@ntg.nl en nombre de 
Wolfgang Schuster schuster.wolfg...@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 gonzalezsman...@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
___
___
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
___