Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread Hans Hagen via ntg-context
On 11/12/2021 4:56 PM, juh via ntg-context wrote: Am Fri, Nov 12, 2021 at 02:42:13PM +0100 schrieb Hans Hagen: educational tip: \starttext \startluacode context("%M",1234567.89) context.par() context("%m",1234567.89) \stopluacode \stoptext Nice, so I can use that instead:

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread Hans Hagen via ntg-context
On 11/12/2021 5:15 PM, juh via ntg-context wrote: Am Fri, Nov 12, 2021 at 04:56:51PM +0100 schrieb juh via ntg-context: Am Fri, Nov 12, 2021 at 02:42:13PM +0100 schrieb Hans Hagen: educational tip: \starttext \startluacode context("%M",1234567.89) context.par()

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread juh via ntg-context
Am Fri, Nov 12, 2021 at 04:56:51PM +0100 schrieb juh via ntg-context: > Am Fri, Nov 12, 2021 at 02:42:13PM +0100 schrieb Hans Hagen: > > educational tip: > > > > \starttext > > > > \startluacode > > context("%M",1234567.89) > > context.par() > > context("%m",1234567.89) > >

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread juh via ntg-context
Am Fri, Nov 12, 2021 at 02:42:13PM +0100 schrieb Hans Hagen: > educational tip: > > \starttext > > \startluacode > context("%M",1234567.89) > context.par() > context("%m",1234567.89) > \stopluacode > > \stoptext Nice, so I can use that instead: \startcell[align=flushright] @ "0.2M

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread juh via ntg-context
Am Fri, Nov 12, 2021 at 02:33:45PM +0100 schrieb Wolfgang Schuster: > Not without a complete minimal example. Sorry, of course. \usemodule[spreadsheet] \setupspreadsheet [ period={,}, comma={.}, split=yes, ] \startspreadsheettable[test][frame=off]

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread Hans Hagen via ntg-context
On 11/12/2021 2:27 PM, juh via ntg-context wrote: Once again me, I set this \setupspreadsheet [ period={,}, comma={.}, split=yes, ] to get german numbers in my invoice like: 10.000,00 EUR. educational tip: \starttext \startluacode context("%M",1234567.89)

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread Wolfgang Schuster via ntg-context
juh via ntg-context schrieb am 12.11.2021 um 14:27: Once again me, I set this \setupspreadsheet [ period={,}, comma={.}, split=yes, ] to get german numbers in my invoice like: 10.000,00 EUR. The drawback is that I can't use a normal period and comma in the normal text.

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread juh via ntg-context
Once again me, I set this \setupspreadsheet [ period={,}, comma={.}, split=yes, ] to get german numbers in my invoice like: 10.000,00 EUR. The drawback is that I can't use a normal period and comma in the normal text. Any hints? juh signature.asc Description: PGP signature

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread juh via ntg-context
tation to > > make my invoices. > > > > While it is simple to calculate the sum or the product of two cells if > > you know that they are A[2] and B[2] I can't find the solution to access > > cell A and B *on the same row*. > > > > Amount | Single | Sum

