[NTG-context] Project structure with nested subfolders and shared environments.

2022-12-15 Thread Pawel Urbanski via ntg-context
documents. Here are the files: % /MainFolder/Meta.tex \startproject * \usepath [{ Metadata }] \environment Environment.tex \stopproject % /MainFolder/Metadata/Environment.tex \startenvironment * % Test if setup is applied. \setupbodyfont[ebgaramond] \stopenvironment % /MainFolder/SubFolder/SubSubFolde

Re: [NTG-context] How not to display the header of the chapter page on the page with the table of contents ?

2021-08-16 Thread Wolfgang Schuster via ntg-context
Fabrice Couvreur via ntg-context schrieb am 16.08.2021 um 12:18: Hi Wolfgang, Pablo's solution works, but I tried yours without success. Here are the main lines of my project begin project \startproject[terminale-environment] \environment[terminale-style]  ... \stopproject %%%

Re: [NTG-context] How not to display the header of the chapter page on the page with the table of contents ?

2021-08-16 Thread Fabrice Couvreur via ntg-context
onent[terminale_recurrence] ... \stopbodymatter \stopdocument \stopproduct end product begin project \startproject[terminale-environment] \environment[terminale-style] ... \stopproject end project begin component \project[terminale-environment] \startcomponent[terminale_recur

[NTG-context] Fwd: Re: LMTX 2021.03.02 | cross reference to an external file | \pagereference

2021-03-04 Thread Richard Mahoney
that I am having with my two volume proceedings.) I'd be grateful for suggestions. Best, Richard % testproject.tex -- LMTX 2021.03.02 \startproject testproject \product testproduct000 \product testproduct001 \stopproject % master000.tex -- LMTX 2021.03.02 \startproduct testproduc

Re: [NTG-context] \definehead behaving differently when in an environment file versus \input'ed

2020-05-02 Thread Wolfgang Schuster
an entire issue of the journal in one go. (I would simply comment out the \input line and add \startproject \startcomponent etc lines as necessary from each received article.) Problem: I've created a custom chapter heading, but the font size changes depending on whether I'm processin

[NTG-context] \definehead behaving differently when in an environment file versus \input'ed

2020-05-02 Thread ntg
uld simply comment out the \input line and add \startproject \startcomponent etc lines as necessary from each received article.) Problem: I've created a custom chapter heading, but the font size changes depending on whether I'm processing the \input version of the article or the \comp

Re: [NTG-context] Using Lua files in project structure

2020-04-05 Thread Aditya Mahajan
this: \startproject project %\component foo.lua %This does not work %\environment foo.lua %This does not work %\input foo.lua %This does not work %\directlua{dofile("foo.lua")} %This does not work even when the project file and foo.lua are in the same folder. \stopproject I have been \environm

Re: [NTG-context] Using Lua files in project structure

2020-04-05 Thread Jairo A. del Rio
es and bindings (defining \ctxlua and the like). For instance, I > > have the file foo.lua with some macros and I want to use them in my > > project. Something like this: > > > > \startproject project > > %\component foo.lua %This does not work > > %\environment

Re: [NTG-context] Using Lua files in project structure

2020-04-05 Thread Wolfgang Schuster
this: \startproject project %\component foo.lua %This does not work %\environment foo.lua %This does not work %\input foo.lua %This does not work %\directlua{dofile("foo.lua")} %This does not work even when the project file and foo.lua are in the same folder. \stopproject What should I d

Re: [NTG-context] Using Lua files in project structure

2020-04-05 Thread Thomas A. Schmitz
this: \startproject project %\component foo.lua %This does not work %\environment foo.lua %This does not work %\input foo.lua %This does not work %\directlua{dofile("foo.lua")} %This does not work even when the project file and foo.lua are in the same folder. \stopproject What should I d

Re: [NTG-context] Using Lua files in project structure

