ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with lucida fonts (again)
@ 2017-06-27 19:45 Eric Détrez
  2017-06-27 21:00 ` Henri Menke
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Détrez @ 2017-06-27 19:45 UTC (permalink / raw)
  To: Context

Hello

I already had this problem with lucida fonts.
When I type text the letter are shifted : "b" becomes "a", "c" becomes 
"b", ...
I solved it with using the stable version.

I updated my system and I downloaded again context-minimal.
The problem came back with both versions (last or stable).
ConTeXt  ver: 2017.05.15 21:48 MKIV beta  fmt: 2017.6.27  int: 
english/english
ConTeXt  ver: 2017.06.27 18:05 MKIV beta  fmt: 2017.6.27  int: 
english/english

If I use the tex-live version all is fine
ConTeXt  ver: 2016.05.17 19:20 MKIV current  fmt: 2017.6.27  int: 
english/english

It seems current version does provide a beta.

I'm afraid I'll can use Lucida soon

-- 
Eric Détrez
Informatique
Lycée Faidherbe, Lille
http://eric-detrez.fr
___________________________________________________________________________________
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] 8+ messages in thread

* Re: Problem with lucida fonts (again)
  2017-06-27 19:45 Problem with lucida fonts (again) Eric Détrez
@ 2017-06-27 21:00 ` Henri Menke
  2017-06-28  7:21   ` Eric Détrez
  0 siblings, 1 reply; 8+ messages in thread
From: Henri Menke @ 2017-06-27 21:00 UTC (permalink / raw)
  To: ntg-context

You're this guy, right?

https://mailman.ntg.nl/pipermail/ntg-context/2016/087522.html
https://tex.stackexchange.com/questions/338849

Sorry, but as last time, we can't help you without you posting a reproducible example.  The
following works fine for me on TL2016, TL2017, and latest beta.

\setupbodyfont[lucidaot]

\starttext

\input knuth

\stoptext

On Tue, 2017-06-27 at 21:45 +0200, Eric Détrez wrote:
> Hello
> 
> I already had this problem with lucida fonts.
> When I type text the letter are shifted : "b" becomes "a", "c" becomes 
> "b", ...
> I solved it with using the stable version.
> 
> I updated my system and I downloaded again context-minimal.
> The problem came back with both versions (last or stable).
> ConTeXt  ver: 2017.05.15 21:48 MKIV beta  fmt: 2017.6.27  int: 
> english/english
> ConTeXt  ver: 2017.06.27 18:05 MKIV beta  fmt: 2017.6.27  int: 
> english/english
> 
> If I use the tex-live version all is fine
> ConTeXt  ver: 2016.05.17 19:20 MKIV current  fmt: 2017.6.27  int: 
> english/english
> 
> It seems current version does provide a beta.
> 
> I'm afraid I'll can use Lucida soon
> 
___________________________________________________________________________________
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] 8+ messages in thread

* Re: Problem with lucida fonts (again)
  2017-06-27 21:00 ` Henri Menke
@ 2017-06-28  7:21   ` Eric Détrez
  2017-06-29  7:56     ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Détrez @ 2017-06-28  7:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 1005 bytes --]

Le 27-06-2017 23:00, Henri Menke a écrit :
> You're this guy, right?
> 
> https://mailman.ntg.nl/pipermail/ntg-context/2016/087522.html
> https://tex.stackexchange.com/questions/338849
> 
> Sorry, but as last time, we can't help you without you posting a
> reproducible example.  The
> following works fine for me on TL2016, TL2017, and latest beta.
> 
> \setupbodyfont[lucidaot]
> 
> \starttext
> 
> \input knuth
> 
> \stoptext

Here is an exemple, I show size 30 to see the differences but the size 
doesn't change the behaviour.
****************
\starttext
\setupbodyfont[30pt]
texte $math$

\setupbodyfont[lucidaot,30pt]
texte $math$

\setupbodyfont[lucida,30pt]
texte $math$
\stoptext
****************

I join 2 pdf with an "old" version of context (texlive 2016) and the 
last stable.

You'll see that lucidaot has an effect, it uses cm fonts but without 
italic in math
lucida shifts lhe letters in text, not in math.


-- 
Eric Détrez
Informatique
Lycée Faidherbe, Lille
http://eric-detrez.fr

[-- Attachment #2: stable-05-2017.pdf --]
[-- Type: application/pdf, Size: 11906 bytes --]

[-- Attachment #3: TL-2016.pdf --]
[-- Type: application/pdf, Size: 11894 bytes --]

[-- Attachment #4: 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] 8+ messages in thread

* Re: Problem with lucida fonts (again)
  2017-06-28  7:21   ` Eric Détrez
