ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "luigi scarso" <luigi.scarso@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: No header text on last page
Date: Thu, 23 Aug 2007 04:59:38 +0200	[thread overview]
Message-ID: <fe8d59da0708221959u611ca6b1kc49fefde5ef6c293@mail.gmail.com> (raw)
In-Reply-To: <2e8813a0708221816w444e7fccv5063090603671a40@mail.gmail.com>

On 8/23/07, Jeff Smith <ascarel@gmail.com> 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	other threads:[~2007-08-23  2:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-22  1:17 Jeff Smith
2007-08-22  8:05 ` luigi scarso
2007-08-22 14:57   ` Jeff Smith
2007-08-22 16:21     ` luigi scarso
2007-08-22 19:20       ` Jeff Smith
2007-08-22 20:10         ` luigi scarso
2007-08-23  1:16           ` Jeff Smith
2007-08-23  2:59             ` luigi scarso [this message]
2007-08-23  4:10               ` Jeff Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe8d59da0708221959u611ca6b1kc49fefde5ef6c293@mail.gmail.com \
    --to=luigi.scarso@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).