ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Strange behavior with cambria font
@ 2018-04-21  9:41 Fabrice Couvreur
  2018-04-21  9:52 ` Henning Hraban Ramm
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabrice Couvreur @ 2018-04-21  9:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hello,
I got the cambria font and installed it :
The text is in italic !
Thanks
Fabrice
#########################################
fab@debian:~$ mtxrun --script font --list "cambria*" --all

resolvers       | trees | analyzing 'home:texmf'
identifier           familyname    fontname            filename
subfont   instances

cambria              cambria       cambria             cambria.ttc    1
cambriabold          cambria       cambriabold         cambriab.ttf
cambriabolditalic    cambria       cambriabolditalic   cambriaz.ttf
cambriaitalic        cambria       cambriaitalic       cambriai.ttf
cambriamath          cambriamath   cambriamath         cambria.ttc    2
cambriamathnormal    cambriamath   cambriamath         cambria.ttc    2
cambriamathregular   cambriamath   cambriamath         cambria.ttc    2
cambrianormal        cambria       cambriaitalic       cambriai.ttf
cambriaregular       cambria       cambria             cambria.ttc    1
fab@debian:~$

##########################################
\switchtobodyfont[cambria]
\starttext
\input knuth
\stoptext

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Strange behavior with cambria font
  2018-04-21  9:41 Strange behavior with cambria font Fabrice Couvreur
@ 2018-04-21  9:52 ` Henning Hraban Ramm
  2018-04-21 10:43 ` Wolfgang Schuster
  2018-04-21 13:07 ` Ulrike Fischer
  2 siblings, 0 replies; 6+ messages in thread
From: Henning Hraban Ramm @ 2018-04-21  9:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2018-04-21 um 11:41 schrieb Fabrice Couvreur <fabrice1.couvreur@gmail.com>:

> Hello,
> I got the cambria font and installed it :
> The text is in italic !
> Thanks
> Fabrice
> #########################################
> cambrianormal        cambria       cambriaitalic       cambriai.ttf
> ##########################################

Looks like there’s a problem in detection.

Hm, I had a working typescript, but can’t find it, sorry.

Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
GPG Key ID 1C9B22FD


___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Strange behavior with cambria font
  2018-04-21  9:41 Strange behavior with cambria font Fabrice Couvreur
  2018-04-21  9:52 ` Henning Hraban Ramm
@ 2018-04-21 10:43 ` Wolfgang Schuster
  2018-04-21 13:07 ` Ulrike Fischer
  2 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2018-04-21 10:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Does this work?

\definefontfamily [msoffice] [rm] [Cambria]
\definefontfamily [msoffice] [mm] [Cambria Math]

\setupbodyfont [msoffice]

\starttext
\input knuth
\stoptext

Wolfgang
> Fabrice Couvreur <mailto:fabrice1.couvreur@gmail.com>
> 21. April 2018 um 11:41
> Hello,
> I got the cambria font and installed it :
> The text is in italic !
> Thanks
> Fabrice
> #########################################
> fab@debian:~$ mtxrun --script font --list "cambria*" --all
>
> resolvers       | trees | analyzing 'home:texmf'
> identifier           familyname    fontname            filename       
> subfont   instances
>
> cambria              cambria       cambria             cambria.ttc    1
> cambriabold          cambria       cambriabold         cambriab.ttf
> cambriabolditalic    cambria       cambriabolditalic   cambriaz.ttf
> cambriaitalic        cambria       cambriaitalic       cambriai.ttf
> cambriamath          cambriamath   cambriamath         cambria.ttc    2
> cambriamathnormal    cambriamath   cambriamath         cambria.ttc    2
> cambriamathregular   cambriamath   cambriamath         cambria.ttc    2
> cambrianormal        cambria       cambriaitalic       cambriai.ttf
> cambriaregular       cambria       cambria             cambria.ttc    1
> fab@debian:~$
>
> ##########################################
> \switchtobodyfont[cambria]
> \starttext
> \input knuth
> \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
> ___________________________________________________________________________________


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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Strange behavior with cambria font
  2018-04-21  9:41 Strange behavior with cambria font Fabrice Couvreur
  2018-04-21  9:52 ` Henning Hraban Ramm
  2018-04-21 10:43 ` Wolfgang Schuster
@ 2018-04-21 13:07 ` Ulrike Fischer
  2018-04-21 22:19   ` Fabrice Couvreur
  2 siblings, 1 reply; 6+ messages in thread
From: Ulrike Fischer @ 2018-04-21 13:07 UTC (permalink / raw)
  To: ntg-context

Am Sat, 21 Apr 2018 11:41:36 +0200 schrieb Fabrice Couvreur:

> Hello,
> I got the cambria font and installed it :
> The text is in italic !

Try mtxrun --script fonts --reload --force

(there was a discussion about it last year:
https://www.mail-archive.com/ntg-context@ntg.nl/msg85698.html
)

-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Strange behavior with cambria font
  2018-04-21 13:07 ` Ulrike Fischer
