2012/2/9 Pablo Rodríguez <oi...@web.de>:
> On 02/09/2012 05:41 PM, luigi scarso wrote:
>> 2012/2/9 Pablo Rodríguez <oi...@web.de>:
>>> Hi there,
>>>
>>> I have just installed the latest beta using ConTeXt Standalone. Many
>>> thanks for the great work.
>>>
>>> I have a question: the wiki explains that the system fonts should be set
>>> in Linux with "export OSFONTDIR="/usr/local/share/fonts;$HOME/.fonts"
>>> (http://wiki.contextgarden.net/ConTeXt_Standalone#Font-Dir).
>>>
>>> It should be set after "# TODO: we could set OSFONTDIR on Mac for
>>> example", but I'm afraid I don't have such a line on my tex/setuptex file.
>>>
>>> Where should I set the export line?
>> on a new shell shell
>
> Thanks for reply, Luigi.
>
> I'm afraid I don't understand you. I meant where I should write the
> export line in the tex/setuptex file.
>
> Thanks,
uh right. Try at the end.
Or you can try
$> source setuptex; export OSFONTDIR="/usr/local/share/fonts;$HOME/.fonts"

or build your script in the same folder of setuptex
#/usr/bin/bash
source setuptex; export OSFONTDIR="/usr/local/share/fonts;$HOME/.fonts"

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

Reply via email to