ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Luis Montgomery via ntg-context <ntg-context@ntg.nl>
To: a badin <andrej.badin@gmail.com>
Cc: Luis Montgomery <monty.luis@gmail.com>,
	mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: some ConTeXt distribution's Fonts don't work
Date: Fri, 22 Oct 2021 14:13:05 -0500	[thread overview]
Message-ID: <CAE+cQBx0pQqXvpkC-SSZUc8sN3CsoU5nKi3P-6XvtsXk2xsezw@mail.gmail.com> (raw)
In-Reply-To: <CAKiWGL648Vqzu1iae5nQauouU9RSDaw4dZpVzM2k9qbyD1=vjQ@mail.gmail.com>


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

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 (<andrej.badin@gmail.com>)
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 <j.hagen@xs4all.nl> 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
> > > <ntg-context@ntg.nl <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
> > >     <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
> > -----------------------------------------------------------------
>

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

[-- Attachment #2: Type: text/plain, Size: 493 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
___________________________________________________________________________________

  reply	other threads:[~2021-10-22 19:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-21 21:01 a badin via ntg-context
2021-10-22  4:30 ` Luis Montgomery via ntg-context
2021-10-22  7:28   ` Hans Hagen via ntg-context
2021-10-22 11:16     ` a badin via ntg-context
2021-10-22 15:44     ` a badin via ntg-context
2021-10-22 19:13       ` Luis Montgomery via ntg-context [this message]
2021-10-24 15:23         ` Wolfgang Schuster via ntg-context
2021-10-24 16:05           ` Luis Montgomery via ntg-context

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAE+cQBx0pQqXvpkC-SSZUc8sN3CsoU5nKi3P-6XvtsXk2xsezw@mail.gmail.com \
    --to=ntg-context@ntg.nl \
    --cc=andrej.badin@gmail.com \
    --cc=monty.luis@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).