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 -- luigi
On Tue, Sep 15, 2009 at 6:37 PM, luigi scarso
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
On Tue, Sep 15, 2009 at 6:39 PM, luigi scarso
On Tue, Sep 15, 2009 at 6:37 PM, luigi scarso
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
On Thu, Sep 17, 2009 at 05:49:15PM +0200, luigi scarso wrote:
On Tue, Sep 15, 2009 at 6:39 PM, luigi scarso
wrote: On Tue, Sep 15, 2009 at 6:37 PM, luigi scarso
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
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
participants (2)
-
Khaled Hosny
-
luigi scarso