On 8/23/07, Jeff Smith <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I merged the files too and, just as you said, they worked.
>
> Toying around a bit with my files, I found out what's the problem, but
> I can't understand it! It's in my product file:
>
> \startproduct test
> \environment env_these
>
> \startbodymatter
>        \component chap1
> \stopbodymatter
>
> \stopproduduct
>
> The culprit is \startbodymatter ... \stopbodymatter. If I remove the
> bodymatter command and compile, my header text appears on the last
> page.
>
> What's wrong, anyone?! I know that ConTeXt can compile at the product
> level, but is it because I specify no project at all? I'm going to
> investigate further in this direction.
>
I don't know very well project/product/component
following
http://wiki.contextgarden.net/Project_structure
these work ok.

%%% tprj.tex
\startproject tprj
\environment env_these
\product test
\stopproject

%%% test.tex
\startproduct test
\project tprj
\component chap1
\stopproduct

%%% chap1.tex
\startcomponent chap1
\project tprj
\product test
\Chapitre{Introduction générale}
\dorecurse{1}{\input tufte}
\dorecurse{2}{\input tufte}
\Sujet{Pourquoi l'épistémologie?}
\dorecurse{4}{\input knuth}
\Sujet{Linguistique et philosophie}
\dorecurse{2}{\input tufte}
\dorecurse{6}{\input knuth}
\Aspect{Épistémologie et philosophie des sciences}
\dorecurse{4}{\input knuth}
\Aspect{Histoire et philosophie des sciences}\dorecurse{2}{\input knuth}
\stopcomponent



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

Reply via email to