2020-04-05 Thread mf
this: \startproject project %\component foo.lua %This does not work %\environment foo.lua %This does not work %\input foo.lua %This does not work %\directlua{dofile("foo.lua")} %This does not work even when the project \directlua{require("foo")} or \startluacode require(&

[NTG-context] Using Lua files in project structure

2020-04-05 Thread Jairo A. del Rio
I'm writing a project in ConTeXt MKIV and I want to load some (pure) Lua libraries and bindings (defining \ctxlua and the like). For instance, I have the file foo.lua with some macros and I want to use them in my project. Something like this: \startproject project %\component foo.lua %This

[NTG-context] Questions regarding project structure

2019-05-14 Thread Denis Maier
Hi, I am just testing out the project structure. Let's suppose I have these files: - test_env.tex ``` \startenvironment * \setuphead [section] [textstyle=\bf] \stopenvironment ``` - test_project ``` \startproject * \environment test_env \product test_prod \stoppr

Re: [NTG-context] Need help with project: TeX capacity exceeded

2018-10-04 Thread Axel Kielhorn
t{product|component} and it works as well. Next question: Should the environment be inside \startproject \stopproject? It seems to make no difference. Thus having the whole file inside \start{project|product|component} \stop… would be a good idea and consistent. > At a guess, I think the wiki page i

Re: [NTG-context] Typesetting all documents in a project

2017-06-11 Thread Henri Menke
My ConTeXt  ver: 2017.05.15 21:48 MKIV beta  fmt: 2017.6.10  > > Grateful for any hints about where I'm going wrong. > > Mike > > - project_guide.tex - > \startproject project_guide > \environment env_guide > > \product prd_guide > > \stopproject > > -

[NTG-context] Typesetting all documents in a project

2017-06-11 Thread Mike O'Connor
are from the latest beta: My ConTeXt ver: 2017.05.15 21:48 MKIV beta fmt: 2017.6.10 Grateful for any hints about where I'm going wrong. Mike - project_guide.tex - \startproject project_guide \environment env_guide \product prd_guide \stopproject - prd_guide.tex ---

Re: [NTG-context] cross-references between documents in a project (using \useexternaldocument)

2015-09-09 Thread Jens Bertram
nteraction[state=start] \useexternaldocument[xr1][xr-prod1][XR Product One] \useexternaldocument[xr2][xr-prod2][XR Product Two] \nopdfcompression \startproject xr-proj \product xr-prod1 \product xr-prod2 \stopproject \startcomponent xr-comp2-1 \starttext plain\\ ABOUT: \about[xr1::plain]\\ IN: \i

Re: [NTG-context] Output compilation

2015-08-12 Thread Fabrice Couvreur
-modules \environment my-styles \environment my-commands \startproject manual \product lesson \stopproject Thank you. 2015-08-12 14:43 GMT+02:00 Wolfgang Schuster : > Fabrice Couvreur > 12. August 2015 14:22 > Hi Hans, > I think my initial request was unclear. > In fact

Re: [NTG-context] cross-references between documents in a project (using \useexternaldocument)

2015-08-06 Thread tala...@fastmail.fm
rong, or is this a known bug (such that I > should cease my attempts)? Is \useexternaldocument the wrong command for this > purpose? Minimum example files below: > > % project > \project project_xref > \startproduct prd_xref > \component xref1 > \component xref2 > \stop

[NTG-context] cross-references between documents in a project (using \useexternaldocument)

2015-08-05 Thread tala...@fastmail.fm
(such that I should cease my attempts)? Is \useexternaldocument the wrong command for this purpose? Minimum example files below: % project \project project_xref \startproduct prd_xref \component xref1 \component xref2 \stopproduct % product \startproject project_xref \environment env_xref

Re: [NTG-context] User-Defined Commands With Key-Value Options

2015-07-19 Thread Hans Hagen
On 7/19/2015 1:24 PM, Joas Yannick wrote: Dear everyone, I am currently typesetting the old (published in 1707) French Bible of David Martin using ConTeXt MkIV. The source code looks like this: \startproduct martin1707 \startproject bibles % Page layout, fonts, language, etc

[NTG-context] User-Defined Commands With Key-Value Options

2015-07-19 Thread Joas Yannick
Dear everyone, I am currently typesetting the old (published in 1707) French Bible of David Martin using ConTeXt MkIV. The source code looks like this: \startproduct martin1707 \startproject bibles % Page layout, fonts, language, etc. \startbiblebook[number={1}, name={Genéſe

Re: [NTG-context] Index items (additional question)

2015-04-19 Thread Robert Blackstone
in {\em Fronimo}% > \InEn[galilei] > > \InEn[unknown] > > etc etc > > \InEn[GalileiFronimo] > \InEn[Cadence] > \InEn[CadenceP] > \InEn[PlagalCad] > \index[Fronimo]{{\em Fronimo} (Galilei)} (1584), Vincenzo Galileo's > treatise on lute playing and the int

Re: [NTG-context] \appendtoks and structuring commands

2015-03-25 Thread Hans Hagen
oducts, it doesn't seem to work. Here is a minimal (not) working example: % env.tex \startenvironment env \setuppapersize[A5] \appendtoks Title page \to \everystarttext \stopenvironment % prj.tex \startproject prj \environment env

[NTG-context] \appendtoks and structuring commands

2015-03-24 Thread Sam Ḥilluc
a minimal (not) working example: % env.tex \startenvironment env \setuppapersize[A5] \appendtoks Title page \to \everystarttext \stopenvironment % prj.tex \startproject prj \environment env \stopproject % prd.tex \startproduct prd \project prj

Re: [NTG-context] component not included

2015-03-12 Thread Norbert Melzer
tuplanguage[deo][leftquote=\guilsingleright, > >rightquote=\guilsingleleft, > >leftquotation=\rightguillemot, > >rightquotation=\leftguillemot] > > > > \setupwhitespace[medium] > > \stopenvironment > > --pj-medizin.

Re: [NTG-context] component not included

2015-03-12 Thread Wolfgang Schuster
space[medium] > \stopenvironment > --pj-medizin.tex--- > \environment env-medizin > \startproject pj-medizin > \product pd-medizin > \stopproject > --pd-medizin.tex--- > \project pj-mediz

[NTG-context] component not included

2015-03-12 Thread Wolfgang Werners-Lucchini
, rightquote=\guilsingleleft, leftquotation=\rightguillemot, rightquotation=\leftguillemot] \setupwhitespace[medium] \stopenvironment --pj-medizin.tex--- \environment env-medizin \startproject pj-medizin

[NTG-context] using environments with project structure (in MkIV)

2014-03-01 Thread Sanjoy Mahajan
't process the component file at all, and no PDF file is generated. An example: \project testproject \startcomponent test \input knuth \stopcomponent (with testproject.tex containing \startproject blah \stopproject) A workaround is to replace the \project line with \environment env wh

[NTG-context] bug/issue with components and preamble (Re: Euler with fallback)

2014-02-18 Thread Sanjoy Mahajan
seeing a pdf file from a previous version of the test file (where the font setup came after the \startcomponent). Here are the two test files (testproject2.tex and test6.tex): testproject2.tex \startproject testproject \stopproject == (If testpr

Re: [NTG-context] [dev-context] palatino at 10.5pt bold not found when using project structure w/ MkIV

2013-07-08 Thread Sanjoy Mahajan
mple (mytest2.tex): \project testproject \startcomponent mytest2 \input knuth \stopcomponent testproject.tex is \startproject testproject \stopproject Then "context mytest2" doesn't ship any pdf pages. Below is the log file. (It works fine with the first two lines in myte

[NTG-context] Project structure and path evaluation

2013-04-25 Thread contact
"project.tex". project.tex: \startproject proj \product product1/product.tex \product product2/product.tex \stopproject product1/product.tex: \startproduct prod1 \component product1/components/component1.tex % I would like to use "components/component1.tex" % that is a

Re: [NTG-context] Problem with \product

2012-11-25 Thread Bernd Kosubek
; > english/english > > > > Problem: > > \product do not work: > > > > Main-file "a.tex": > > > > \startproject a > > \environment e > > 1 > > \product b > > 3 > > \stopproject > > &g

Re: [NTG-context] Problem with \product

2012-11-25 Thread Wolfgang Schuster
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 > \env

[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] \

Re: [NTG-context] Beginner question. Chapter heading in words

2012-11-11 Thread Andrew Dowell
pterTitle, style=\bfc, conversion=words, numberstyle=\bfb] \stopenvironment \startproduct prds2 \project projbook %\component pt1 \component test4 %\component c_article_by_me % ... \stopproduct \startproject projbook %\environment envbook % only mentioned here! \environment envb

Re: [NTG-context] Search path for .tex files (mkiv)

2012-10-30 Thread Wolfgang Schuster
ger on the language or on the mode. The directory >> structure looks like this >> >>text/en/alpha.tex >>text/en/beta.tex >>text/de/alpha.tex >>text/de/beta.tex >>images/en >>images/de >> >> You can create the individual files

Re: [NTG-context] Search path for .tex files (mkiv)

2012-10-30 Thread John Devereux
/de/alpha.tex > text/de/beta.tex > images/en > images/de > > You can create the individual files as components and create a > product file: > > \startproduct * > > \mainlanguage [de] > \project [project] > > \component [a] >

Re: [NTG-context] Search path for .tex files (mkiv)

2012-10-30 Thread Marco Patzer
ct file: \startproduct * \mainlanguage [de] \project [project] \component [a] \component [b] \stopproduct and a project file: \startproject * \startmode [*en] \usepath [text/en] \setupexternalfigures [directory={images/en}]

[NTG-context] Strange behaviour by processing a project file

2012-10-03 Thread pavel
Hello, I have the following file structure: * file "my-project.tex" contains: \environment my-environment \startproject my-project \product my-product1 \product my-product2 \stopproject * file "my-environment.tex" contains:

Re: [NTG-context] Problem with new version

2012-10-03 Thread Wolfgang Schuster
main file "ausgewaehlte.tex" > > \startproject ausgewaehlte > > \environment ausgewaehlte_environment > > \startfrontmatter > > \setuppagenumbering[state=stop] > \product titelpage > > \stopfrontmatter > \startb

[NTG-context] Problem with new version

2012-10-02 Thread pavel
Hello, yesterday I upgraded my debian and I found out that my previsously prepared publication cannot be compiled with the new version of ConTeXt. The publication looks like: * main file "ausgewaehlte.tex" \startproject ausgewaehlte \e

Re: [NTG-context] \startcomponent, \startproduct... + automatic file name

2012-08-09 Thread Wolfgang Schuster
Am 09.08.2012 um 15:08 schrieb Sietse Brouwer : >> On Thu, 09 Aug 2012 11:27:08 +0200, Hans Hagen wrote: >>> in the current beta you can say >>> >>> \startcomponent * >>> >>> Hans > > Wikified at http://wiki.contextgarden.net/Command

Re: [NTG-context] \startcomponent, \startproduct... + automatic file name

2012-08-09 Thread Sietse Brouwer
> On Thu, 09 Aug 2012 11:27:08 +0200, Hans Hagen wrote: >> in the current beta you can say >> >> \startcomponent * >> >> Hans Wikified at http://wiki.contextgarden.net/Command/startcomponent. This trick also works for startproject, startenvironment, and sta

Re: [NTG-context] \product tag

2012-08-08 Thread Sietse Brouwer
Hi John, What Wolfgang said: `\product X` should be processed once inside `\startproject` environments, and never otherwise. And you should probably have products as your build targets, not projects. @Hans: when I looked at the `processors` table in file-job.lua, I found some discrepancies

[NTG-context] Project structure, (simple)font woes

2012-04-16 Thread Mari Voipio
\usetypescript[Manuals] \setupbodyfont[Manuals,10pt,sans] % end of font setups \starttext \input knuth \stoptext However, if I make a really simple project structure and try to put the above in an environment file, compiling fails. What am I missing here? proj-test.tex: \startpro

Re: [NTG-context] Project structure and modes

2011-11-13 Thread Salil Sayed
Hi, I get a similar error with a beta updated today. See below. BR, Salil ! Undefined control sequence. system  > tex > error on line 1 in file project_manuscript.tex: Undefined control sequence ... 1 >>  \startproject project_

Re: [NTG-context] Is there any change in processing of Projects, Product and Components?

2011-08-25 Thread Jaroslav Hajtmar
Hello Hans, Thanks for the advice. Enough swap (change) \startproject ... \stopproject to \startproduct ... \stopproduct in the source file and everything runs just fine! Thanx Jaroslav Hajtmar Dne 26.8.2011 1:18, Hans Hagen napsal(a): On 26-8-2011 00:46, Jaroslav Hajtmar wrote: Hello

Re: [NTG-context] rscale (only for integers?)

2011-04-01 Thread Steffen Wolfrum
esponding point in context's >> project(-product/component)- structure? >> Probably not in included environment files. >> >> Maybe in the project file? Like this: >> >> \startproject MyProject >> >> % Here ? >> >> \product MyProdu

Re: [NTG-context] rscale (only for integers?)

2011-04-01 Thread Wolfgang Schuster
bodyfont[times] >> ... >> \starttext >> ... >> \setupbodyfont[10.5pt] > > > An interesting distinction! > > Only, where is the corresponding point in context's > project(-product/component)- structure? > Probably not in included environment file

Re: [NTG-context] rscale (only for integers?)

2011-04-01 Thread Steffen Wolfrum
sting distinction! Only, where is the corresponding point in context's project(-product/component)- structure? Probably not in included environment files. Maybe in the project file? Like this: \startproject MyProject % Here ? \product MyProduct % Or he

[NTG-context] why this error?

2011-03-12 Thread Hans van der Meer
% Project file voor cryptografie onderwijsprodukties. 3 >> 4 \startproject onderwijs 5 6 % environment setup for all products 7 \environment mainsetup % algemene macros 8 \environment literature % citation setup 9 10 % environment se

[NTG-context] Trouble with ConTeXt's project structure

2010-10-17 Thread Stefan Müller
Dear list, I tried to set up a project of mine using the project structure propagated in the wiki [1]. Because I ran into some trouble I made the following small example (using MkIV, minimals 2010.10.14 13:14). %% project_mymag.tex \startproject project_mymag \environment env_mymag

[NTG-context] How to use local setups in selected components of a project only

2010-08-09 Thread Elias Oltmanns
Hi all, it has been suggested on this list before, that people should use modes instead of \localenvironment and friends. Unfortunately, I don't seem to get either of them working as expected. Consider the following example: % project.tex \startproject project \environment environ \comp

[NTG-context] Strange Behaviour for toc

2009-10-12 Thread Martin Scholz
Hallo list, I just started to work with conTeXt, now that I seted up an project environment as follows with the following content: file project_oc.tex: \startproject project_oc \environment env_oc \startfrontmatter \setuppagenumbering[conversion=romannumerals

Re: [NTG-context] Different footers for different parts of a project

2008-11-04 Thread Wolfgang Schuster
n't work wrt. arranging. If I put >>> \setuppapersize[A5][A4] >>> \setuparranging[2UP,rotated] >>> >>> within >>> \startmode[*project] >>> ... >>> \stopmode >>> >>> I have still to repeat >>> \setuparrang

Re: [NTG-context] Different footers for different parts of a project

2008-11-04 Thread Marcin Borkowski
> > ... > > \stopmode > > > > I have still to repeat > > \setuparranging[normal] > > > > within > > \startmode[*product] > > ... > > \stopmode > > > > etc. > > > > Is it a bug or a feature? (Seems a bug for me;).) &g

[NTG-context] project structure simplification ?

2008-10-23 Thread Steffen Wolfrum
Hi, when there is only one product, only one environment-style (but lots of component) in a project, is it necessary to start the files with these respective lines ... \startproject the_project \startproduct the_product \startenvironment the_style ... or is it sufficient for referencing

Re: [NTG-context] LuaTeX problems

2008-06-26 Thread Wolfgang Schuster
On Thu, Jun 26, 2008 at 8:57 AM, Tomi Lindberg <[EMAIL PROTECTED]> wrote: > ConTeXt minimals is up and running but I have problems with LuaTeX. > First the files I assume to be important: > > % Project > \startproject atkmom > > \environment environ > \product book &g

Re: [NTG-context] LuaTeX problems

2008-06-26 Thread Jean Magnan de Bornier
Le 26 juin à 08:57:09 "Tomi Lindberg" <[EMAIL PROTECTED]> écrit notamment: | ConTeXt minimals is up and running but I have problems with LuaTeX. | First the files I assume to be important: > | % Project | \startproject atkmom > | \environment environ | \product

Re: [NTG-context] LuaTeX problems

2008-06-26 Thread Wolfgang Schuster
On Thu, Jun 26, 2008 at 8:57 AM, Tomi Lindberg <[EMAIL PROTECTED]> wrote: > ConTeXt minimals is up and running but I have problems with LuaTeX. > First the files I assume to be important: > > % Project > \startproject atkmom > > \environment environ > \product book &g

[NTG-context] LuaTeX problems

2008-06-25 Thread Tomi Lindberg
ConTeXt minimals is up and running but I have problems with LuaTeX. First the files I assume to be important: % Project \startproject atkmom \environment environ \product book \stopproject % Product \startproduct book \project atkmom \component images \startfrontmatter \environment

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
oning \stoppositioning \startpostponing \stoppostponing \startproduct file \stopproduct \startprofile[names] \stopprofile \startproject file \stopproject \startquotation[left|middle|right] \stopquotation \startregister[text]{text+text+text} \stopregister # \startsetups \stopsetups # \startstandardmakeu

Re: [NTG-context] No header text on last page

2007-08-22 Thread luigi scarso
t > 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.context

Re: [NTG-context] Weird frontmatter behaviour

2007-07-31 Thread Wolfgang Schuster
art is in the bodymatter, it works -- the header is not there. > > Here is my main project file when I attempt to test exactly that, with only > two parts (no need for more at the moment): > > \startproject These > \environment env_these > > \startfrontmatter >

[NTG-context] Weird frontmatter behaviour

2007-07-30 Thread Jeff Smith
need for more at the moment): \startproject These \environment env_these \startfrontmatter \product prod_liminaire \stopfrontmatter \startbodymatter \product prod_liminaire \product prod_p1 \stopbodymatter \stopproject The product called "prod_liminaire" currently contain

Re: [NTG-context] Several environments in a project?

2007-06-20 Thread Wolfgang Schuster
, but only when I typeset the whole product. How can > I fix that? > > Nicola Hi Nicola, if you use the same layout for all your documents in a project you can use the following structure. % Project \startproject projectname \environment environment1 .. more environments \p

[NTG-context] math: \usemathcollection and \enablemathcollection

2007-04-04 Thread Johannes Kuester
% entries) \stoptypescript -- and of courese a main file with \startproject project_signa \environment env_signa and components (chapter files) with \startcomponent kap_01 \project project_signa Thanks for any help! Johannes -- Johann

