[NTG-context] Problem with \product

2012-11-25 Thread Bernd Kosubek
Hallo,

I use:
ConTeXt  ver: 2012.11.23 17:35 MKIV  fmt: 2012.11.25  int: english/english

Problem:
\product do not work:

Main-file a.tex:

\startproject a
\environment e
1
\product b
3
\stopproject

Environment-file e.tex

\startenvironment e
\setupbodyfont[sans,12pt]
\stopenvironment

Sub-file b

\startproduct b
\project a
2
\stopproduct

gives as a ressult: 1 3

The environment-file works fine, but the sub-file seems to be ignored.

What is the matter?


Mit freundlichen Grüßen
Bernd Kosubek

--

DATENSCHUTZ geht alle an!
eMails sind wie Postkarten!
JEDER kann sie LESEN und ÄNDERN, daher:

Nur GPG-(PGP-)signierte eMails stammen von uns!
Unsere öffentlichen Schlüssel können von den
üblichen Schlüsselservern geladen werden.
Bitte teilen Sie uns mit, ob auch Sie einen
öffentlichen Schlüssel bereitstellen.
Nachrichten können dann verschlüsselt werden.

Besuchen Sie www.bsi.bund.de -- es lohnt sich!


signature.asc
Description: PGP signature
___
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] Problem with \product

2012-11-25 Thread Wolfgang Schuster

Am 25.11.2012 um 20:16 schrieb Bernd Kosubek kosu...@sksatz.com:

 Hallo,
 
 I use:
 ConTeXt  ver: 2012.11.23 17:35 MKIV  fmt: 2012.11.25  int: english/english
 
 Problem:
 \product do not work:
 
 Main-file a.tex:
 
 \startproject a
 \environment e
 1
 \product b
 3
 \stopproject
 
 Environment-file e.tex
 
 \startenvironment e
 \setupbodyfont[sans,12pt]
 \stopenvironment
 
 Sub-file b
 
 \startproduct b
 \project a
 2
 \stopproduct
 
 gives as a ressult: 1 3
 
 The environment-file works fine, but the sub-file seems to be ignored.
 
 What is the matter?

Use the product file as main file and put a sub files in components.

For more information read this: http://www.pragma-ade.com/show-mag-13.htm

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
___