Re: [NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread Wolfgang Schuster via ntg-context
juh via ntg-context schrieb am 12.11.2021 um 12:20: Dear all, I thought I could find my way through the spreadsheet documentation to make my invoices. While it is simple to calculate the sum or the product of two cells if you know that they are A[2] and B[2] I can't find the solution to access

[NTG-context] spreadsheet product of two cells in current row

2021-11-12 Thread juh via ntg-context
Dear all, I thought I could find my way through the spreadsheet documentation to make my invoices. While it is simple to calculate the sum or the product of two cells if you know that they are A[2] and B[2] I can't find the solution to access cell A and B *on the same row*. Amount | Single

Re: [NTG-context] Product-component structure

2016-07-11 Thread Alan BRASLAU
rather nice if compiling a component that is part of a product could use the .tuc information from an earlier compiling of the entire product (if present) for numbering. Of course, modifying a component (such as a chapter) might or would have an effect on all other components of the product, but such is life.

Re: [NTG-context] Product-component structure

2016-07-11 Thread Procházka Lukáš Ing .
nvironment file 'styles.sty' is included in the product file and ALSO in all component files. - Environment file is included AHEAD OF any \start{product|component}. - Product file can be successfully compiled. - Single components can be compiled successfully, too; sections here are NOT NUMBERED a

Re: [NTG-context] Product-component structure

2016-06-26 Thread Hans Hagen
On 6/25/2016 7:13 PM, Wolfgang Schuster wrote: Hans Hagen 25. Juni 2016 um 11:56 i always use one main environment (that can include others) and putting an \environment on top of a component is then not much overhead (compared to getting the content done) The problem

Re: [NTG-context] Product-component structure

2016-06-25 Thread Aditya Mahajan
On Sat, 25 Jun 2016, Wolfgang Schuster wrote: Hans Hagen 25. Juni 2016 um 11:56 i always use one main environment (that can include others) and putting an \environment on top of a component is then not much overhead (compared to getting the content done) The problem

Re: [NTG-context] Product-component structure

2016-06-25 Thread Aditya Mahajan
ovided by product/project? A product is the book itself while components are only chapters, sections etc. (components can be nested). Does that mean products cannot be nested? Even if a component is part of a product, the component must explicitly include all the environments needed for compilation (

Re: [NTG-context] Product-component structure

2016-06-25 Thread Wolfgang Schuster
Hans Hagen 25. Juni 2016 um 11:56 i always use one main environment (that can include others) and putting an \environment on top of a component is then not much overhead (compared to getting the content done) The problem with puttins \environment before

Re: [NTG-context] Product-component structure

2016-06-25 Thread Wolfgang Schuster
Aditya Mahajan <mailto:adit...@umich.edu> 25. Juni 2016 um 18:37 On Sat, 25 Jun 2016, Hans Hagen wrote: So, to a newcomer, one can suggest to simply use components and environments. What is the advatange of the extra structure provided by product/project? A product is the book itself

Re: [NTG-context] Product-component structure

2016-06-25 Thread Aditya Mahajan
an \environment on top of a component is then not much overhead (compared to getting the content done) So, to a newcomer, one can suggest to simply use components and environments. What is the advatange of the extra structure provided by product/project? Aditya

Re: [NTG-context] Product-component structure

2016-06-25 Thread Hans Hagen
ileonce }, [v_product] = { "none", processfilenone }, [v_component] = { "many", processfilemany }, } } Then, why is the product file processed multiple times? The rules for a component files are applied *after* \startcomponent which isn’t the case for the

Re: [NTG-context] Product-component structure

2016-06-25 Thread Aditya Mahajan
= { "none", processfilenone }, [v_component] = { "many", processfilemany }, } } Then, why is the product file processed multiple times? The rules for a component files are applied *after* \startcomponent which isn’t the case for the example where in the first iteration the &quo

Re: [NTG-context] Product-component structure

