Re: [NTG-context] Problem with lucida fonts (again)

2017-06-29 Thread Hans Hagen

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
___

Re: [NTG-context] Problem with lucida fonts (again)

2017-06-29 Thread Eric Détrez

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

sansnom-3.pdf
Description: Adobe PDF document
___
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] Problem with lucida fonts (again)

2017-06-29 Thread Hans Hagen

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
___

Re: [NTG-context] Problem with lucida fonts (again)

2017-06-29 Thread MF
> 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
___

Re: [NTG-context] Problem with lucida fonts (again)

2017-06-29 Thread Hans Hagen

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
___

Re: [NTG-context] Problem with lucida fonts (again)

2017-06-28 Thread Eric Détrez

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

stable-05-2017.pdf
Description: Adobe PDF document


TL-2016.pdf
Description: Adobe PDF document
___
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] Problem with lucida fonts (again)

2017-06-27 Thread Henri Menke
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
___

[NTG-context] Problem with lucida fonts (again)

2017-06-27 Thread Eric Détrez

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
___

Re: [NTG-context] Problem with lucida

2016-11-12 Thread Henri Menke
Works for me without problems.

Also I would recommend the following setup:

\setupbodyfont[lucidaot,10pt]
\starttext
abcdefgh
\stoptext

On 11/12/2016 02:54 PM, Eric Detrez (Info) wrote:
> I've got a curious problem with lucida.
> 
> Characters have ascii code shifted by -1 (note the kerning)
> 
> Minimal example :
> 
> \usetypescript[lucida]
> 
> \setupbodyfont[lucida,10pt,rm]
> 
> 
> \starttext
> 
> abcdefgh
> 
> \stoptext
> 
> I join the pdf file with the result.
> 
> Other fonts are fine in context, Lucida fonts are fine with Latex ...
> 
> 
> 
> ___
> 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] Problem with lucida

2016-11-12 Thread Eric Detrez (Info)

Le 12/11/2016 à 14:54, Eric Detrez (Info) a écrit :


I've got a curious problem with lucida.

Characters have ascii code shifted by -1 (note the kerning)


Mistyped : the kerning seems to be fine (i wanted to say not the kerning)


___
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] Problem with lucida

2016-11-12 Thread Eric Detrez (Info)

I've got a curious problem with lucida.

Characters have ascii code shifted by -1 (note the kerning)

Minimal example :

\usetypescript[lucida]

\setupbodyfont[lucida,10pt,rm]


\starttext

abcdefgh

\stoptext

I join the pdf file with the result.

Other fonts are fine in context, Lucida fonts are fine with Latex ...



sansnom-3.pdf
Description: Adobe PDF document
___
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] Problem with Lucida Fonts

2005-11-28 Thread Renaud AUBIN




Hi all,

I'm trying ConTeXt for a week so maybe my question seems stupid but...
I have the YY Lucida fonts and i've run
sudo texfont --en=ec --ve=bh --co=lucida --in --ma --so=auto
--ro=TEXMFMAIN
to get ec-bh-lucida.map

So I want to check if my installation is working with an experiment :


__
%% Set output to pdf
\setupoutput[pdftex]
%% Activate txt in METAPOST
\useMPlibrary[txt]
%% Activate colors
\setupcolors[state=start]
 
\setuppapersize[A4][A4]
\enableregime[il9]
\useencoding[ffr]
\mainlanguage[fr]

\usetypescriptfile[type-buy]
\loadmapfile[ec-bh-lucida.map]

\usetypescript[lucida][ec]
\setupbodyfont[lucida]

\starttext

Test \high{exposants} ainsi que des S\cap{mall} C\cap{apitals} !!!
{\em emph !}
{\sl slanted}
{\tt verbatim}

$$t+e+x+t = m+a+t+h + \theta$$

\stoptext
__


I've checked that the right fonts is used and it's ok but I obtain
strange errors :


This is pdfeTeXk, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5)
(format=cont-en 2005.11.22) 28 NOV 2005 10:10
entering extended mode
%-line parsing enabled.
**cont-en phd.tex
(./phd.tex

ConTeXt ver: 2005.10.27 fmt: 2005.11.22 int: english mes: english

language : language en is active
protectionstate 0
system : cont-new loaded
(/usr/local/texlive/2005/texmf-dist/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex
color : palette rollover is available
)
system : cont-old loaded
(/usr/local/texlive/2005/texmf-dist/tex/context/base/cont-old.tex
loading : Context Old Macros
)
system : cont-fil loaded
(/usr/local/texlive/2005/texmf-dist/tex/context/base/cont-fil.tex
loading : Context File Synonyms
)
system : cont-sys loaded
(/usr/local/texlive/2005/texmf-dist/tex/context/user/cont-sys.tex
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-exa.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-syn.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-enc.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-dis.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-map.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-spe.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-akb.tex))
bodyfont : 12pt rm is loaded
language : patterns en-ec:ec-1-2:2
uk-ec:ec-2-2:2 de-texnansi:tex
nansi-3-2:2 de-ec:ec-4-2:2
fr-texnansi:texnansi-5-2:2 fr-ec:ec-6-2:2
es-ec:ec-7-2:2 pt-texnansi:texnansi-8-2:2
pt-ec:ec-9-2:2 it-texnansi
:texnansi-10-2:2 it-ec:ec-11-2:2
nl-texnansi:texnansi-12-2:2 nl-ec:ec-
13-2:2 cz-il2:il2-14-2:2
cz-ec:ec-15-2:2 sk-il2:il2-16-2:2 sk-ec:ec
-17-2:2 pl-pl0:pl0-18-2:2
pl-ec:ec-19-2:2 pl-qx:qx-20-2:2 loaded
specials : tex,postscript,rokicki loaded
\openout2 = `phd.tui'.

system : phd.top loaded
(./phd.top)
\openout0 = `phd-mpgraph.mp'.

\openout0 = `mpgraph.mp'.


specials : loading definition file tpd
(/usr/local/texlive/2005/texmf-dist/tex/context/base/spec-tpd.tex
specials : loading definition file fdf
(/usr/local/texlive/2005/texmf-dist/tex/context/base/spec-fdf.tex)
specials : fdf loaded
)
specials : fdf,tpd loaded
metapost : loading metapost library txt
(/usr/local/texlive/2005/texmf-dist/tex/context/base/meta-txt.tex)
color : system rgb is global activated
encoding : coding ffr is loaded
(/usr/local/texlive/2005/texmf-dist/tex/context/base/enco-ffr.tex
system : module tryout loaded
(/usr/local/texlive/2005/texmf-dist/tex/context/base/m-tryout.tex
\openout2 = `phd.tui'.

)
language : language specific options [ec-fr] seamless appended
) (/usr/local/texlive/2005/texmf-dist/tex/context/base/type-exa.tex
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-exa.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-syn.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-enc.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-dis.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-map.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-spe.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-akb.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-buy.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-exa.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-syn.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-enc.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-dis.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-siz.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-map.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-spe.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-akb.tex)
(/usr/local/texlive/2005/texmf-dist/tex/context/base/type-buy.tex)