Re: [NTG-context] Working with environments and projects

2007-01-16 Thread Taco Hoekwater
ique > \product prd_articlesdemo > \project project_dhfq2 > > [some text] > > \stopcomponent > > Then, in the same folder, there's the product file: > > \startproduct prd_articlesdemo > \project project_dhfq2 > \component acoustique > \stopproduct

[NTG-context] Working with environments and projects

2007-01-16 Thread Jeff Smith
text] \stopcomponent Then, in the same folder, there's the product file: \startproduct prd_articlesdemo \project project_dhfq2 \component acoustique \stopproduct Then, in the same folder, there's the project file: \startproject project_dhfq2 \environment env_dhfq2 \product prd_articlesde

Re: [NTG-context] Question \completepublications

2006-12-21 Thread Guðmundur J. Kristjánsson
nsson [EMAIL PROTECTED] | [EMAIL PROTECTED] | Tel. +347-596-2554. Taco Hoekwater wrote: > Hi Wim, > > Wim Neimeijer wrote: >> However when I move the \complepublications to the \start..\stopappendices >> like this >> >> \usemodule[bib] >> \startproject cart

Re: [NTG-context] Question \completepublications

2006-12-14 Thread Taco Hoekwater
Hi Wim, Wim Neimeijer wrote: > > However when I move the \complepublications to the \start..\stopappendices > like this > > \usemodule[bib] > \startproject cart > \mainlanguage[nl] > > \input cartbiblio % contains \start..\stoppublication > > \startbodymat

