FrontMatter, BodyMatter, and BackMatter and each of these sub-directories contains: 1) an Environment file 2) a Product file, for example, in the BodyMatter directory, I have ----- % product file \startproduct ProductBodyMatter \project Project \environment BodyMatter/EnvironmentBodyMatter \startbodymatter \component BodyMatter/Chapter01 \stopbodymatter \stopproduct ----- 3) many Component files, for example, Chapter01.tex, in the BodyMatter directory, looks like: ----- % component Chapter01 \startcomponent Chapter01 \project ProjectJavaXMLManuscript \product BodyMatter/ProductBodyMatter \chapter[introduction]{Introduction} \stopcomponent ----- So my question in terms of the above structure, is: must I refer to each component in the product file by its full path name \component BodyMatter/Chapter01 or can I refer to it, by just its file name \component Chapter01 where Chapter01.tex is a file contained in a subdirectory of the project file.