Re: [NTG-context] Captions in Combinations

2006-09-17 Thread Hans Hagen
Pepe Barbe wrote:
 On 9/12/06, Hans Hagen [EMAIL PROTECTED] 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
-

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


Re: [NTG-context] Captions in Combinations

2006-09-17 Thread nico
On Sun, 17 Sep 2006 14:35:36 -0500, Pepe Barbe [EMAIL PROTECTED] 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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Captions in Combinations

2006-09-17 Thread Pepe Barbe
On 9/17/06, nico [EMAIL PROTECTED] 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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Captions in Combinations

2006-09-16 Thread Pepe Barbe
On 9/12/06, Hans Hagen [EMAIL PROTECTED] 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


Re: [NTG-context] Captions in Combinations

2006-09-12 Thread Pepe Barbe
On 9/12/06, Pepe Barbe [EMAIL PROTECTED] 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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Captions in Combinations

2006-09-12 Thread Hans Hagen
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
-

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