@ 2017-06-29  7:56     ` Hans Hagen
  2017-06-29 12:11       ` MF
  2017-06-29 16:51       ` Eric Détrez
  0 siblings, 2 replies; 8+ messages in thread
From: Hans Hagen @ 2017-06-29  7:56 UTC (permalink / raw)
  To: ntg-context

On 6/28/2017 9:21 AM, Eric Détrez wrote:
> Le 27-06-2017 23:00, Henri Menke a écrit :
>> You're this guy, right?
>>
>> https://mailman.ntg.nl/pipermail/ntg-context/2016/087522.html
>> https://tex.stackexchange.com/questions/338849
>>
>> Sorry, but as last time, we can't help you without you posting a
>> reproducible example.  The
>> following works fine for me on TL2016, TL2017, and latest beta.
>>
>> \setupbodyfont[lucidaot]
>>
>> \starttext
>>
>> \input knuth
>>
>> \stoptext
> 
> Here is an exemple, I show size 30 to see the differences but the size 
> doesn't change the behaviour.
> ****************
> \starttext
> \setupbodyfont[30pt]
> texte $math$
> 
> \setupbodyfont[lucidaot,30pt]
> texte $math$
> 
> \setupbodyfont[lucida,30pt]
> texte $math$
> \stoptext
> ****************
> 
> I join 2 pdf with an "old" version of context (texlive 2016) and the 
> last stable.
> 
> You'll see that lucidaot has an effect, it uses cm fonts but without 
> italic in math
> lucida shifts lhe letters in text, not in math.
i fixed something in the next beta for these type 1 fonts (with slightly 
weird encodings)

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

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

* Re: Problem with lucida fonts (again)
  2017-06-29  7:56     ` Hans Hagen
@ 2017-06-29 12:11       ` MF
  2017-06-29 14:55         ` Hans Hagen
  2017-06-29 16:51       ` Eric Détrez
  1 sibling, 1 reply; 8+ messages in thread
From: MF @ 2017-06-29 12:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> i fixed something in the next beta for these type 1 fonts (with
> slightly 
> weird encodings)
> 

I'm getting some weird errors with the most recent versions of ConTeXt
too.

Currently I can't send you a sample to reproduce the problem but I can
only describe what happens with a big XML file of mine under these 3
conditions:

1 - latest beta (2017-06-29 9:32), with some OTF fonts (Garamond
Premier Pro, Myriad Pro, Quivira): the program ends with this error

luatex warning  > nodes: attempt to copy free glyph (f) node 67776,
ignored
! error:  (linebreak): invalid list tail, probably missing glue


2 - latest beta (2017-06-29 9:32), without OTF fonts: the program works


3 - ConTeXt 2016.05.17 from Debian repositories, with the fonts of case
1: the program works

Sorry for such an imprecise feedback,
Best greetings,
Massi
___________________________________________________________________________________
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] 8+ messages in thread

* Re: Problem with lucida fonts (again)
  2017-06-29 12:11       ` MF
