Re: [NTG-context] abbreviations as macros (Aditya Mahajan) (Aditya Mahajan)

2010-08-09 Thread Armin Varmaz
>\defineframedtext[important][style={\switchtobodyfont[24pt]\ImportantStyle}] > >(which will scale the math font, but not change it to Kurier-Bold). >Or you can define a typescript for kurier-bold (see type-otf for >examples), and then use > >\usetypescript[kurier-bold] > >\defineframedtext[imp

Re: [NTG-context] abbreviations as macros (Aditya Mahajan)

2010-08-08 Thread Armin Varmaz
>Message: 5 >Date: Sat, 7 Aug 2010 11:10:21 -0400 (EDT) >From: Aditya Mahajan [ >To: mailing list for ConTeXt users >Subject: Re: [NTG-context] abbreviations as macros >Message-ID: [ >Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > >On Sat, 7 Aug 2010, ivo welch wrote: > > >If you neve

Re: [NTG-context] width of definetextbackground

2010-07-28 Thread varmaz
Hi again, is there another approach (I didn't find an appropriate one in the documentations) to define a text block with a width larger than the actual text width? such a text block should be able to go over several page and be able to handle left and right pages (that is at the right pag

Re: [NTG-context] font size in math mode

2010-07-27 Thread Armin Varmaz
Hi Hans, hi guys, thanks for the explanation! Does this mean that each time I want to change the font size of the text (e.g. for a floating object or framed text) I must do this manually for mathematics? or is there a way to adopt the font size of the text to mathematics? see below for an e

[NTG-context] font size in math mode

2010-07-23 Thread Armin Varmaz
  Hi guys    is there a way to put the size fonts in formulas and the size of symbols in \mathematics to the local size font, e.g. used in a text box? I found that ConTeXt does not use the appropriate font size in {\tfxx } or in \tfx. below a mini example.   what am I doing wrong? maybe I damaged m

Re: [NTG-context] width of definetextbackground

2010-07-22 Thread varmaz
\endgraf} \startimportant \dorecurse{3}{\input bryson\endgraf} \stopimportant \dorecurse{1}{\input knuth\endgraf} \startimportant \input bryson\endgraf \stopimportant \stoptext Zitat von Hans Hagen : On 15-7-2010 6:02, Armin Varmaz wrote: Hallo, I am wondering if there is an option in

[NTG-context] width of definetextbackground

2010-07-15 Thread Armin Varmaz
Hallo, I am wondering if there is an option in \definetextbackground to get the output over the entire width of a page? I mean to go over the width of the \textwidth (for example like \setlayout[width=\textwidth+\outermargintotal])? I played with \setuplayout before calling textbackground