2011/3/27 Cecil Westerhof <cldwester...@gmail.com>

> I defined some things I will use often. At the moment I do something like:
>     \input /home/cecil/Documenten/context/include/standard-init.inc
>
> But I would prefer to do something like:
>     \input standard-init.inc
>
> Is shorter and when the path changes there is nothing to update.
> How should I implement this?
>
> Also is it possible to \input a file relative to the current document?
>
> For example in my standard-init.inc I have:
>     \ctxloadluafile{/home/cecil/Documenten/context/include/lua/getdate}
> but I would prefer something like:
>     \ctxloadluafile{lua/getdate}
>

For the moment I defined a shell variable. I just have to call context like
this:
    context --path=${TEX_INC} ebookTimeManagement

Does not work for lua files, but they will only be loaded from included
files -I think-, so that is less of a problem.

-- 
Cecil Westerhof
___________________________________________________________________________________
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