Re: [NTG-context] some ConTeXt distribution's Fonts don't work

2021-10-24 Thread Luis Montgomery via ntg-context
Great job, Wolfganag

Those scripts were missing in

 $HOME/context/tex/ texmf-context/tex/context/fonts/mkiv/


Now everything is fine

L. Montgomery


El dom, 24 oct 2021 a las 10:23, Wolfgang Schuster (<
wolfgang.schuster.li...@gmail.com>) escribió:

> Luis Montgomery via ntg-context schrieb am 22.10.2021 um 21:13:
> > Apparently, almfixed and kurier fonts no longer load as before.
>
> The ALM Fixed font can't be used because there is no typescript file
> to use it in a document.
>
> The Kurier fonts have an existing typescript file but it can't be used
> because a) it refers to the font files in Type1 format which are shipped
> with ConTeXt but the metric files (*.afm) are missing and b) there are
> no typeface definition (\definetypeface) to load the typescripts.
>
> Attached are new typescript files for ALM Fixed and Kurier, you can use
> both of them to test if everything works as expected.
>
> Wolfgang
>
>
>
___
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] some ConTeXt distribution's Fonts don't work

2021-10-24 Thread Wolfgang Schuster via ntg-context

Luis Montgomery via ntg-context schrieb am 22.10.2021 um 21:13:

Apparently, almfixed and kurier fonts no longer load as before.


The ALM Fixed font can't be used because there is no typescript file
to use it in a document.

The Kurier fonts have an existing typescript file but it can't be used 
because a) it refers to the font files in Type1 format which are shipped 
with ConTeXt but the metric files (*.afm) are missing and b) there are 
no typeface definition (\definetypeface) to load the typescripts.


Attached are new typescript files for ALM Fixed and Kurier, you can use 
both of them to test if everything works as expected.


Wolfgang


