ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Captions in Combinations
@ 2006-09-12 16:05 Pepe Barbe
  2006-09-12 16:20 ` Pepe Barbe
  2006-09-12 16:42 ` Hans Hagen
  0 siblings, 2 replies; 8+ messages in thread
From: Pepe Barbe @ 2006-09-12 16:05 UTC (permalink / raw)


Hello,

In my layout settings I have the following:

\setupcaptions[ headstyle=\ss\bf,style=\tfx ]

\setupcombinations[ style={\tfx\em} ]

Hoping that the captions in the figures and in the combinations would
have the same size, but they don't. Any ideas why this might be?

Thanks,
Pepe

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

* Re: Captions in Combinations
  2006-09-12 16:05 Captions in Combinations Pepe Barbe
@ 2006-09-12 16:20 ` Pepe Barbe
  2006-09-12 16:42 ` Hans Hagen
  1 sibling, 0 replies; 8+ messages in thread
From: Pepe Barbe @ 2006-09-12 16:20 UTC (permalink / raw)


On 9/12/06, Pepe Barbe <elventear@gmail.com> wrote:
> In my layout settings I have the following:
>
> \setupcaptions[ headstyle=\ss\bf,style=\tfx ]
>
> \setupcombinations[ style={\tfx\em} ]
>
> Hoping that the captions in the figures and in the combinations would
> have the same size, but they don't. Any ideas why this might be?

This is very weird but I noticed the problem might be because I am
using inline Math in the captions. The caption of the entire
combination has mixed test and math and the size of the math is larger
than the text. Any ideas why this happens?

Pepe

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

* Re: Captions in Combinations
  2006-09-12 16:05 Captions in Combinations Pepe Barbe
  2006-09-12 16:20 ` Pepe Barbe
@ 2006-09-12 16:42 ` Hans Hagen
  2006-09-16 23:08   ` Pepe Barbe
  1 sibling, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2006-09-12 16:42 UTC (permalink / raw)


Pepe Barbe wrote:
> Hello,
>
> In my layout settings I have the following:
>
> \setupcaptions[ headstyle=\ss\bf,style=\tfx ]
>
> \setupcombinations[ style={\tfx\em} ]
>
> Hoping that the captions in the figures and in the combinations would
> have the same size, but they don't. Any ideas why this might be?
>
> T
can you make a minimal sample file 

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

* Re: Captions in Combinations
  2006-09-12 16:42 ` Hans Hagen
@ 2006-09-16 23:08   ` Pepe Barbe
  2006-09-17 14:12     ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: Pepe Barbe @ 2006-09-16 23:08 UTC (permalink / raw)


On 9/12/06, Hans Hagen <pragma@wxs.nl> wrote:
> Pepe Barbe wrote:
> > Hoping that the captions in the figures and in the combinations would
> > have the same size, but they don't. Any ideas why this might be?
> >
> can you make a minimal sample file

Sorry about the delay. Here you go:

\setupcaptions[ headstyle=\ss\bf,style=\tfx ]
\setupcombinations[ style=\tfx\em ]

\starttext

\placefigure [center] {Combination Caption}
	\startcombination [2*1]
		{\framed[height=.45\textwidth,width=.45\textwidth]{My Graphic
1}}{Text: Test. Math: $Test$}
		{\framed[height=.45\textwidth,width=.45\textwidth]{My Graphic
2}}{Text: Test. Math: $Test$}
	\stopcombination

\stoptext

Thanks,
Pepe

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

* Re: Captions in Combinations
  2006-09-16 23:08   ` Pepe Barbe
@ 2006-09-17 14:12     ` Hans Hagen
  2006-09-17 19:35       ` Pepe Barbe
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2006-09-17 14:12 UTC (permalink / raw)


