On Sun, 20 Feb 2005 18:09:47 +0000, 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 change them from the command line. Taking the time to set up typescripts/typefaces so that you can change one line/word won't hurt, in any case...
So what kind of interface were you imagining?
Thank you for your reply. I would like to use command line. Could you give me a simple example please. For example I would like to make 3 PDF: The 1st: \usetypescript[berry][t5] \usetypescript[palatino][t5] \setupbodyfont[palatino,12pt] The 2nd with: \usetypescript[berry][t5] \usetypescript[postscript][t5] \setupbodyfont[postscript,12pt] The 3rd with my typescript .... Thank you, Q.