[NTG-context] how to change current directory ?

2011-05-23 Thread 정진기
Title: Samsung Enterprise Portal mySingle


 
 
Greeting context users, 
 
Thank you for such a good tool.  Here is my question regarding changing of current directory. 
 
I have quite a number of separate main.tex in different directories. Each main.tex is calling submain.tex
in the same directory.  Compilation of each main.tex in its own directory is fine. 
What I am trying to do is compiling all submain.tex into one pdf file with minimum change.
To accomplish my objective, I made a master file and put “\input  …\every\submain.tex”.
By now, I assume you know what I am getting at.  My objective is not going to get done.
I have to change all \input commands inside each submain.tex to reflect the absolute path.
 
I guess there should be one way or the other to change current-directory, so that make my job simple.
 
It would be greatly appreciated if you can shed light on this. 
Thank you in advance.
 
JK JUNG___
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
___

Re: [NTG-context] how to change current directory ?

2011-05-23 Thread Wolfgang Schuster

Am 23.05.2011 um 10:21 schrieb 정진기:

> Greeting context users,
>  
> Thank you for such a good tool.  Here is my question regarding changing of 
> current directory.
>  
> I have quite a number of separate main.tex in different directories. Each 
> main.tex is calling submain.tex
> in the same directory.  Compilation of each main.tex in its own directory is 
> fine.
> What I am trying to do is compiling all submain.tex into one pdf file with 
> minimum change.
> To accomplish my objective, I made a master file and put “\input  
> …\every\submain.tex”.
> By now, I assume you know what I am getting at.  My objective is not going to 
> get done.
> I have to change all \input commands inside each submain.tex to reflect the 
> absolute path.
>  
> I guess there should be one way or the other to change current-directory, so 
> that make my job simple.

You can load file in subdirectories when you set the directory with
\usepath[] and \usesubpath[], you have to replace “\input ”
also with “\component ” (or “\usecomponent[]”) otherwise
context won’t like in the subdirectories.

Wolfgang

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