[NTG-context] Luametatex and modules

2019-08-23 Thread kaddour kardio
Hi everybody, i have luametatex installed in /opt/luametatex, thanks to the [aur] package maintainer , my question is how do i manage to get my modules working? Thank you in advance. -- Dr YAHYAOUI Mohamed Kaddour, cardiologue .

Re: [NTG-context] Produce multiple versions in one run

2019-08-23 Thread Peter Münster
On Fri, Aug 23 2019, Denis Maier wrote: > Or is a makefile better suited for this? Probably yes. Example is here: https://wiki.contextgarden.net/Catalogue_raisonné -- Peter ___ If your question is of

Re: [NTG-context] Produce multiple versions in one run

2019-08-23 Thread Hans Hagen
On 8/23/2019 5:32 PM, Denis Maier wrote: Well, but that will give me one file with papersize a5. Can I instruct context to produce two files: one with --mode=a5, one with the normal settings? Or is a makefile better suited for this? context --mode=a5 --result=foo-a5 foo.tex

Re: [NTG-context] Produce multiple versions in one run

2019-08-23 Thread Denis Maier
Well, but that will give me one file with papersize a5. Can I instruct context to produce two files: one with --mode=a5, one with the normal settings? Or is a makefile better suited for this? Best, Denis Am Fr., 23. Aug. 2019 um 17:26 Uhr schrieb Hans Hagen : > On 8/23/2019 5:04 PM, Denis Maier

Re: [NTG-context] Produce multiple versions in one run

2019-08-23 Thread Hans Hagen
On 8/23/2019 5:04 PM, Denis Maier wrote: Hi, let's say I want to produce two different versions of my document, one with papersize a4, the other with papersize a5. ``` \setuppapersize[a4][a4] \startmode[a5]   \setuppapersize[a5][a5] \stopmode ``` What is the best way to produce both

[NTG-context] Produce multiple versions in one run

2019-08-23 Thread Denis Maier
Hi, let's say I want to produce two different versions of my document, one with papersize a4, the other with papersize a5. ``` \setuppapersize[a4][a4] \startmode[a5] \setuppapersize[a5][a5] \stopmode ``` What is the best way to produce both versions with one command? A makefile? Or is there a

[NTG-context] Different layout for specific pages

2019-08-23 Thread Stanislav Sokolenko
Dear list, I would like to specify in advance that certain pages are to have different layouts. I put together an example based on what read on the wiki (https://wiki.contextgarden.net/Layout#Multiple_layouts): \setuppapersize[A6] \definelayout[bigheader][header=0.5\textheight]