@ 2017-06-29 14:55         ` Hans Hagen
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2017-06-29 14:55 UTC (permalink / raw)
  To: ntg-context

On 6/29/2017 2:11 PM, MF wrote:
>> i fixed something in the next beta for these type 1 fonts (with
>> slightly
>> weird encodings)
>>
> 
> I'm getting some weird errors with the most recent versions of ConTeXt
> too.
> 
> Currently I can't send you a sample to reproduce the problem but I can
> only describe what happens with a big XML file of mine under these 3
> conditions:
> 
> 1 - latest beta (2017-06-29 9:32), with some OTF fonts (Garamond
> Premier Pro, Myriad Pro, Quivira): the program ends with this error
> 
> luatex warning  > nodes: attempt to copy free glyph (f) node 67776,
> ignored
> ! error:  (linebreak): invalid list tail, probably missing glue
> 
> 
> 2 - latest beta (2017-06-29 9:32), without OTF fonts: the program works
> 
> 
> 3 - ConTeXt 2016.05.17 from Debian repositories, with the fonts of case
> 1: the program works
i really need an example


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

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

* Re: Problem with lucida fonts (again)
  2017-06-29  7:56     ` Hans Hagen
  2017-06-29 12:11       ` MF
@ 2017-06-29 16:51       ` Eric Détrez
  2017-06-29 21:39         ` Hans Hagen
  1 sibling, 1 reply; 8+ messages in thread
From: Eric Détrez @ 2017-06-29 16:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 1139 bytes --]

> On 6/28/2017 9:21 AM, Eric Détrez wrote:
>> 
>> Here is an exemple, I show size 30 to see the differences but the size 
>> doesn't change the behaviour.
>> ****************
>> \starttext
>> \setupbodyfont[30pt]
>> texte $math$
>> 
>> \setupbodyfont[lucidaot,30pt]
>> texte $math$
>> 
>> \setupbodyfont[lucida,30pt]
>> texte $math$
>> \stoptext
>> ****************
>> 
>> I join 2 pdf with an "old" version of context (texlive 2016) and the 
>> last stable.
Le 29-06-2017 09:56, Hans Hagen a écrit :
> i fixed something in the next beta for these type 1 fonts (with
> slightly weird encodings)


I didn't have the open type lucidas, had to buy them.
They work fine

**********************
\starttext
\setupbodyfont[30pt]
texte $math'$

\setupbodyfont[lucidaot,30pt]
texte $math'$

\setupbodyfont[lucida,30pt]
texte $math'$

\stoptext
**********************

The ' was ugly in the "stable " version (too high) for lucidas, much 
better now.
But the Lucida's text is still crappy in type1 version.

So ...
I guess type1 fonts are messy (Lucida's or all of them ?)
--
Eric Détrez
Informatique
Lycée Faidherbe, Lille
http://eric-detrez.fr

[-- Attachment #2: sansnom-3.pdf --]
[-- Type: application/pdf, Size: 17879 bytes --]

[-- Attachment #3: 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] 8+ messages in thread

* Re: Problem with lucida fonts (again)
  2017-06-29 16:51       ` Eric Détrez
@ 2017-06-29 21:39         ` Hans Hagen
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2017-06-29 21:39 UTC (permalink / raw)
  To: ntg-context

On 6/29/2017 6:51 PM, Eric Détrez wrote:

> The ' was ugly in the "stable " version (too high) for lucidas, much 
> better now.

fo rsure the opentype version is better

> But the Lucida's text is still crappy in type1 version.
> 
> So ...
> I guess type1 fonts are messy (Lucida's or all of them ?)
wipe the font cache

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
___________________________________________________________________________________

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

end of thread, other threads:[~2017-06-29 21:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-27 19:45 Problem with lucida fonts (again) Eric Détrez
2017-06-27 21:00 ` Henri Menke
2017-06-28  7:21   ` Eric Détrez
2017-06-29  7:56     ` Hans Hagen
2017-06-29 12:11       ` MF
2017-06-29 14:55         ` Hans Hagen
2017-06-29 16:51       ` Eric Détrez
2017-06-29 21:39         ` Hans Hagen

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