ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \sharp and \flat are not displayed
@ 2016-01-22 13:05 Vya. Y.
  2016-01-22 17:09 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Vya. Y. @ 2016-01-22 13:05 UTC (permalink / raw)
  To: ntg-context


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

Hi,


In the beta, I cannot get \sharp and \flat signs after font setup. What
should I do to get them back?

Minimal example:

\starttypescript [serif] [MinionPro]

\definefontsynonym [Serif][MinionPro-Cn.otf][features=default]

\stoptypescript


\starttypescript [MinionPro]

\definetypeface [MinionPro][rm][serif][MinionPro][default]

\stoptypescript


\usetypescript[MinionPro]

\setupbodyfont[MinionPro,16pt]


\starttext

\sharp

\flat

\stoptext

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

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

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \sharp and \flat are not displayed
  2016-01-22 13:05 \sharp and \flat are not displayed Vya. Y.
@ 2016-01-22 17:09 ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2016-01-22 17:09 UTC (permalink / raw)
  To: ntg-context

On 1/22/2016 2:05 PM, Vya. Y. wrote:
> Hi,
>
>
> In the beta, I cannot get \sharp and \flat signs after font setup. What
> should I do to get them back?
>
> Minimal example:
>
> \starttypescript [serif] [MinionPro]
>
> \definefontsynonym [Serif][MinionPro-Cn.otf][features=default]
>
> \stoptypescript
>
>
> \starttypescript [MinionPro]
>
> \definetypeface [MinionPro][rm][serif][MinionPro][default]
>
> \stoptypescript
>
>
> \usetypescript[MinionPro]
>
> \setupbodyfont[MinionPro,16pt]
>
>
> \starttext
>
> \sharp
>
> \flat
>
> \stoptext

here

\starttext

\definedfont[MinionPro*default]

test \sharp \flat

\stoptext

shows both shapes


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.com | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \sharp and \flat are not displayed
  2016-01-23 17:34 Vya. Y.
@ 2016-01-23 18:27 ` Wolfgang Schuster
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2016-01-23 18:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Vya. Y. <mailto:yatskovsky@gmail.com>
> 23. Januar 2016 um 18:34
> Thanks you, Wolfgang.
>
> Rrrr, it always worked outside of the box... What font have these signs?
Choose one!

\starttext

Latin Modern: \sharp \flat

\switchtobodyfont[pagella]

Pagella: \sharp \flat

\switchtobodyfont[xits]

Xits: \sharp \flat

\switchtobodyfont[termes]

Termes: \sharp \flat

\switchtobodyfont[schola]

Schola: \sharp \flat

\switchtobodyfont[bonum]

Bonum: \sharp \flat

%\switchtobodyfont[lucidaot]

%Lucida: \sharp \flat

\switchtobodyfont[dejavu]

DejaVu: \sharp \flat

\stoptext

Wolfgang

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

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

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \sharp and \flat are not displayed
@ 2016-01-23 17:34 Vya. Y.
  2016-01-23 18:27 ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Vya. Y. @ 2016-01-23 17:34 UTC (permalink / raw)
  To: ntg-context


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

Thanks you, Wolfgang.

Rrrr, it always worked outside of the box... What font have these signs?

ConTeXt takes the symbols from the math font but haven’t set a font for
> math in your example.
>
> Wolfgang

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

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

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \sharp and \flat are not displayed
  2016-01-23  9:51 Vya. Y.
@ 2016-01-23 10:06 ` Wolfgang Schuster
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2016-01-23 10:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Vya. Y. <mailto:yatskovsky@gmail.com>
> 23. Januar 2016 um 10:51
> Hi Hans,
>
> Thank you for the help, but I cannot manage to set the font globally. 
> Old way seems to be broken. because whenever I use \setupbodyfont, 
> sharp and flat are gone.
ConTeXt takes the symbols from the math font but haven’t set a font for 
math in your example.

Wolfgang

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

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

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \sharp and \flat are not displayed
@ 2016-01-23  9:51 Vya. Y.
  2016-01-23 10:06 ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Vya. Y. @ 2016-01-23  9:51 UTC (permalink / raw)
  To: ntg-context


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

Hi Hans,

Thank you for the help, but I cannot manage to set the font globally. Old
way seems to be broken. because whenever I use \setupbodyfont, sharp and
flat are gone.

% I need to setup the font here

\starttext


\definedfont[Times*default at 16pt] % works locally here


test \sharp \flat киррилица


\stoptext

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

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

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2016-01-23 18:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-22 13:05 \sharp and \flat are not displayed Vya. Y.
2016-01-22 17:09 ` Hans Hagen
2016-01-23  9:51 Vya. Y.
2016-01-23 10:06 ` Wolfgang Schuster
2016-01-23 17:34 Vya. Y.
2016-01-23 18:27 ` Wolfgang Schuster

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