Re: [NTG-context] Style for captions

2019-12-18 Thread Otared Kavian
Hi Wolfgang and Aditya,

Thanks for the explanations: the confusion for me came from the fact that I had 
already use \tfa for a title containing inline maths, and could not imagine 
that \tfx does not apply to inline maths. Is there reason for this difference?

That said the solution with style=smallitalic makes sense and one can remember 
it.

Best regards: OK

> On 18 Dec 2019, at 17:32, Wolfgang Schuster 
>  wrote:
> 
> Aditya Mahajan schrieb am 18.12.2019 um 13:52:
>> On Wed, 18 Dec 2019, Otared Kavian wrote:
>> 
>>> Hi all,
>>> 
>>> In the example below, I would like to have the style of the figure's 
>>> caption to be \itx, but the inline formula is set with a larger body font: 
>>> is it possible to setup the caption of a float so that a smaller size 
>>> applies also to the math formula?
>>> 
>>> Best regards: Otared
>>> PS: here is the example (not so minimal, sorry…)
>>> % begin example-caption.tex
>>> \setupcaption[figure][
>>> headstyle={\bix},
>>> style={\itx}]
>> 
>> style={\switchtobodyfont[small]\setupinterlinespace\it}
> 
> \setupcaption
>   [figure]
>   [headstyle=bold,
>style=smallitalic]
> 
> Wolfgang
> 
> ___
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Style for captions

2019-12-18 Thread Wolfgang Schuster

Aditya Mahajan schrieb am 18.12.2019 um 13:52:

On Wed, 18 Dec 2019, Otared Kavian wrote:


Hi all,

In the example below, I would like to have the style of the figure's 
caption to be \itx, but the inline formula is set with a larger body 
font: is it possible to setup the caption of a float so that a 
smaller size applies also to the math formula?


Best regards: Otared
PS: here is the example (not so minimal, sorry…)
% begin example-caption.tex
\setupcaption[figure][
headstyle={\bix},
style={\itx}]


style={\switchtobodyfont[small]\setupinterlinespace\it}


\setupcaption
  [figure]
  [headstyle=bold,
   style=smallitalic]

Wolfgang

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Style for captions

2019-12-18 Thread Wolfgang Schuster

Aditya Mahajan schrieb am 18.12.2019 um 17:11:

On Wed, 18 Dec 2019, Otared Kavian wrote:


Thanks Aditya! That solve smy issue.
However, it is a bit of magic to know that \setupinterlinespace makes 
also the math font small, even for inline math.


The magic bit is not \setupinterlinespace but using 
\switchtobodyfont[small] instead of \tfx.


\tf.. \bf.., etc. only change the text font; \switchtobodyfont changes 
the entire font family, including math.


Only \tx and \txx (and the combinations \tfx etc.) ignore math.

\starttext

xxx \m{xxx}

{\tfc xxx \m{xxx}}

{\tfx xxx \m{xxx}}

\stoptext

Wolfgang

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Style for captions

2019-12-18 Thread Aditya Mahajan

On Wed, 18 Dec 2019, Otared Kavian wrote:


Thanks Aditya! That solve smy issue.
However, it is a bit of magic to know that \setupinterlinespace makes also the 
math font small, even for inline math.


The magic bit is not \setupinterlinespace but using 
\switchtobodyfont[small] instead of \tfx.


\tf.. \bf.., etc. only change the text font; \switchtobodyfont changes the 
entire font family, including math.


Aditya
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Style for captions

2019-12-18 Thread Otared Kavian
Thanks Aditya! That solve smy issue.
However, it is a bit of magic to know that \setupinterlinespace makes also the 
math font small, even for inline math.

Best regards: OK

> On 18 Dec 2019, at 13:52, Aditya Mahajan  wrote:
> 
> On Wed, 18 Dec 2019, Otared Kavian wrote:
> 
>> Hi all,
>> 
>> In the example below, I would like to have the style of the figure's caption 
>> to be \itx, but the inline formula is set with a larger body font: is it 
>> possible to setup the caption of a float so that a smaller size applies also 
>> to the math formula?
>> 
>> Best regards: Otared
>> PS: here is the example (not so minimal, sorry…)
>> % begin example-caption.tex
>> \setupcaption[figure][
>>  headstyle={\bix},
>>  style={\itx}]
> 
> style={\switchtobodyfont[small]\setupinterlinespace\it}
> 
> Aditya___
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Style for captions

2019-12-18 Thread Aditya Mahajan

On Wed, 18 Dec 2019, Otared Kavian wrote:


Hi all,

In the example below, I would like to have the style of the figure's caption to 
be \itx, but the inline formula is set with a larger body font: is it possible 
to setup the caption of a float so that a smaller size applies also to the math 
formula?

Best regards: Otared
PS: here is the example (not so minimal, sorry…)
% begin example-caption.tex
\setupcaption[figure][
headstyle={\bix},
style={\itx}]


style={\switchtobodyfont[small]\setupinterlinespace\it}

Aditya___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Style for captions

2019-12-18 Thread Otared Kavian
Hi all,

In the example below, I would like to have the style of the figure's caption to 
be \itx, but the inline formula is set with a larger body font: is it possible 
to setup the caption of a float so that a smaller size applies also to the math 
formula?

Best regards: Otared
PS: here is the example (not so minimal, sorry…)
% begin example-caption.tex
\setupcaption[figure][
headstyle={\bix},
style={\itx}]
\starttext

\startluacode 
function weierstrass(n,x)
local S = 0
for k = 0, n do
S = S + 2^(-k)*math.cos(3^k*x)
end
return S
end
\stopluacode

\startplacefigure[title={The Weierstrass function $\sum_{k=0}^n 
2^{-k}\cos(3^kx)$}]
\startMPcode{doublefun} 
draw lmt_function [
xmin = 0, xmax = 4*355/113, xstep =.001, 
ymin = -2, ymax = 2,
sx = 1mm, xsmall = 80, xlarge = 20, 
sy = 4mm, ysmall = 40, ylarge = 4,
xlabels = "yes",
ylabels = "yes",
linewidth = .015mm, offset = .1mm,
code = "weierstrass(5,x)",
frame = "sticks",
xcaption = "$n = 5$",
functions = {
[
drawcolor = "darkred",
]
}
] xsized .5TextWidth ;
\stopMPcode
\stopplacefigure

\stoptext
% begin example-caption.tex

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___