@ 2018-04-21 22:19   ` Fabrice Couvreur
  2018-04-21 22:20     ` Fabrice Couvreur
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Couvreur @ 2018-04-21 22:19 UTC (permalink / raw)
  To: news3, mailing list for ConTeXt users


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

Hi Wolfgang,
The text is not in italic but the font is not the one expected :
LMRoman10-Regular
Fabrice

2018-04-21 15:07 GMT+02:00 Ulrike Fischer <news3@nililand.de>:

> Am Sat, 21 Apr 2018 11:41:36 +0200 schrieb Fabrice Couvreur:
>
> > Hello,
> > I got the cambria font and installed it :
> > The text is in italic !
>
> Try mtxrun --script fonts --reload --force
>
> (there was a discussion about it last year:
> https://www.mail-archive.com/ntg-context@ntg.nl/msg85698.html
> )
>
> --
> Ulrike Fischer
> http://www.troubleshooting-tex.de/
>
> ____________________________________________________________
> _______________________
> 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
> ____________________________________________________________
> _______________________
>

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Strange behavior with cambria font
  2018-04-21 22:19   ` Fabrice Couvreur
@ 2018-04-21 22:20     ` Fabrice Couvreur
  0 siblings, 0 replies; 6+ messages in thread
From: Fabrice Couvreur @ 2018-04-21 22:20 UTC (permalink / raw)
  To: news3, mailing list for ConTeXt users


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

Hi Ulrike,
It does not work
Fabrice

2018-04-22 0:19 GMT+02:00 Fabrice Couvreur <fabrice1.couvreur@gmail.com>:

> Hi Wolfgang,
> The text is not in italic but the font is not the one expected :
> LMRoman10-Regular
> Fabrice
>
> 2018-04-21 15:07 GMT+02:00 Ulrike Fischer <news3@nililand.de>:
>
>> Am Sat, 21 Apr 2018 11:41:36 +0200 schrieb Fabrice Couvreur:
>>
>> > Hello,
>> > I got the cambria font and installed it :
>> > The text is in italic !
>>
>> Try mtxrun --script fonts --reload --force
>>
>> (there was a discussion about it last year:
>> https://www.mail-archive.com/ntg-context@ntg.nl/msg85698.html
>> )
>>
>> --
>> Ulrike Fischer
>> http://www.troubleshooting-tex.de/
>>
>> ____________________________________________________________
>> _______________________
>> 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/list
>> info/ntg-context
>> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : http://contextgarden.net
>> ____________________________________________________________
>> _______________________
>>
>
>

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-04-21 22:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-21  9:41 Strange behavior with cambria font Fabrice Couvreur
2018-04-21  9:52 ` Henning Hraban Ramm
2018-04-21 10:43 ` Wolfgang Schuster
2018-04-21 13:07 ` Ulrike Fischer
2018-04-21 22:19   ` Fabrice Couvreur
2018-04-21 22:20     ` 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).