[NTG-context] Question \completepublications

2006-12-14 Thread Wim Neimeijer
Hello All, My project looks like this and all looks well. \usemodule[bib] \startproject cart \mainlanguage[nl] \input cartbiblio % contains \start..\stoppublication \startbodymatter \component cart8 % contains main text *\completepublications % this works* \stopbodymatter \startappendices

Re: [NTG-context] Empty last page, broken markings ??

2006-08-24 Thread WN
our use (or not..) of section blocks. For example, it could be that your headings do not work inside appendices or backmatter? I don't use appendices or a backmatter (yet), the overall structure of all my documents look like this \startproject chn \mainlanguage[nl] \enablemode[with

Re: [NTG-context] Page breaking problem

2006-06-19 Thread Helin Gai
g[location={header,margin},left=--~,right=~--] >> >> >> \setupinteraction[state=start] >> >> >> >> >> \starttext >> \completecontent >> \chapter{Logic Structure of a Project} >> >> \starttyping >> \startproject name_o

Re: [NTG-context] Page breaking problem

2006-06-19 Thread Hans Hagen
head[chapter][page=no,style={\bfb\ss},] > \setupheadertexts[][chapter] > \setuppagenumbering[location={header,margin},left=--~,right=~--] > > > \setupinteraction[state=start] > > > > > \starttext > \completecontent > \chapter{Logic Structure of a Project} > &g

