Re: [NTG-context] Macro to write a letter with \ mathscript{}

2021-04-18 Thread Fabrice Couvreur
Hi Hans and Wolfgang,
I have tried your suggestions and it seems to work.
Thank you so much.
Fabrice

Le sam. 17 avr. 2021 à 19:04, Wolfgang Schuster <
wolfgang.schuster.li...@gmail.com> a écrit :

> Fabrice Couvreur schrieb am 17.04.2021 um 16:30:
>
> Hi,
> This is going to be difficult to explain because the code below works but
> in a project with many components does not. Actually the macro does not
> work in the definition environment in my project but in the same
> environment of this simple code yes. Thank you for your possible help.
>
>
> Without more information or a better example there is nothing which can be
> done.
>
> It's possible you have multiple definitions for the command in your style
> file,
> you can also try if adding \usebodyfont[stixtwo] (or
> \definebodyfont[...pt] when
> you use a unconventional font size) to your setups.
>
> 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] Macro to write a letter with \ mathscript{}

2021-04-17 Thread Wolfgang Schuster

Fabrice Couvreur schrieb am 17.04.2021 um 16:30:

Hi,
This is going to be difficult to explain because the code below works 
but in a project with many components does not.Actually the macro does 
not work in the definition environment in my project but in the same 
environment of this simple code yes.Thank you for your possible help.


Without more information or a better example there is nothing which can 
be done.


It's possible you have multiple definitions for the command in your 
style file,
you can also try if adding \usebodyfont[stixtwo] (or 
\definebodyfont[...pt] when

you use a unconventional font size) to your setups.

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] Macro to write a letter with \ mathscript{}

2021-04-17 Thread Hans Hagen

On 4/17/2021 4:30 PM, Fabrice Couvreur wrote:

Hi,
This is going to be difficult to explain because the code below works 
but in a project with many components does not.Actually the macro does 
not work in the definition environment in my project but in the same 
environment of this simple code yes.Thank you for your possible help.

Can you define "work", your expectations.

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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] Macro to write a letter with \ mathscript{}

2021-04-17 Thread Fabrice Couvreur
Hi,
This is going to be difficult to explain because the code below works but
in a project with many components does not. Actually the macro does not
work in the definition environment in my project but in the same
environment of this simple code yes. Thank you for your possible help.
Fabrice

\setupbodyfont[modern]

\setupenumerations
  [before={},
   after={\blank},
   alternative=serried,
   number=no,
   title=yes,
   titleleft={(},
   titleright={)},
   prefix=yes,
   prefixsegments=chapter,
   way=bychapter,
   titlestyle=bold,
   width=broad]

\defineenumeration
   [definition]
   [text=Définition,
number=no,
headcommand=\groupedcommand{}{},
style=slanted]

\setupmathematics[stylealternative=calligraphic]

 
\unexpanded\def\CScript#1#2{\start\switchtobodyfont[stixtwo]\m{{\mathscript{#1}}_{#2}}\stop}

 
\unexpanded\def\cscript#1{\start\switchtobodyfont[stixtwo]\m{{\mathscript{#1}}}\stop}

\starttext

\startdefinition
  \placefigure[right]{}{
  \startMPcode
path rectangle;
rectangle=unitsquare xscaled 6cm yscaled 4cm;

draw rectangle withcolor green;
label.bot("\cscript{C}", center rectangle);
  \stopMPcode}
  Soit \m{f} une fonction continue et positive sur un intervalle
\m{[a\,;b]} et \cscript{C}  sa courbe représentative dans un repère
orthogonal. L'aire du domaine délimité par la courbe \cscript{C}, l'axe des
abscisses et les droites d'équations \m{x=a} et \m{x=b}, exprimée en unité
d'aire, est appelée {\bi intégrale de \m{a} à \m{b} de la fonction \m{f}}.
\stopdefinition

\stoptext
___
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
___