Re: [NTG-context] font path question

2009-09-17 Thread luigi scarso
On Tue, Sep 15, 2009 at 6:39 PM, luigi scarso luigi.sca...@gmail.com wrote:
 On Tue, Sep 15, 2009 at 6:37 PM, luigi scarso luigi.sca...@gmail.com wrote:
 I would like to use a set of of fonts in a per-job-base folder, ie

 job_folder_0001
  |___myfonts
  some job files here...

 job_folder_0002
  |___myfonts
  some job files here...

 job_folder_0003
  |___myfonts
  some job files here...

 and so on,
 where
 myfonts
  |_font1.otf

 (sorry an error)
 myfonts
  |_font1.otf
  |_font2.otf
  |_font3.otf

 Is there any env. variable to set ?
 Can I do it with some kind of macro ? (better)

Any clue ?
Maybe the right question is
Can I add a path to system font path at runtime ?


-- 
luigi
___
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
___


Re: [NTG-context] font path question

2009-09-17 Thread Khaled Hosny
On Thu, Sep 17, 2009 at 05:49:15PM +0200, luigi scarso wrote:
 On Tue, Sep 15, 2009 at 6:39 PM, luigi scarso luigi.sca...@gmail.com wrote:
  On Tue, Sep 15, 2009 at 6:37 PM, luigi scarso luigi.sca...@gmail.com 
  wrote:
  I would like to use a set of of fonts in a per-job-base folder, ie
 
  job_folder_0001
   |___myfonts
   some job files here...
 
  job_folder_0002
   |___myfonts
   some job files here...
 
  job_folder_0003
   |___myfonts
   some job files here...
 
  and so on,
  where
  myfonts
   |_font1.otf
 
  (sorry an error)
  myfonts
   |_font1.otf
   |_font2.otf
   |_font3.otf
 
  Is there any env. variable to set ?
  Can I do it with some kind of macro ? (better)
 
 Any clue ?
 Maybe the right question is
 Can I add a path to system font path at runtime ?

OSFONTDIR=$OSFONTDIR;/path/to/myfonts context foo.tex ?


-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer


signature.asc
Description: Digital signature
___
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
___


Re: [NTG-context] font path question

2009-09-17 Thread luigi scarso
 Maybe the right question is
 Can I add a path to system font path at runtime ?

 OSFONTDIR=$OSFONTDIR;/path/to/myfonts context foo.tex ?
hm maybe
$ export OSFONTDIR=$OSFONTDIR;/path/to/myfonts context foo.tex
thank you , I will try .
Any idea about macro, ie something like \addthistofontpath ..?




-- 
luigi
___
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
___


Re: [NTG-context] font path question

2009-09-15 Thread luigi scarso
On Tue, Sep 15, 2009 at 6:37 PM, luigi scarso luigi.sca...@gmail.com wrote:
 I would like to use a set of of fonts in a per-job-base folder, ie

 job_folder_0001
  |___myfonts
  some job files here...

 job_folder_0002
  |___myfonts
  some job files here...

 job_folder_0003
  |___myfonts
  some job files here...

 and so on,
 where
 myfonts
  |_font1.otf

(sorry an error)
myfonts
  |_font1.otf
  |_font2.otf
  |_font3.otf

Is there any env. variable to set ?
Can I do it with some kind of macro ? (better)

--
luigi
___
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
___