[NTG-context] Page breaking problem

2006-06-19 Thread Helin Gai
\stopbackground] \setuphead[chapter][page=no,style={\bfb\ss},] \setupheadertexts[][chapter] \setuppagenumbering[location={header,margin},left=--~,right=~--] \setupinteraction[state=start] \starttext \completecontent \chapter{Logic Structure of a Project} \starttyping \startproject name_of_proje

Re: [NTG-context] components and figure search paths

2006-05-10 Thread David Arnold
nts/IntAlgText/trunk/chapter0/figures/section2figs.tex ~/Documents/IntAlgText/trunk/chapter0/figures/figlibSection2.xml My project (book.tex) looks like this: \startproject book %\environment bookenv \doifnotmode{clean1-screen}{\environment bookenv-clean1-print} \doifmode{clean1-screen}{\environment b

[NTG-context] Global and per product TOC

2006-05-09 Thread nico
book). Currently each book have the whole project TOC. How to achieve this? Thanks for any hint. The structure I've tried: \startproject proj % global TOC \completecontent \product book1 \product book2 \stopproject -- \startproduct book1 \project proj % well, to put

[NTG-context] finding project files in parent dirs automatically

2006-04-08 Thread Sanjoy Mahajan
archive): \startcomponent c_ch1 \product prd_oom \project project_books \title{chapter 1} \input tufte \par \stopcomponent The prd_oom.tex: \startproduct prd_oom \project project_books \component chap/1/c_ch1 \stopproduct And project_books.tex: % output=pdf interface=en