%D \module
%D   [   file=type-imp-kurier,
%Dversion=2021.10.24,
%D  title=\CONTEXT\ Typescript Macros,
%D   subtitle=Kurier,
%D author=Hans Hagen,
%D   date=\currentdate,
%D  copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

\starttypescriptcollection [kurier]

\starttypescript [\s!sans] [kurier-light,kurier,kurier-medium]
\definefontsynonym [Kurier-Light][\s!file:kurierlightregular]  
[\s!features=\s!default]
\definefontsynonym [Kurier-LightItalic]  [\s!file:kurierlightitalic]   
[\s!features=\s!default]
\definefontsynonym [Kurier-Regular]  [\s!file:kurierregular]   
[\s!features=\s!default]
\definefontsynonym [Kurier-Italic]   [\s!file:kurieritalic]
[\s!features=\s!default]
\definefontsynonym [Kurier-Medium]   [\s!file:kuriermediumregular] 
[\s!features=\s!default]
\definefontsynonym [Kurier-MediumItalic] [\s!file:kuriermediumitalic]  
[\s!features=\s!default]
\definefontsynonym [Kurier-Bold] [\s!file:kurierbold]  
[\s!features=\s!default]
\definefontsynonym [Kurier-BoldItalic]   [\s!file:kurierbolditalic]
[\s!features=\s!default]
\definefontsynonym [Kurier-Heavy][\s!file:kurierheavyregular]  
[\s!features=\s!default]
\definefontsynonym [Kurier-HeavyItalic]  [\s!file:kurierheavyitalic]   
[\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [kurier-lightcond,kurier-cond,kurier-mediumcond]
\definefontsynonym [Kurier-CondLight]
[\s!file:kuriercondlightregular]  [\s!features=\s!default]
\definefontsynonym [Kurier-CondLightItalic]  
[\s!file:kuriercondlightitalic]   [\s!features=\s!default]
\definefontsynonym [Kurier-CondRegular]  
[\s!file:kuriercondregular]   [\s!features=\s!default]
\definefontsynonym [Kurier-CondItalic]   [\s!file:kurierconditalic] 
   [\s!features=\s!default]
\definefontsynonym [Kurier-CondMedium]   
[\s!file:kuriercondmediumregular] [\s!features=\s!default]
\definefontsynonym [Kurier-CondMediumItalic] 
[\s!file:kuriercondmediumitalic]  [\s!features=\s!default]
\definefontsynonym [Kurier-CondBold] [\s!file:kuriercondbold]   
   [\s!features=\s!default]
\definefontsynonym [Kurier-CondBoldItalic]   
[\s!file:kuriercondbolditalic][\s!features=\s!default]
\definefontsynonym [Kurier-CondHeavy]
[\s!file:kuriercondheavyregular]  [\s!features=\s!default]
\definefontsynonym [Kurier-CondHeavyItalic]  
[\s!file:kuriercondheavyitalic]   [\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [kurier-light]
\setups[\s!font:\s!fallback:\s!sans]
\definefontsynonym [\s!Sans]   [Kurier-Light]
\definefontsynonym [\s!SansItalic] [Kurier-LightItalic]
\definefontsynonym [\s!SansBold]   [Kurier-Medium]
\definefontsynonym [\s!SansBoldItalic] [Kurier-MediumItalic]
\stoptypescript

\starttypescript [\s!sans] [kurier]
\setups[\s!font:\s!fallback:\s!sans]
\definefontsynonym [\s!Sans]   [Kurier-Regular]
\definefontsynonym [\s!SansItalic] [Kurier-Italic]
\definefontsynonym [\s!SansBold]   [Kurier-Bold]
\definefontsynonym [\s!SansBoldItalic] [Kurier-BoldItalic]
\stoptypescript

\starttypescript [\s!sans] [kurier-medium]
\setups[\s!font:\s!fallback:\s!sans]
\definefontsynonym [\s!Sans]   [Kurier-Medium]
\definefontsynonym [\s!SansItalic] [Kurier-MediumItalic]
\definefontsynonym [\s!SansBold]   [Kurier-Heavy]
\definefontsynonym [\s!SansBoldItalic] [Kurier-HeavyItalic]
\stoptypescript

\starttypescript [\s!sans] [kurier-lightcond]
\setups[\s!font:\s!fallback:\s!sans]
\definefontsynonym [\s!Sans]   [Kurier-CondLight]
\definefontsynonym [\s!SansItalic] [Kurier-CondLightItalic]
\definefontsynonym [\s!SansBold]   [Kurier-CondMedium]
\definefontsynonym [\s!SansBoldItalic] [Kurier-CondMediumItalic]
\stoptypescript

\starttypescript [\s!san

Re: [NTG-context] some ConTeXt distribution's Fonts don't work

2021-10-22 Thread Luis Montgomery via ntg-context
Apparently, almfixed and kurier fonts no longer load as before.

But in this way yes, and I still can't find the reason:



\definefontfamily[FAR][serif][almfixed]

\definefontfamily[KUR][sans serif][kurier]

\setupbodyfont [FAR,10pt]

\starttext

123abc\par

\switchtobodyfont[FAR,40pt] 123abc \par

\switchtobodyfont[KUR,40pt]

123abc\par

\switchtobodyfont[FAR,8pt] 123abc\par

\switchtobodyfont[KUR,8pt] 123abc

\stoptext



log say:

loaded fonts: 2 files: almfixed.otf, kurier-regular.otf

L. Montgomery


El vie, 22 oct 2021 a las 10:44, a badin ()
escribió:

> double-checking the fonts, two still don't switch. this example
> procudes a pdf with Latin Modern instead ALM Fixed and Kurier. Any
> ideas on how to use those?
>
> \starttext
> \switchtobodyfont[almfixed,tt] 123abc \par
> \switchtobodyfont[almfixed] 123abc \par
> \switchtobodyfont[kurier] 123abc \par
> \switchtobodyfont[kurier,ss] 123abc
> \stoptext
>
> Luis, the folder you've mentioned does not contain anything that would
> resemble Almfixed. Kurier does not have a .lfg file there - perhaps
> these are hints at a solution, but I don't know.
>
> Andrej
>
> On Fri, 22 Oct 2021 at 09:28, Hans Hagen  wrote:
> >
> > On 10/22/2021 6:30 AM, Luis Montgomery via ntg-context wrote:
> > > See in
> > >
> > > .../context/tex/texmf-context/tex/context/fonts/mkiv/
> > >
> > > The names have chsnged... Ex. antykwa
> > >
> > > For that reason
> > >
> > > unknown library 'antykwatorunska'
> > >
> > > Cheers,
> > >
> > > Luis Montgomery
> > >
> > >
> > >
> > > El jue., 21 de octubre de 2021 16:01, a badin via ntg-context
> > > mailto:ntg-context@ntg.nl>> escribió:
> > >
> > > Hi all,
> > > I suppose this is a bug or something unresolved, the following code
> > > renders a pdf in LMRoman (lmserif) only:
> > >
> > > \starttext
> > > \startitemize[none]
> > > \switchtobodyfont[antykwatorunska] \item font-test 123
> > > \switchtobodyfont[kurier] \item font-test 123
> > > \switchtobodyfont[almfixed] \item font-test 123
> > > \switchtobodyfont[neoeuler] \item font-test 123
> > > \switchtobodyfont[stixtwotext] \item font-test 123
> > > \stopitemize
> > > \stoptext
> > >
> > > How to switch to these fonts? Could this be fixed by default? I'm
> on
> > > ConTeXt  ver: 2021.10.21 19:57 LMTX.
> > > I've tested all the fonts from
> > > https://wiki.contextgarden.net/ConTeXt_distribution%27s_Fonts
> > > 
> and
> > > these are the only one that do not work.
> > >
> > > Kind regards and thanks for the great work on context, I just
> updated
> > > and was able to run my previous code resulting in a slightly
> smaller
> > > pdf, which I find great!
> > > Andrej
> > also, some are ss or tt
> >
> > \starttext
> > \startitemize[none]
> > \switchtobodyfont[antykwa] \item font-test 123
> > \switchtobodyfont[kurier,ss]   \item font-test 123
> > \switchtobodyfont[almfixed,tt] \item font-test 123
> > \switchtobodyfont[eulernova]   \item font-test 123
> > \switchtobodyfont[stixtwo] \item font-test 123
> > \stopitemize
> > \stoptext
> >
> > best wikify this
> >
> >
> > -
> >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] some ConTeXt distribution's Fonts don't work

2021-10-22 Thread a badin via ntg-context
double-checking the fonts, two still don't switch. this example
procudes a pdf with Latin Modern instead ALM Fixed and Kurier. Any
ideas on how to use those?

\starttext
\switchtobodyfont[almfixed,tt] 123abc \par
\switchtobodyfont[almfixed] 123abc \par
\switchtobodyfont[kurier] 123abc \par
\switchtobodyfont[kurier,ss] 123abc
\stoptext

Luis, the folder you've mentioned does not contain anything that would
resemble Almfixed. Kurier does not have a .lfg file there - perhaps
these are hints at a solution, but I don't know.

Andrej

On Fri, 22 Oct 2021 at 09:28, Hans Hagen  wrote:
>
> On 10/22/2021 6:30 AM, Luis Montgomery via ntg-context wrote:
> > See in
> >
> > .../context/tex/texmf-context/tex/context/fonts/mkiv/
> >
> > The names have chsnged... Ex. antykwa
> >
> > For that reason
> >
> > unknown library 'antykwatorunska'
> >
> > Cheers,
> >
> > Luis Montgomery
> >
> >
> >
> > El jue., 21 de octubre de 2021 16:01, a badin via ntg-context
> > mailto:ntg-context@ntg.nl>> escribió:
> >
> > Hi all,
> > I suppose this is a bug or something unresolved, the following code
> > renders a pdf in LMRoman (lmserif) only:
> >
> > \starttext
> > \startitemize[none]
> > \switchtobodyfont[antykwatorunska] \item font-test 123
> > \switchtobodyfont[kurier] \item font-test 123
> > \switchtobodyfont[almfixed] \item font-test 123
> > \switchtobodyfont[neoeuler] \item font-test 123
> > \switchtobodyfont[stixtwotext] \item font-test 123
> > \stopitemize
> > \stoptext
> >
> > How to switch to these fonts? Could this be fixed by default? I'm on
> > ConTeXt  ver: 2021.10.21 19:57 LMTX.
> > I've tested all the fonts from
> > https://wiki.contextgarden.net/ConTeXt_distribution%27s_Fonts
> >  and
> > these are the only one that do not work.
> >
> > Kind regards and thanks for the great work on context, I just updated
> > and was able to run my previous code resulting in a slightly smaller
> > pdf, which I find great!
> > Andrej
> also, some are ss or tt
>
> \starttext
> \startitemize[none]
> \switchtobodyfont[antykwa] \item font-test 123
> \switchtobodyfont[kurier,ss]   \item font-test 123
> \switchtobodyfont[almfixed,tt] \item font-test 123
> \switchtobodyfont[eulernova]   \item font-test 123
> \switchtobodyfont[stixtwo] \item font-test 123
> \stopitemize
> \stoptext
>
> best wikify this
>
>
> -
>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] some ConTeXt distribution's Fonts don't work

2021-10-22 Thread a badin via ntg-context
Thank you, I've put it on the wiki.
Andrej

On Fri, 22 Oct 2021 at 09:28, Hans Hagen  wrote:
>
> On 10/22/2021 6:30 AM, Luis Montgomery via ntg-context wrote:
> > See in
> >
> > .../context/tex/texmf-context/tex/context/fonts/mkiv/
> >
> > The names have chsnged... Ex. antykwa
> >
> > For that reason
> >
> > unknown library 'antykwatorunska'
> >
> > Cheers,
> >
> > Luis Montgomery
> >
> >
> >
> > El jue., 21 de octubre de 2021 16:01, a badin via ntg-context
> > mailto:ntg-context@ntg.nl>> escribió:
> >
> > Hi all,
> > I suppose this is a bug or something unresolved, the following code
> > renders a pdf in LMRoman (lmserif) only:
> >
> > \starttext
> > \startitemize[none]
> > \switchtobodyfont[antykwatorunska] \item font-test 123
> > \switchtobodyfont[kurier] \item font-test 123
> > \switchtobodyfont[almfixed] \item font-test 123
> > \switchtobodyfont[neoeuler] \item font-test 123
> > \switchtobodyfont[stixtwotext] \item font-test 123
> > \stopitemize
> > \stoptext
> >
> > How to switch to these fonts? Could this be fixed by default? I'm on
> > ConTeXt  ver: 2021.10.21 19:57 LMTX.
> > I've tested all the fonts from
> > https://wiki.contextgarden.net/ConTeXt_distribution%27s_Fonts
> >  and
> > these are the only one that do not work.
> >
> > Kind regards and thanks for the great work on context, I just updated
> > and was able to run my previous code resulting in a slightly smaller
> > pdf, which I find great!
> > Andrej
> also, some are ss or tt
>
> \starttext
> \startitemize[none]
> \switchtobodyfont[antykwa] \item font-test 123
> \switchtobodyfont[kurier,ss]   \item font-test 123
> \switchtobodyfont[almfixed,tt] \item font-test 123
> \switchtobodyfont[eulernova]   \item font-test 123
> \switchtobodyfont[stixtwo] \item font-test 123
> \stopitemize
> \stoptext
>
> best wikify this
>
>
> -
>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] some ConTeXt distribution's Fonts don't work

2021-10-22 Thread Hans Hagen via ntg-context

On 10/22/2021 6:30 AM, Luis Montgomery via ntg-context wrote:

See in

.../context/tex/texmf-context/tex/context/fonts/mkiv/

The names have chsnged... Ex. antykwa

For that reason

unknown library 'antykwatorunska'

Cheers,

Luis Montgomery



El jue., 21 de octubre de 2021 16:01, a badin via ntg-context 
mailto:ntg-context@ntg.nl>> escribió:


Hi all,
I suppose this is a bug or something unresolved, the following code
renders a pdf in LMRoman (lmserif) only:

\starttext
\startitemize[none]
\switchtobodyfont[antykwatorunska] \item font-test 123
\switchtobodyfont[kurier] \item font-test 123
\switchtobodyfont[almfixed] \item font-test 123
\switchtobodyfont[neoeuler] \item font-test 123
\switchtobodyfont[stixtwotext] \item font-test 123
\stopitemize
\stoptext

How to switch to these fonts? Could this be fixed by default? I'm on
ConTeXt  ver: 2021.10.21 19:57 LMTX.
I've tested all the fonts from
https://wiki.contextgarden.net/ConTeXt_distribution%27s_Fonts
 and
these are the only one that do not work.

Kind regards and thanks for the great work on context, I just updated
and was able to run my previous code resulting in a slightly smaller
pdf, which I find great!
Andrej

also, some are ss or tt

\starttext
\startitemize[none]
\switchtobodyfont[antykwa] \item font-test 123
\switchtobodyfont[kurier,ss]   \item font-test 123
\switchtobodyfont[almfixed,tt] \item font-test 123
\switchtobodyfont[eulernova]   \item font-test 123
\switchtobodyfont[stixtwo] \item font-test 123
\stopitemize
\stoptext

best wikify this


-
  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] some ConTeXt distribution's Fonts don't work

