ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Wolfgang Schuster" <schuster.wolfgang@googlemail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: fonts and luatex
Date: Mon, 14 Apr 2008 13:28:24 +0200	[thread overview]
Message-ID: <115224fb0804140428t35885023y8691395b2c61264a@mail.gmail.com> (raw)
In-Reply-To: <5c2c86e70804140315peda408ev59fc5c54b2c97636@mail.gmail.com>

> >  > I can run context, but some otf fonts can't be find, like the nice
> >  > linuxlibertine, for exemple (context used to find it with xetex).
> >
> >  Can you use the TeX-Gyre Fonts, try the following example
>
> All the tex-gyre run well.
>
> >  % engine=luatex
> >
> >  \usetypescript[palatino]
> >  \setupbodyfont[palatino]
> >
> >  \starttext
> >  Hello Text!
> >  \stoptext
> >
> >  If this did work send your typescript for the linux libertine fonts.
>
> Yes, it work. What do you mean by « typescript » ? For calling linux
> libertine, I tried this :
> \definefontsynonym [LinLibertine] [LinLibertineC_Re]
> \definedfont [LinLibertine at 12pt]
> and this :
> \definefontsynonym [LinLibertine] [name:LinLibertineO]

file:filename should normally work

> \definedfont [LinLibertine at 12pt]
> nothing work.
>
> I get the name with otfinfo -i
> I don't creat a special file for using LinLibertine… but other fonts
> like the free Tally[1] run well.
> Sorry but fonts use are still strange for me…
>
> If I understand well, if mtxrun can't build a « database » with my
> fonts, names can't work ?

Can't test this at the moment with the font names but you could try
my typescripts with the filenames.

\starttypescript [serif] [linuxlibertine]
  \setups[font:fallback:serif]
  \definefontsynonym [Serif]           [LinLibertine-Regular]
  \definefontsynonym [SerifBold]       [LinLibertine-Bold]
  \definefontsynonym [SerifItalic]     [LinLibertine-Italic]
  \definefontsynonym [SerifBoldItalic] [LinLibertine-BoldItalic]
  \definefontsynonym [SerifCaps]       [LinLibertine-Caps]
\stoptypescript

\starttypescript [serif] [linuxlibertine]
  \definefontsynonym [LinLibertine-Regular]
[file:LinLibertine_Re-2.7.9.9] [features=default]
  \definefontsynonym [LinLibertine-Bold]
[file:LinLibertine_Bd-2.7.8]   [features=default]
  \definefontsynonym [LinLibertine-Italic]
[file:LinLibertine_It-2.7.8]   [features=default]
  \definefontsynonym [LinLibertine-BoldItalic]
[file:LinLibertine_BI-2.7.2]   [features=default]
  \definefontsynonym [LinLibertine-Caps]
[file:LinLibertineC_Re-2.7.3]  [features=default]
\stoptypescript

\starttypescript [linuxlibertine]
  \definetypeface [\typescriptone] [rm] [serif] [linuxlibertine] [default]
\stoptypescript


\usetypescript[linuxlibertine]
\setupbodyfont[linuxlibertine]

\starttext
Text in Linux Libertine.
\stoptext

Greetings
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2008-04-14 11:28 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-13 11:14 Antoine Junod
2008-04-13 11:33 ` Hans Hagen
2008-04-13 12:25   ` Antoine Junod
2008-04-13 13:32     ` Hans Hagen
2008-04-13 22:02   ` Olivier Guéry
2008-04-13 22:28     ` Hans Hagen
2008-04-14  0:00       ` Yue Wang
2008-04-14  9:38         ` Olivier Guéry
2008-04-14  9:49           ` Wolfgang Schuster
2008-04-14 10:15             ` Olivier Guéry
2008-04-14 11:28               ` Wolfgang Schuster [this message]
2008-04-14 12:16           ` Mojca Miklavec
2008-04-14 13:32             ` Hans Hagen
2008-04-14 15:37               ` Olivier Guéry
2008-04-14 16:32               ` Arthur Reutenauer
2008-04-14 17:43                 ` Hans Hagen
2008-04-14 23:09                   ` Mojca Miklavec
2008-04-15  8:32                     ` Hans Hagen
2008-04-13 22:53     ` Arthur Reutenauer

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=115224fb0804140428t35885023y8691395b2c61264a@mail.gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /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).