ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] Bold font and mathematical formula
@ 2025-09-13 14:40 Fabrice Couvreur
  0 siblings, 0 replies; 5+ messages in thread
From: Fabrice Couvreur @ 2025-09-13 14:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 148 bytes --]

Hi,
I would like mathematical formulas in a sentence in bold to not be in bold.
Fabrice

\starttext
{\bf Solve the equation \im{3x+2=12}}
\stoptext

[-- Attachment #1.2: Type: text/html, Size: 604 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Bold font and mathematical formula
@ 2025-09-13 14:52 Fabrice Couvreur
  2025-09-13 15:31 ` [NTG-context] " Matthias Weber
  2025-09-13 15:40 ` Mikael Sundqvist
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Couvreur @ 2025-09-13 14:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 148 bytes --]

Hi,
I would like mathematical formulas in a sentence in bold to not be in bold.
Fabrice

\starttext
{\bf Solve the equation \im{3x+2=12}}
\stoptext

[-- Attachment #1.2: Type: text/html, Size: 442 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Bold font and mathematical formula
  2025-09-13 14:52 [NTG-context] Bold font and mathematical formula Fabrice Couvreur
@ 2025-09-13 15:31 ` Matthias Weber
  2025-09-13 15:40 ` Mikael Sundqvist
  1 sibling, 0 replies; 5+ messages in thread
From: Matthias Weber @ 2025-09-13 15:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 966 bytes --]

There might be something more straightforward, but this works:

\starttext
{\bf Solve the equation  \switchtobodyfont[global]\m{3x+2=12}}
\stoptext

Matthias

> On Sep 13, 2025, at 10:52 AM, Fabrice Couvreur <fabrice1.couvreur@gmail.com> wrote:
> 
> Hi,
> I would like mathematical formulas in a sentence in bold to not be in bold.
> Fabrice
> 
> \starttext
> {\bf Solve the equation \im{3x+2=12}}
> \stoptext
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki     : https://wiki.contextgarden.net
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 1653 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Bold font and mathematical formula
  2025-09-13 14:52 [NTG-context] Bold font and mathematical formula Fabrice Couvreur
  2025-09-13 15:31 ` [NTG-context] " Matthias Weber
@ 2025-09-13 15:40 ` Mikael Sundqvist
  2025-09-13 17:39   ` Fabrice Couvreur
  1 sibling, 1 reply; 5+ messages in thread
From: Mikael Sundqvist @ 2025-09-13 15:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

You can try

  {\bf Solve the equation {\tf\im{3x+2=12}}}

/Mikael

On Sat, Sep 13, 2025 at 4:55 PM Fabrice Couvreur
<fabrice1.couvreur@gmail.com> wrote:
>
> Hi,
> I would like mathematical formulas in a sentence in bold to not be in bold.
> Fabrice
>
> \starttext
> {\bf Solve the equation \im{3x+2=12}}
> \stoptext
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki     : https://wiki.contextgarden.net
> ___________________________________________________________________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Bold font and mathematical formula
  2025-09-13 15:40 ` Mikael Sundqvist
@ 2025-09-13 17:39   ` Fabrice Couvreur
  0 siblings, 0 replies; 5+ messages in thread
From: Fabrice Couvreur @ 2025-09-13 17:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1630 bytes --]

Hi,
Thanks for your suggestions, they work.
Fabrice

Le sam. 13 sept. 2025 à 17:47, Mikael Sundqvist <mickep@gmail.com> a écrit :

> Hi,
>
> You can try
>
>   {\bf Solve the equation {\tf\im{3x+2=12}}}
>
> /Mikael
>
> On Sat, Sep 13, 2025 at 4:55 PM Fabrice Couvreur
> <fabrice1.couvreur@gmail.com> wrote:
> >
> > Hi,
> > I would like mathematical formulas in a sentence in bold to not be in
> bold.
> > Fabrice
> >
> > \starttext
> > {\bf Solve the equation \im{3x+2=12}}
> > \stoptext
> >
> ___________________________________________________________________________________
> > If your question is of interest to others as well, please add an entry
> to the Wiki!
> >
> > maillist : ntg-context@ntg.nl /
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> > webpage  : https://www.pragma-ade.nl / https://context.aanhet.net
> (mirror)
> > archive  : https://github.com/contextgarden/context
> > wiki     : https://wiki.contextgarden.net
> >
> ___________________________________________________________________________________
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki     : https://wiki.contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 3187 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2025-09-13 17:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-13 14:52 [NTG-context] Bold font and mathematical formula Fabrice Couvreur
2025-09-13 15:31 ` [NTG-context] " Matthias Weber
2025-09-13 15:40 ` Mikael Sundqvist
2025-09-13 17:39   ` Fabrice Couvreur
  -- strict thread matches above, loose matches on Subject: below --
2025-09-13 14:40 [NTG-context] " Fabrice Couvreur

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