roject structure.
> Like this:
>
> \startproject WLTHR_1
> \environment SetupEnvironment_WLTHR
> \startfrontmatter
> \component Kapitel/Titelei
> \component Kapitel/Vorwort
> \completecontent
> \stopfrontmatter
> \startbodymatter
> \component Kapitel/Kap_1
> \compon
Steffen Wolfrum wrote:
Hans Hagen <[EMAIL PROTECTED]> wrote:
Steffen Wolfrum wrote:
> TEST.tex
> \startproject TEST
> \startfrontmatter
> \component PARTS/ONE.tex
> \component PARTS/TWO.tex
> \stopfrontmatter
> \stopproject
(not related to the problem but ...)
Hans Hagen <[EMAIL PROTECTED]> wrote:
Steffen Wolfrum wrote:
> TEST.tex
> \startproject TEST
> \startfrontmatter
> \component PARTS/ONE.tex
> \component PARTS/TWO.tex
> \stopfrontmatter
> \stopproject
>
>
> ONE.tex
> \startcomponent ONE
> Given a main TEST.tex file and besides that a PARTS folder containing
> the files ONE.tex and TWO.tex :
>
>
> TEST.tex
> \startproject TEST
> \startfrontmatter
> \component PARTS/ONE.tex
> \component PARTS/TWO.tex
> \stopfrontmatter
> \stopproject
>
Steffen Wolfrum wrote:
TEST.tex
\startproject TEST
\startfrontmatter
\component PARTS/ONE.tex
\component PARTS/TWO.tex
\stopfrontmatter
\stopproject
ONE.tex
\startcomponent ONE
text
\stopcomponent
TWO.tex
\startcomponent TWO
text
\stopcomponent
The Mac output (plus the Win output) were
s ONE.tex and TWO.tex :
TEST.tex
\startproject TEST
\startfrontmatter
\component PARTS/ONE.tex
\component PARTS/TWO.tex
\stopfrontmatter
\stopproject
ONE.tex
\startcomponent ONE
text
\stopcomponent
TWO.tex
\startcomponent TWO
text
\stopcomponent
this runs normal here; (but your big zip didn't as men
a bit with minimal examples I think the "bug" has to do
with the project structure. Here comes a very minimal example that
*still* runs 8 times under Mac (2 times under Win)! Why?
Given a main TEST.tex file and besides that a PARTS folder containing
the files ONE.tex and TWO.tex :
TEST.t
structure.
Like this:
\startproject WLTHR_1
\environment SetupEnvironment_WLTHR
\startfrontmatter
\component Kapitel/Titelei
\component Kapitel/Vorwort
\completecontent
\stopfrontmatter
\startbodymatter
\component Kapitel/Kap_1
\component Kapitel/Kap_2
\component Kapitel/Kap_3
\component Kapitel/Kap_4
:
\startproject WLTHR_1
\environment SetupEnvironment_WLTHR
\startfrontmatter
\component Kapitel/Titelei
\component Kapitel/Vorwort
\completecontent
\stopfrontmatter
\startbodymatter
\component Kapitel/Kap_1
\component Kapitel/Kap_2
\component Kapitel/Kap_3
\component Kapitel/Kap_4
\component Kapitel
entirely and my test from a few years ago failed.
you can use something
=== thisbook.tex
\startproject book
\environment mystyle.tex
\stopproject
=== book.tex
\startproduct book
\project thisbook
\component whatever
\component onemore
\stopproduct
=== whatever.tex
\startcomponent
On Fri, 18 Feb 2005, Hans Hagen wrote:
> >> \useencoding[ffr]
>
> this command should come first (i.e. even before any \startproject or so
> since
> it set an internal separator (has to do with active french quotes); some day
> i
> will change that to a more co
:
\starttext
\startproject project
\product product
\stopproject
\stoptext
Hans Hagen wrote:
\useencoding[ffr]
this command should come first (i.e. even before any \startproject or so
since it set an internal separator (has to do with active french
quotes); some day i will change that to a more
\useencoding[ffr]
this command should come first (i.e. even before any \startproject or so since
it set an internal separator (has to do with active french quotes); some day i
will change that to a more convenient method
Hans
int: english mes: english
Willi
Peter Münster wrote:
Hello,
when I compile the following product, I get this error:
"unknown reference [][bla]"
\startproduct product
\project project
\section[bla]{bla}
test: \in[bla]
\stopproduct
This is the project file:
\startproject project
\useen
Hello,
when I compile the following product, I get this error:
"unknown reference [][bla]"
\startproduct product
\project project
\section[bla]{bla}
test: \in[bla]
\stopproduct
This is the project file:
\startproject project
\useencoding[ffr]
\mainlanguage[fr]
\product product
\s
level=\plusone
\expandafter\stoptext
\else
\decrement\filelevel\relax
\expandafter\endinput
\fi}
\def\startproject #1 %
{\donextlevel\v!project\currentproject
\donotexecutefile\doexecutefileonce
\doexecutefileonce\doexecutefile#1\\}
\def\startprodu
Hello all,
'upgrading' to the 2004 TeXLive distribution (via GW's i-Installer)
broke the following (which is
a distilled version of a much larger file)
\startproject test
\startbodymatter
\section{Why is $1+1=2$?}
Let us first discuss {\em addition\index{addition}}.
al \@@toks
[EMAIL PROTECTED] [EMAIL PROTECTED] \the [EMAIL PROTECTED] \@@toks \the
...
l.275 \to \everymathematics
Here are my files:
documents.tex:
\startproject documents
\product teacher
\stopproject
teacher.tex:
\startproduct teacher
\project documents
\compone
Peter Münster wrote:
Hello,
isn't it redundant:
\startenvironment filename
\startproject filename
\startproduct filename
\startcomponent filename
??
Is this argument really needed?
"\startenvironment xxx" seems to works too.
the name (id) is used to
- report status in \
Hello,
isn't it redundant:
\startenvironment filename
\startproject filename
\startproduct filename
\startcomponent filename
??
Is this argument really needed?
"\startenvironment xxx" seems to works too.
Peter
--
http://pmrb.free.fr/contact/
_
ead in.
file env.tex:
\startenvironment env
\appendtoks\def\TestIt{test}\to\everystarttext
\stopenvironment
file proj.tex:
\startproject proj
\environment env
\product prod
\stopproject
file prod.tex:
\startproduct prod
\project proj
Test it: \TestIt
\stopproduct
Doesn't matter, I'
At 21:05 19/05/2004, you wrote:
Hello,
with the following example and the latest beta-ConTeXt, I get the following
error: unknown reference [][bla]
file proj.tex:
\startproject proj
\environment env
\product prod
\stopproject
file env.tex:
\startenvironment env
\useencoding[ffr]
\stopenvironment
Hello,
with the following example and the latest beta-ConTeXt, I get the following
error: unknown reference [][bla]
file proj.tex:
\startproject proj
\environment env
\product prod
\stopproject
file env.tex:
\startenvironment env
\useencoding[ffr]
\stopenvironment
file prod.tex:
\startproduct
screenbook/screenbook.tex % product file
part1/chapter1/chapter1.tex
part1/chapter1/section1/section1.tex
And here the files:
% sas.tex:
\startproject sas
\environment layout
\product screenbook/screenbook
\stopproject
%layout.tex
% contains definitions and 'styles' relevant for al
101 - 124 of 124 matches
Mail list logo