Pepe Barbe wrote:
> On 9/12/06, Hans Hagen <pragma@wxs.nl> wrote:
>   
>> Pepe Barbe wrote:
>>     
>>> Hoping that the captions in the figures and in the combinations would
>>> have the same size, but they don't. Any ideas why this might be?
>>>
>>>       
>> can you make a minimal sample file
>>     
>
> Sorry about the delay. Here you go:
>
> \setupcaptions[ headstyle=\ss\bf,style=\tfx ]
> \setupcombinations[ style=\tfx\em ]
>
> \starttext
>
> \placefigure [center] {Combination Caption}
>   
{
> 	\startcombination [2*1]
> 		{\framed[height=.45\textwidth,width=.45\textwidth]{My Graphic
> 1}}{Text: Test. Math: $Test$}
> 		{\framed[height=.45\textwidth,width=.45\textwidth]{My Graphic
> 2}}{Text: Test. Math: $Test$}
> 	\stopcombination
>   
}
> \stoptext
>
> Thanks,
> Pepe
> _______________________________________________
> 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
-----------------------------------------------------------------

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

* Re: Captions in Combinations
  2006-09-17 14:12     ` Hans Hagen
@ 2006-09-17 19:35       ` Pepe Barbe
  2006-09-17 19:49         ` nico
  0 siblings, 1 reply; 8+ messages in thread
From: Pepe Barbe @ 2006-09-17 19:35 UTC (permalink / raw)


Hi Hans,

On 9/17/06, Hans Hagen <pragma@wxs.nl> wrote:
> Pepe Barbe wrote:
> > On 9/12/06, Hans Hagen <pragma@wxs.nl> wrote:
> >
> >> Pepe Barbe wrote:
> >>
> >>> Hoping that the captions in the figures and in the combinations would
> >>> have the same size, but they don't. Any ideas why this might be?
> >>>
> >>>
> >> can you make a minimal sample file
> >>
> >
> > Sorry about the delay. Here you go:

Did you find a solution for my problem? Because I couldn't find your
answer in the email.

Thanks,
Pepe

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

* Re: Captions in Combinations
  2006-09-17 19:35       ` Pepe Barbe
@ 2006-09-17 19:49         ` nico
  2006-09-17 20:03           ` Pepe Barbe
  0 siblings, 1 reply; 8+ messages in thread
From: nico @ 2006-09-17 19:49 UTC (permalink / raw)


On Sun, 17 Sep 2006 14:35:36 -0500, Pepe Barbe <elventear@gmail.com> wrote:

> Did you find a solution for my problem? Because I couldn't find your
> answer in the email.

Look more carefully the mail, I guess that the problem was missing braces:

\placefigure [center] {Combination Caption}
{
  \startcombination [2*1]
  {\framed[height=.45\textwidth,width=.45\textwidth]{My Graphic
  1}}{Text: Test. Math: $Test$}
  {\framed[height=.45\textwidth,width=.45\textwidth]{My Graphic
  2}}{Text: Test. Math: $Test$}
  \stopcombination
}

Regards,
BG

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

* Re: Captions in Combinations
  2006-09-17 19:49         ` nico
@ 2006-09-17 20:03           ` Pepe Barbe
  0 siblings, 0 replies; 8+ messages in thread
From: Pepe Barbe @ 2006-09-17 20:03 UTC (permalink / raw)


On 9/17/06, nico <nicolas.marsgui@libertysurf.fr> wrote:
> Look more carefully the mail, I guess that the problem was missing braces:
>
> \placefigure [center] {Combination Caption}
> {
>   \startcombination [2*1]
>   {\framed[height=.45\textwidth,width=.45\textwidth]{My Graphic
>   1}}{Text: Test. Math: $Test$}
>   {\framed[height=.45\textwidth,width=.45\textwidth]{My Graphic
>   2}}{Text: Test. Math: $Test$}
>   \stopcombination
> }

Thanks for the response, but that didn't make any difference.

Pepe

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

end of thread, other threads:[~2006-09-17 20:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-12 16:05 Captions in Combinations Pepe Barbe
2006-09-12 16:20 ` Pepe Barbe
2006-09-12 16:42 ` Hans Hagen
2006-09-16 23:08   ` Pepe Barbe
2006-09-17 14:12     ` Hans Hagen
2006-09-17 19:35       ` Pepe Barbe
2006-09-17 19:49         ` nico
2006-09-17 20:03           ` Pepe Barbe

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