2016-06-25 Thread Wolfgang Schuster
[v_component] = { [v_text]= { "many", processfilemany }, [v_project] = { "once", processfileonce }, [v_environment] = { "once", processfileonce }, [v_product] = { "none", processfilenone }, [v_component]

Re: [NTG-context] Product-component structure

2016-06-24 Thread Hans Hagen
[v_text]= { "many", processfilemany }, [v_project] = { "once", processfileonce }, [v_environment] = { "once", processfileonce }, [v_product] = { "none", processfilenone }, [v_component] = { "many"

[NTG-context] Product-component structure

2016-06-24 Thread Aditya Mahajan
", processfilemany }, [v_project] = { "once", processfileonce }, [v_environment] = { "once", processfileonce }, [v_product] = { "none", processfilenone }, [v_component] = { "man

[NTG-context] Component of a product (correction!)

2015-06-18 Thread Procházka Lukáš Ing . - Pontex s . r . o .
getting the following sections (obviously): 1. A 2. B Similarly, when compiling A.mkiv, I'm getting: 1. A and for B.mkiv: 1. B But: is there a way to say to ConTeXt - when compiling just B.mkiv - that B.mkiv is supposed to be a part of a product (Book.mkiv) and so that the chapter should be numbered

[NTG-context] Component of a product

2015-06-18 Thread Procházka Lukáš Ing . - Pontex s . r . o .
the following sections (obviously): 1. A 2. B Similarly, when compiling A.mkiv, I'm getting: 1. A and for B.mkiv: 1. B But: is there a way to say to ConTeXt - when compiling just B.mkiv - that B.mkiv is supposed to be a part of a product (Book.mkiv) and so that the chapter should be numbered from

[NTG-context] Using Product-component

2013-04-16 Thread Aditya Mahajan
Has something changed recently on how product-component structure is supposed to be used? I have three files: 1. prd.tex \environment env \startproduct prd \component cmp \stopproduct 2. env.tex \startenvironment env \define\testing{This is a test

Re: [NTG-context] Using Product-component

2013-04-16 Thread d.henman
As far as I know nothing in the project-component framework has a directive such as you have in the line below: Testing \testing That could be the problem. Aditya Mahajan adit...@umich.edu wrote: Has something changed recently on how product-component structure is supposed to be used

Re: [NTG-context] Using Product-component

2013-04-16 Thread Wolfgang Schuster
Am 16.04.2013 um 09:32 schrieb Aditya Mahajan adit...@umich.edu: Has something changed recently on how product-component structure is supposed to be used? I have three files: 1. prd.tex \environment env \startproduct prd \component cmp \stopproduct 2. env.tex

Re: [NTG-context] Using Product-component

2013-04-16 Thread Aditya Mahajan
On Tue, 16 Apr 2013, Wolfgang Schuster wrote: Am 16.04.2013 um 09:32 schrieb Aditya Mahajan adit...@umich.edu: Has something changed recently on how product-component structure is supposed to be used? I have three files: 1. prd.tex \environment env \startproduct prd \component

Re: [NTG-context] Using Product-component

2013-04-16 Thread Hans Hagen
On 4/16/2013 5:25 PM, Aditya Mahajan wrote: On Tue, 16 Apr 2013, Wolfgang Schuster wrote: Am 16.04.2013 um 09:32 schrieb Aditya Mahajan adit...@umich.edu: Has something changed recently on how product-component structure is supposed to be used? I have three files: 1. prd.tex

[NTG-context] structure: project, product, structureresetset, ...

2013-03-25 Thread Alan BRASLAU
*products* corresponding to the three volumes. Each product has *components*: chapters, appendices, ... Now, I would like the second volume to know that it is Part II and the third volume to know that it is Part III. I would also like to continue the chapter numbering in succession in each volume

Re: [NTG-context] structure: project, product, structureresetset, ...

2013-03-25 Thread Wolfgang Schuster
, bibliography, index, ... Each volume or part also has *appendices* Thus, I have 3 *products* corresponding to the three volumes. Each product has *components*: chapters, appendices, ... Now, I would like the second volume to know that it is Part II and the third volume to know that it is Part III

[NTG-context] Reading product environment within a component file

2012-12-02 Thread Romain Diss
Hi all, Since I read the thread concerning the LaTeX \includeonly equivalent, I tried again to make to project structure work for me (I gave up some time ago). Here is my problem: I have a product file p.tex %% p.tex \startproduct p \environment e \component c \component d \stopproduct

[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

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

[NTG-context] Component: \product, \project

2012-09-04 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, when looking at http://wiki.contextgarden.net/Project_structure - - why \product and/or \project specification is used in the COMPONENT in the example, or why is it supposed or even required to use in components? I imagined that component doesn't need to know in which project/product

Re: [NTG-context] Component: \product, \project

2012-09-04 Thread Sietse Brouwer
Hello Lukáš, I imagined that component doesn't need to know in which project/product is used, even when in may be intended to more projects/products. Usually, projects (collections of environment files) are applied at the product level. Sometimes, however, you want to apply one

Re: [NTG-context] Component: \product, \project

2012-09-04 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... Thanks for explanation, it's much clearer now. Best regards, Lukas On Tue, 04 Sep 2012 13:57:50 +0200, Sietse Brouwer sbbrou...@gmail.com wrote: Hello Lukáš, Usually, projects (collections of environment files) are applied at the product level. Sometimes, however, you want to apply one

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

Re: [NTG-context] \product tag

2012-08-08 Thread Hans Hagen
On 8-8-2012 16:28, Sietse Brouwer wrote: Is this all right? In general, the reporing strings are the ones I've removed the comment. Hans - Hans Hagen | PRAGMA ADE

[NTG-context] \product tag

2012-08-07 Thread john Culleton
In a MKIV file using the approved method of structuring projects, does the \product tag do anything or is it just internal documentation for the source file? When I process a file called book.tex and containing the tag: \product foobar the result is a file called book.pdf, just as if the tag did

Re: [NTG-context] \product tag

2012-08-07 Thread Wolfgang Schuster
Am 08.08.2012 um 02:29 schrieb john Culleton j...@wexfordpress.com: In a MKIV file using the approved method of structuring projects, does the \product tag do anything or is it just internal documentation for the source file? When I process a file called book.tex and containing the tag

Re: [NTG-context] Project, product, component...

2012-03-01 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, as no new answer so far, I started to experiment. It seems that [at least] component id(s) cannot be omitted: Prod.mkiv \startproduct % PPP \component Comp.mkiv Product \stopproduct And: Comp.mkiv \startcomponent % CCC %\product Prod %\project Proj Component

Re: [NTG-context] Project, product, component...

2012-03-01 Thread Hans Hagen
On 1-3-2012 09:30, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, as no new answer so far, I started to experiment. It seems that [at least] component id(s) cannot be omitted: the tags are (an always will be) mandate I tested the case when all product/component ids were the same, i.e

Re: [NTG-context] Project, product, component...

2012-03-01 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Thu, 01 Mar 2012 09:53:23 +0100, Hans Hagen pra...@wxs.nl wrote: the tags are (an always will be) mandate they are also used in - cross document referencing (component processing) - logging and reporting - keeping track of loading environments once - internal pusp/pop states and hashes -

[NTG-context] Project, product, component...

2012-02-28 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I'm trying to use advantages of project/product/component structure. Suppose having a very simple example (both files in the same directory): Prod.mkiv \startproduct PPP \component Comp.mkiv Product \stopproduct And: Comp.mkiv \startcomponent CCC Component

Re: [NTG-context] Project, product, component...

2012-02-28 Thread Jaroslav Hajtmar
of project/product/component structure. Suppose having a very simple example (both files in the same directory): Prod.mkiv \startproduct PPP \component Comp.mkiv Product \stopproduct And: Comp.mkiv \startcomponent CCC Component \stopcomponent When I compile Comp.mkiv, I

Re: [NTG-context] Project, product, component...

2012-02-28 Thread Marco
On 2012-02-28 Jaroslav Hajtmar hajt...@gyza.cz wrote: Project structure use quite often, but yet similar question not occurred to me. It's a very interesting question, I was asking myself the same and I'm curious about the answer. The ConTeXt magazine #1101 - Project Structure¹ is

Re: [NTG-context] Project, product, component...

2012-02-28 Thread Jaroslav Hajtmar
Thanx Marco. I remember that I once read that magazine, but I already forgot it. It is good that you reminded me. It is good to occasionally return to the forgotten manuals. Thanks again. Jaroslav. Dne 28.2.2012 19:01, Marco napsal(a): On 2012-02-28 Jaroslav Hajtmarhajt...@gyza.cz wrote:

[NTG-context] Project structure – how to process product file

2011-09-10 Thread Honza Hejzl
Hello, I am trying to split a book in separated chapter files. Every of them includes: \startcomponent kap01 \environment environ %this I use because it is great to fine-tune shorter parts of book, it saves a lot of time \product kniha \starttext ... \stoptext Processing of single chapter

Re: [NTG-context] Project structure – how to process product file

2011-09-10 Thread Wolfgang Schuster
Am 10.09.2011 um 12:16 schrieb Honza Hejzl: Hello, I am trying to split a book in separated chapter files. Every of them includes: \startcomponent kap01 \environment environ %this I use because it is great to fine-tune shorter parts of book, it saves a lot of time \product kniha

Re: [NTG-context] Project structure - how to process product file (Honza Hejzl)

2011-09-10 Thread Honza Hejzl
Great, thanks, we are close to success. I can see the pdf file but it is broken and the console seems like it wants some next interaction: /context/base/lpdf-pdx.xml' pagesflushing realpage 1, userpage 1, subpage 1 pagesflushing realpage 2, userpage 2 pages

Re: [NTG-context] Project structure - how to process product file (Honza Hejzl)

2011-09-10 Thread Wolfgang Schuster
flushing realpage 2, userpage 2 pagesflushing realpage 3, userpage 3 pagesflushing realpage 4, userpage 4 pagesflushing realpage 5, userpage 5 )) * Any suggestions? Not without more information. - Does this happen when you compile the product

Re: [NTG-context] Project structure - how to process product file (Honza Hejzl) [SOLVED]

2011-09-10 Thread Honza Hejzl
Thank you, the solution was the line \environment which is needed to use in both files chapter file and product file, too. Honza Hejzl ___ If your question is of interest to others as well, please add an entry

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

2011-08-26 Thread Steffen Wolfrum
Am 26.08.2011 um 01:18 schrieb Hans Hagen: On 26-8-2011 00:46, Jaroslav Hajtmar wrote: Hello ConTeXtsist ... Has anything changed in the functioning of ConTeXt MkIV processing of larger projects (containing more components)? Some time (one or two months) ago I was using standalone to

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

2011-08-26 Thread Hans Hagen
On 26-8-2011 11:20, Steffen Wolfrum wrote: (http://wiki.contextgarden.net/My_Way?) you can edit that wiki page yourself: http://pragma-ade.com/general/magazines/mag-1101.pdf Hans -

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

2011-08-26 Thread Steffen Wolfrum
Am 26.08.2011 um 11:23 schrieb Hans Hagen: On 26-8-2011 11:20, Steffen Wolfrum wrote: (http://wiki.contextgarden.net/My_Way?) you can edit that wiki page yourself: Yes of course ... it's now listed at: http://wiki.contextgarden.net/This_Way

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

2011-08-25 Thread Jaroslav Hajtmar
Hello ConTeXtsist ... Has anything changed in the functioning of ConTeXt MkIV processing of larger projects (containing more components)? Some time (one or two months) ago I was using standalone to compiled an extensive project and everything was OK, but now it looks as if the component does

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

2011-08-25 Thread Jaroslav Hajtmar
Hello Sorry, apparently I was wrong. Before I compiled by ConTeXt ver: 2010.05.24 13:05 MKIV fmt: 2010.9.21 (LuaTeX, Version beta-0.60.2-2010071421) (Web2C 2010) (rev 3736) and not by minimals ie standalone version of context When I use old ConTeXt MkIV (part of TeX Live 2010) now in

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

2011-08-25 Thread Hans Hagen
On 26-8-2011 00:46, Jaroslav Hajtmar wrote: Hello ConTeXtsist ... Has anything changed in the functioning of ConTeXt MkIV processing of larger projects (containing more components)? Some time (one or two months) ago I was using standalone to compiled an extensive project and everything was OK,

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] Error when calling \placecontent from product

2008-08-01 Thread Hans Hagen
... l.30 ...}{1}{1}{\mytitle }{2--0-1-0-0-0-0-0--1}{1} Just to be clear, \mytitle is defined by \getparameters in my environment file -- 'env-test'. The product 'prd-test' includes the component 'cmp-test'. The problem only occurs when ConTeX tries to build the product

Re: [NTG-context] Error when calling \placecontent from product

2008-08-01 Thread Elliot Clifton
Thanks, Hans and Wolfgang. On 2008-08-01 15:12 +100, Wolfgang Schuster wrote: Delete the temporyry files and remove ../ from \environment ../env- test in prd-test.tex. Spotted that on closer inspection. Pesky typos! Also realised I was using square brackets with \startenvironment which is

[NTG-context] Error when calling \placecontent from product

2008-07-31 Thread Elliot Clifton
Hi, I'd appreciated some help with the following problem. How can I stop the following code generating an error on calling \placecontent from a product? In the test case I have files: env-test, prd-test, cmp-test. \startenvironment [env-test] \def\dostartArticle[#1]% generate article

Re: [NTG-context] Error when calling \placecontent from product

2008-07-31 Thread Wolfgang Schuster
On Thu, Jul 31, 2008 at 12:32 PM, Elliot Clifton [EMAIL PROTECTED] wrote: Hi, I'd appreciated some help with the following problem. How can I stop the following code generating an error on calling \placecontent from a product? In the test case I have files: env-test, prd-test, cmp-test

Re: [NTG-context] Error when calling \placecontent from product

2008-07-31 Thread Elliot Clifton
} Just to be clear, \mytitle is defined by \getparameters in my environment file -- 'env-test'. The product 'prd-test' includes the component 'cmp-test'. The problem only occurs when ConTeX tries to build the product, not the component. What is it about the relationship between the product

[NTG-context] Global and per product TOC

2006-05-09 Thread nico
Hello, I would like to be able to have a set of books in a single document, and think the project/product model could be used. In the big manual it is said that one can have a completecontent per product. I would like a global TOC, and for each product a TOC per product (in this case per

[NTG-context] Code to product several versions PDF with different fonts

2005-02-20 Thread VnPenguin
Hi, I'm preparing a document and I would like to product several versions PDF with different fonts. I dont know how to organize it : is there simple structure if-then-else ? could I use ConTeXt's mode or environment for this goal ? Any idea or example is very appreciated. Thank you in advance

Re: [NTG-context] Code to product several versions PDF with different fonts

2005-02-20 Thread Adam Lindsay
VnPenguin said this at Sun, 20 Feb 2005 18:58:41 +0100: I dont know how to organize it : is there simple structure if-then-else ? could I use ConTeXt's mode or environment for this goal ? These are all possibilities. It depends on how you want to change them. Modes sound promising if you want to

Re: [NTG-context] Code to product several versions PDF with different fonts

2005-02-20 Thread VnPenguin
On Sun, 20 Feb 2005 18:09:47 +, Adam Lindsay [EMAIL PROTECTED] wrote: VnPenguin said this at Sun, 20 Feb 2005 18:58:41 +0100: I dont know how to organize it : is there simple structure if-then-else ? could I use ConTeXt's mode or environment for this goal ? These are all

Re: [NTG-context] Code to product several versions PDF with different fonts

2005-02-20 Thread Adam Lindsay
VnPenguin said this at Sun, 20 Feb 2005 19:17:41 +0100: I'm preparing a document and I would like to product several versions PDF with different fonts. I would like to use command line. Could you give me a simple example please. % I've adapted this for gwTeX default encodings. % Convert back

Re: [NTG-context] Code to product several versions PDF with different fonts

2005-02-20 Thread VnPenguin
On Sun, 20 Feb 2005 18:34:20 +, Adam Lindsay [EMAIL PROTECTED] wrote: VnPenguin said this at Sun, 20 Feb 2005 19:17:41 +0100: I'm preparing a document and I would like to product several versions PDF with different fonts. I would like to use command line. Could you give me a simple

Re: [NTG-context] Code to product several versions PDF with different fonts

2005-02-20 Thread Willi Egger
this at Sun, 20 Feb 2005 19:17:41 +0100: I'm preparing a document and I would like to product several versions PDF with different fonts. I would like to use command line. Could you give me a simple example please. % I've adapted this for gwTeX default encodings. % Convert back to t5 as appropriate