Re: [NTG-context] Metafun - Metapost capacity exceeded

2006-04-05 Thread Hans Hagen
lly done) \definelayer[s1] \setupbackgrounds[page][background=s1] also, there is no need for \starttext .. \stoptext inside a \startproject .. \stopproject Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] Different pagebreaks for component and whole document

2006-04-04 Thread Aditya Mahajan
r I compile the a component, >> a product or the entire project. > > The fact that the page breaks are different indicates an > imperfection somewhere in the internal macro definitions > for \startproject c.s., and is definately not related to > the length of your document. >

Re: [NTG-context] Metafun - Metapost capacity exceeded

2006-04-04 Thread Thomas Engel
draw s1; draw s2; draw (5.1u,0.7u)--(9.9u,0.7u)--(9.9u,21.7u)--(5.1u,21.7u)--cycle; \stopuseMPgraphic \stopproduct %%% Local Variables: %%% mode: context %%% TeX-master: t %%% End: \startproject pro_mcc_a3 \setupoutput[pdftex] \enableregime [il1] \setuppapersize[A3, landscape][A3, landscape] \setu

Re: [NTG-context] Different pagebreaks for component and whole document

2006-04-03 Thread Taco Hoekwater
e fact that the page breaks are different indicates an imperfection somewhere in the internal macro definitions for \startproject c.s., and is definately not related to the length of your document. But, since you are not really supposed to compile the project file in the first place, fixing this will

