ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Olivier Guéry" <nemolivier@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: fonts and luatex
Date: Mon, 14 Apr 2008 12:15:32 +0200	[thread overview]
Message-ID: <5c2c86e70804140315peda408ev59fc5c54b2c97636@mail.gmail.com> (raw)
In-Reply-To: <115224fb0804140249w2cefb36fvcd49cd4d5d055971@mail.gmail.com>

On Mon, Apr 14, 2008 at 11:49 AM, Wolfgang Schuster
<schuster.wolfgang@googlemail.com> wrote:
>
> On Mon, Apr 14, 2008 at 11:38 AM, Olivier Guéry <nemolivier@gmail.com> wrote:
>  > On Mon, Apr 14, 2008 at 2:00 AM, Yue Wang <yuleopen@gmail.com> wrote:
>  > > On 4/14/08, Hans Hagen <pragma@wxs.nl> wrote:
>  > >  > Olivier Guéry wrote:
>  > >  > >>  also if you wanted named access:
>  > >  > >>
>  > >  > >>         mtxrun --script fonts --reload
>  > >  > >
>  > >  > > Maybe it's a solution to finely have linux-libertine run with context… :o)
>  > >  > > But :
>  > >  > > mtxrun --script fonts --reload
>  > >  > > give me that : MtxRun | unknown script: fonts
>  > >  > >
>  > >  > > and :
>  > >  > > mtxrun --verbose --script fonts
>  > >  > >
>  > >  > > MtxRun | version 1.0.2 - 2007+ - PRAGMA ADE / CONTEXT
>  > >  > >
>  > >  > > MtxRun | loading configuration for /usr/share/texmf/web2c from
>  > >  > > /tmp/luatex-cache/context/6300afb4995fe38c77e9b86ed1ef1028/trees/f7d1b3c25487ab1e1035aff1c53b90da
>  > >  > > MtxRun | locating list of /home/nemo/.texmf-config
>  > >  > > MtxRun | locating list of /home/nemo/.texmf-var
>  > >  > > MtxRun | locating list of /home/nemo/texmf
>  > >  >
>  > >  > what strange paths: these periods
>  > >
>  > >  Umm.. most linux distribution ship texlive like this.  It's common.
>  > >  Just like TeXlive use ~/.texlive2007
>  >
>  > Hello, (damn, installation problem again, sorry for this).
>  >
>  > I'm using a local install in /usr/share/texmf/ on my Ubuntu Hardy — no
>  > recent package of Context in hardy… sad :o(.
>  > My TeX install is a texlive-2007-13 from ubuntu packages.
>  >
>  > In my ~/.bashrc I put this :
>  >
>  > export MYTEXMF=/usr/share/texmf
>  > export TEXMFCNF=$MYTEXMF/web2c
>  > export TEXMFCACHE=/tmp
>  > export TEXMFLOCAL=/usr/share/texmf
>  > export LUAINPUTS=$MYTEXMF/tex/context/base:$MYTEXMF/script/context/lua
>  > export OSFONTDIR=/usr/share/fonts/otf
>  >
>  > The TEXMFCACHE  used to be « export TEXMFCACHE=$HOME/.texmf-cache »
>  > two weeks ago (but when I change to /tmp, i removed this cached
>  > file…).
>  >
>  > My luatools and mtxrun are links from /usr/bin/ to
>  > /usr/share/texmf/scripts/conteyt/lua/ :
>  > luatool -> /usr/share/texmf/scripts/context/lua/luatools.lua and
>  > mtxran -> /usr/share/texmf/scripts/context/lua/mtxrun.lua
>  >
>  > When I update, I run :
>  >
>  > texexec --make --all --pdftex
>  > texexec --make --all --xetex
>  > luatools --generate
>  > luatools --ini --compile --verbose cont-en
>  > texexec --make --all --lua
>  >
>  > Do you need the outputs ? They seems to run fine, but it's not realy
>  > readable for me…
>  >
>  > 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]
\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 ?

Olivier.

[1] http://www.josbuivenga.demon.nl/tallys.html
-- 
[Message tapé sur un clavier Bépo : http://www.clavier-dvorak.org ]
Olivier nemolivier@gmail.com http://nemolivier.blogspot.com
___________________________________________________________________________________
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 10:15 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 [this message]
2008-04-14 11:28               ` Wolfgang Schuster
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=5c2c86e70804140315peda408ev59fc5c54b2c97636@mail.gmail.com \
    --to=nemolivier@gmail.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).