2021-10-21 Thread Luis Montgomery via ntg-context
See in

.../context/tex/texmf-context/tex/context/fonts/mkiv/

The names have chsnged... Ex. antykwa

For that reason

unknown library 'antykwatorunska'

Cheers,

Luis Montgomery



El jue., 21 de octubre de 2021 16:01, a badin via ntg-context <
ntg-context@ntg.nl> escribió:

> Hi all,
> I suppose this is a bug or something unresolved, the following code
> renders a pdf in LMRoman (lmserif) only:
>
> \starttext
> \startitemize[none]
> \switchtobodyfont[antykwatorunska] \item font-test 123
> \switchtobodyfont[kurier] \item font-test 123
> \switchtobodyfont[almfixed] \item font-test 123
> \switchtobodyfont[neoeuler] \item font-test 123
> \switchtobodyfont[stixtwotext] \item font-test 123
> \stopitemize
> \stoptext
>
> How to switch to these fonts? Could this be fixed by default? I'm on
> ConTeXt  ver: 2021.10.21 19:57 LMTX.
> I've tested all the fonts from
> https://wiki.contextgarden.net/ConTeXt_distribution%27s_Fonts and
> these are the only one that do not work.
>
> Kind regards and thanks for the great work on context, I just updated
> and was able to run my previous code resulting in a slightly smaller
> pdf, which I find great!
> Andrej
>
> ___
> 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
___


[NTG-context] some ConTeXt distribution's Fonts don't work

2021-10-21 Thread a badin via ntg-context
Hi all,
I suppose this is a bug or something unresolved, the following code
renders a pdf in LMRoman (lmserif) only:

\starttext
\startitemize[none]
\switchtobodyfont[antykwatorunska] \item font-test 123
\switchtobodyfont[kurier] \item font-test 123
\switchtobodyfont[almfixed] \item font-test 123
\switchtobodyfont[neoeuler] \item font-test 123
\switchtobodyfont[stixtwotext] \item font-test 123
\stopitemize
\stoptext

How to switch to these fonts? Could this be fixed by default? I'm on
ConTeXt  ver: 2021.10.21 19:57 LMTX.
I've tested all the fonts from
https://wiki.contextgarden.net/ConTeXt_distribution%27s_Fonts and
these are the only one that do not work.

Kind regards and thanks for the great work on context, I just updated
and was able to run my previous code resulting in a slightly smaller
pdf, which I find great!
Andrej
___
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
___