Re: [NTG-context] margin in TEXpage

2011-04-20 Thread Curiouslearn
Awesome! Thanks so much, Khaled.

On Wed, Apr 20, 2011 at 10:41 AM, Khaled Hosny  wrote:
> On Wed, Apr 20, 2011 at 10:25:15AM -0400, Curiouslearn wrote:
>> Hello All,
>>
>> In the following minimal example there is no whitespace around the
>> figure. Is it possible to add some white space around the figure when
>> using \startTEXpage \stopTEXpage environment.
>>
>> Thank you.
>>
>> \usemodule[tikz]
>> \starttext
>> \startTEXpage
>>   \starttikzpicture
>>       \draw[fill=blue!20] (0,0) rectangle (3,2);
>>   \stoptikzpicture
>> \stopTEXpage
>> \stoptext
>
> Try \startTEXpage[offset=1pt] etc.
>
> Regards,
>  Khaled
>
> --
>  Khaled Hosny
>  Egyptian
>  Arab
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___
>
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] margin in TEXpage

2011-04-20 Thread Khaled Hosny
On Wed, Apr 20, 2011 at 10:25:15AM -0400, Curiouslearn wrote:
> Hello All,
> 
> In the following minimal example there is no whitespace around the
> figure. Is it possible to add some white space around the figure when
> using \startTEXpage \stopTEXpage environment.
> 
> Thank you.
> 
> \usemodule[tikz]
> \starttext
> \startTEXpage
>   \starttikzpicture
>   \draw[fill=blue!20] (0,0) rectangle (3,2);
>   \stoptikzpicture
> \stopTEXpage
> \stoptext

Try \startTEXpage[offset=1pt] etc.

Regards,
 Khaled

-- 
 Khaled Hosny
 Egyptian
 Arab
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] margin in TEXpage

2011-04-20 Thread Curiouslearn
Hello All,

In the following minimal example there is no whitespace around the
figure. Is it possible to add some white space around the figure when
using \startTEXpage \stopTEXpage environment.

Thank you.

\usemodule[tikz]
\starttext
\startTEXpage
  \starttikzpicture
\draw[fill=blue!20] (0,0) rectangle (3,2);
  \stoptikzpicture
\stopTEXpage
\stoptext

Regards,
Bharat
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___