25 Nov
2012
25 Nov
'12
7:23 p.m.
Am 25.11.2012 um 20:16 schrieb 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?
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