Re: [NTG-context] Identifying context files

2006-02-10 Thread Aditya Mahajan
""""""""""""""""""""""""""""""""""""""""""""" " A bit more detailed ev

Re: [NTG-context] Legal Project Structure

2005-12-18 Thread Willi Egger
/chapter1/section1.tex ~/IntermediateAlgebraText/chapter1/section2.tex ~/IntermediateAlgebraText/chapter1/section3.tex And similar files for each of the eight chapters. Here is my project file: ~/IntermediateAlgebraText/book.tex %output=pdftex \startproject book \environment bookenv \product

Re: [NTG-context] Legal Project Structure

2005-12-18 Thread Vit Zyka
~/IntermediateAlgebraText/chapter1/section2.tex ~/IntermediateAlgebraText/chapter1/section3.tex And similar files for each of the eight chapters. Here is my project file: ~/IntermediateAlgebraText/book.tex %output=pdftex \startproject book \environment bookenv \product chapter1/chapter1 \product chapter2

[NTG-context] Need to compile individual components with proper numbering, etc.

2005-12-17 Thread David Arnold
: ~/IntermediateAlgebraText/book.tex %output=pdftex \startproject book \environment bookenv \product chapter1/chapter1 \product chapter2/chapter2 \product chapter3/chapter3 \product chapter4/chapter4 \product chapter5/chapter5 \product chapter6/chapter6 \product chapter7/chapter7 \product chapter8/chapter8

[NTG-context] Legal Project Structure

2005-12-17 Thread David Arnold
/section2.tex ~/IntermediateAlgebraText/chapter1/section3.tex And similar files for each of the eight chapters. Here is my project file: ~/IntermediateAlgebraText/book.tex %output=pdftex \startproject book \environment bookenv \product chapter1/chapter1 \product chapter2/chapter2 \product

[NTG-context] indentation + YandY Lucida on TeXlive2005+debian

2005-11-28 Thread Renaud AUBIN
ableregime[il9] \useencoding[ffr] \mainlanguage[fr] % Fonts \usetypescriptfile[type-buy] \loadmapfile[ec-bh-lucida.map] \usetypescript[lucida][ec] \setupbodyfont[lucida] \startproject phd \environment phdenv \product phdprod \stopproject __p

Re: [NTG-context] Structures

2005-11-25 Thread Peter Münster
On Thu, 24 Nov 2005, David Arnold wrote: > I have book.tex. > > \startproject book > > \environment bookenv > > \product chapter1 > > \stopproject > > 1. When I compile: > > texexec book Hello David, it's considered, that the project-fil

[NTG-context] Structures

2005-11-24 Thread David Arnold
All, I have book.tex. %output=pdftex \startproject book \environment bookenv \product chapter1 \stopproject %%% Local Variables: %%% mode: conTeXt-en %%% End: I have bookenv.tex. \startenvironment bookenv \setupwhitespace[medium] \setupindenting[medium] \stopenvironment %%% Local

[NTG-context] Can't compile the whole project

2005-09-13 Thread Roman Schechtel
ironment File: /project.tex- \startproject project \environment environment \product ./product/product \stopproject File: /product/product.tex- \startproduct product \project project \component ./component/component \sto

Re: [NTG-context] problems with project

2005-06-14 Thread Wolfgang Zillig
c.tex: \startproject wooddoc \environment environment \startfrontmatter \completecontent \product intro \stopfrontmatter [...] Hello Wolfgang, it's considered, that the project-file contains only setup-commands and a list of products, but no commands, that generate direc

Re: [NTG-context] problems with project

2005-06-14 Thread Peter Münster
On Tue, 14 Jun 2005, Wolfgang Zillig wrote: > I have following files and structure (simplyfied) > > project: wooddoc.tex: > > \startproject wooddoc > > \environment environment > > \startfrontmatter > \completecontent > \product intro >

[NTG-context] problems with project

2005-06-14 Thread Wolfgang Zillig
efore the main text of this component starts. Why does this happen? I expected that only the environment file is loaded and nothing else. Any suggestion? Thanks a lot Wolfgang I have following files and structure (simplyfied) project: wooddoc.tex: \startproject wooddoc \environm

Re: [NTG-context] Some extra empty pages, why? And how to get an initial blank page with page number 0?

2005-03-13 Thread Willi Egger
[page=left, before={\ChQuoteFormat{\ChapterQuote}\noheaderandfooterlines% \strut\blank[2*big]}, % \page[right] after={\ClearChapterQuote\blank[3*big]% \noheaderandfooterlines}] \startproject project_teoada \product prd_book \nomo

Re: [NTG-context] Re: Learning ConTeXt, typical hurdle

2005-03-13 Thread Willi Egger
Hi Gerben, Due to a mistaken handling you roriginal mail I lost it :-( In that mail in the last part, I believe it was an example \component I saw, that you said \starttext ... \stoptext. You do not need this pair, The handling of starting and stopping is done by the \startproject

[NTG-context] Learning ConTeXt, typical hurdle

2005-03-10 Thread Gerben Wierda
I haven't seen a example for a book project). So, I have a project file: === % output=pdf interface=en \usemodule[bib] \startproject project_teoada \environment env_teoada % \showlayout % \showgrid % \showbodyfontenvironment \product prd_bo

Re: [NTG-context] Moving to ConTeXt

2005-03-10 Thread Gerben Wierda
Chapters >> to be processed individually when required, or better: chapter + >> index/toc/appendices, etc. How do you do that? I do not understand the >> manual here entirely and my test from a few years ago failed. > > you can use something > > === thisbook.tex >

  1   2   >