[NTG-context] Re: italic correction

2003-09-24 Thread Patrick Gundlach
Hi, > Of course: > > \def\MyIt{\groupedcommand\it\/} I came across \groupedcommand some time ago and I wondered why it is in there (and not in supp-fun.tex for example...). OK, I still don't understand \HandleGroup ... completely, but the day just began and coffee is almost ready. Patrick -- Si

[NTG-context] Re: Again: \indenting[*hang*] ?!

2003-09-24 Thread Patrick Gundlach
Hans Hagen <[EMAIL PROTECTED]> writes: Hi, > so ... write a one page YourWay doc with experiences (using the > portal) and post it -) you mean that I should actually *use* ConTeXt? Not just playing with it? Hmm, sounds ok to me. Patrick -- Silent is the goldfish in its bowl ___

[NTG-context] Odp: ntg-context digest, Vol 1 #484 - 13 msgs

2003-09-24 Thread ^Nitram^
Hi, > > I try to define new command with typing in this way: > Don't mess with verbatim stuff in commands. Don't ask why, just don't > do it ;-) > \definetyping > [nitram] > [before=\startframedtext, >after=\stopframedtext] > \starttext > \startnitram > crazy > \stopnitram > \stoptext It

[NTG-context] Re: Odp: ntg-context digest, Vol 1 #484 - 13 msgs

2003-09-24 Thread Patrick Gundlach
Hi, > It works but if I use > \startnitram > \getbuffer > \stopnitram > > I have as result: > \getbuffer > ;) right, that is verbatim mode :) > I would like to define some code in buffer and use it > as example (typing this code) and show how it works (use this code). > I can use \getbuffer a

[NTG-context] How to adress footnote's numbers in main text?

2003-09-24 Thread Steffen Wolfrum
Dear colisters, as I typeset my text with oldstyle figures I also have the footnote's numbers in oldstyle. But those figures look quite strange when set superscript in the text. Changing the footnote's numbers in the footnote area (bottom) was possible by: \definefont [MajuskelFNfont][OldStyle a

[NTG-context] Aligment?

2003-09-24 Thread ^Nitram^
Hi, When I trying with new commands I noticed that: \framed[align=left,width=broad]{left} \framed[align=right,width=broad]{right} produced: |---| | left| |---| |---| |right | |---| Why ?... ;) -- Best re

Re: [NTG-context] Typing in new command problems

2003-09-24 Thread ^Nitram^
Hi, > > Is it impossible? > Is this a real question? No ;) But the real should be '... for newbie' :) [cut] Thank you very much. I did it in this way: \defineframedtext[Frame][width=broad,bodyfont=9pt,align=right] %but align is a little strange = see new post Aligment? \def\Command#1#2 {\set

Re: [NTG-context] Re: italic correction

2003-09-24 Thread Hans Hagen
At 09:36 24/09/2003 +0200, you wrote: Hi, > Of course: > > \def\MyIt{\groupedcommand\it\/} I came across \groupedcommand some time ago and I wondered why it is in there (and not in supp-fun.tex for example...). OK, I still don't understand \HandleGroup ... completely, but the day just began and co

[NTG-context] Re: Aligment?

2003-09-24 Thread Patrick Gundlach
"^Nitram^" <[EMAIL PROTECTED]> writes: Hi Martin, > When I trying with new commands I noticed that: > \framed[align=left,width=broad]{left} > \framed[align=right,width=broad]{right} > > produced: > |---| > | left| > |---| > |---| > |ri

[NTG-context] Re: Aligment?

2003-09-24 Thread Steffen Wolfrum
>"^Nitram^" <[EMAIL PROTECTED]> writes: > >Hi Martin, > >> When I trying with new commands I noticed that: >> \framed[align=left,width=broad]{left} >> \framed[align=right,width=broad]{right} >> >> produced: >> |---| >> | left| >> |---| >> |-

[NTG-context] texfont bugs

2003-09-24 Thread Adam Lindsay
Hi folks. Looks like the current texfont is a bit broken right now. I believe it's the introduction of the "if ($IsWin32) " block: the pragma "use Win32::API" doesn't seem to work within the conditional block. Furthermore, I'm not sure the else block that follows comes to a sane ending, so I was

Re: [NTG-context] Aligment?

2003-09-24 Thread Giuseppe Bilotta
Wednesday, September 24, 2003 ^Nitram^ wrote: > Hi, > When I trying with new commands I noticed that: > \framed[align=left,width=broad]{left} > \framed[align=right,width=broad]{right} > produced: > |---| > | left| > |---| > |---| > |r

[NTG-context] (solved) Re: How to adress footnote's numbers in main text?

2003-09-24 Thread Steffen Wolfrum
Found the answer hidden in the archiv. For examples: \defineconversion[HowAboutIt][\ss] \setupfootnotes[conversion=HowAboutIt] Can't be smoother. Steffen >Dear colisters, > >as I typeset my text with oldstyle figures I also have the footnote's numbers in >oldstyle. >But those figures look q

Re: [NTG-context] texfont bugs

2003-09-24 Thread Hans Hagen
At 14:45 24/09/2003 +0100, you wrote: Looks like the current texfont is a bit broken right now. I believe it's the introduction of the "if ($IsWin32) " block: the pragma "use Win32::API" doesn't seem to work within the conditional block. can you try the attached version? Hans texfont.zip Descri

Re: [NTG-context] texfont bugs

2003-09-24 Thread Adam Lindsay
That still didn't work, but it was a lot clearer to figure out what to do. So with a little help from the Camel book, I figured out how to wrap the conditional 'use' in a way that works (well, compiles) on my (non-Win32) system at least: my $IsWin32; BEGIN { $IsWin32 = ($^O =~ /MSWin32/i);

[NTG-context] Three basic questions on alignment

2003-09-24 Thread Steffen Wolfrum
May I add something to the previous "Alignment" thread? I have 3 cases where the usual command "align=left|right|... doesn't work: 1) \setuppagenumbering [alternative=doublesided,location={header,inmargin}] The page number is aligned left on a right page and vice versa. How can I change this t

[NTG-context] ref: \defineenumeration

2003-09-24 Thread Willi Egger
Hans, thanks for the updated version. It works no perfectly! Willi ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] Hans, why don't you...

2003-09-24 Thread Pawel Jackowski na Onet
Hi Hans! I found the following XML tabulate environment implementation in xcont-ml.tex file: ... \defineXMLsingular [context:tcell] [align=] {\appendtoks|\to\XMLtabtoks \processaction [\XMLop{align}] [left=>\appendtoks l\to\XMLtabtoks, right=>\appendtoks r\to\XMLtabtoks,