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
On 9/12/06, Pepe Barbe
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
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 -----------------------------------------------------------------
On 9/12/06, Hans Hagen
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
Pepe Barbe wrote:
On 9/12/06, Hans Hagen
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 -----------------------------------------------------------------
Hi Hans,
On 9/17/06, Hans Hagen
Pepe Barbe wrote:
On 9/12/06, Hans Hagen
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
On Sun, 17 Sep 2006 14:35:36 -0500, Pepe Barbe
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
On 9/17/06, nico
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
participants (3)
-
Hans Hagen
-
nico
-
Pepe Barbe