Re: [NTG-context] how to use a \framed for a hyperlink

2007-07-16 Thread Wolfgang Schuster
2007/7/15, WolfgangZ <[EMAIL PROTECTED]>: > Hello, > > how can I use a the background of a framed for a hyperlink? I wan't to > achive that the area (of a colored box) is handled as link. > > Many thanks > Wolfgang \setupinteraction[state=start] \defineoverlay[knuthref][\overlaybutton{sec:knuth}]

Re: [NTG-context] how to use a \framed for a hyperlink

2007-07-16 Thread WolfgangZ
Wolfgang Schuster schrieb: > 2007/7/15, WolfgangZ <[EMAIL PROTECTED]>: >> Hello, >> >> how can I use a the background of a framed for a hyperlink? I wan't to >> achive that the area (of a colored box) is handled as link. >> >> Many thanks >> Wolfgang > > \setupinteraction[state=start] > > \define

Re: [NTG-context] Html to Context using Wiki + hpricot

2007-07-16 Thread Saji Njarackalazhikam Hameed
Dear All, I have added an article to the ConTeXt wiki on using Wiki as a collaborative medium for making ConTeXt documents. It is a preliminary version. I will continue to polish it in my spare time. Meanwhile comments/suggestions are welcome. http://wiki.contextgarden.net/HTML_and_ConTeXt saji

[NTG-context] presentation module

2007-07-16 Thread Thomas A. Schmitz
Hi all, I have played around a bit and prepared a module to produce presentations with ConTeXt. It is inspired (of course) by Hans's work, but provides less frills and an easier interface; I hope it is especially suited for academic presentations. Before I actually unleash it on the unsusp

Re: [NTG-context] presentation module

2007-07-16 Thread Saji Hameed
Hi Thomas, I would like to try your module. My mail is [EMAIL PROTECTED] saji ... On Jul 16, 2007, at 6:35 PM, Thomas A. Schmitz wrote: > Hi all, > > I have played around a bit and prepared a module to produce > presentations with ConTeXt. It is inspired (of course) by Hans's > work, but provide

[NTG-context] Symmetrical layer positioning?

2007-07-16 Thread Giuseppe Bilotta
Hello all, is there a "secret power switch" to tell ConTeXt that a particular layer has different positioning depending on wether it's on a left or right page? I can of course do it manually, either by changing the layer position on each page or by using two layers instead of one, but I wanted to

[NTG-context] Columns and colour background

2007-07-16 Thread Oliver Buerschaper
Dear folks, consider this: --- \setupcolors [state=start] \setupcolumns [background=color, backgroundcolor=red] \starttext \startcolumns[n=2] \dorecurse{4}{\input tufte} \stopcolumns \framed[background=color,backgroundcolor=red]{Test} \stoptext --- Shouldn't the

Re: [NTG-context] Symmetrical layer positioning?

2007-07-16 Thread Aditya Mahajan
On Mon, 16 Jul 2007, Giuseppe Bilotta wrote: > Hello all, > > is there a "secret power switch" to tell ConTeXt that a > particular layer has different positioning depending on > wether it's on a left or right page? You can possible use setups and use \doifoddpageelse to set the layers. See http

Re: [NTG-context] Symmetrical layer positioning?

2007-07-16 Thread Giuseppe Bilotta
Monday, July 16, 2007 Aditya Mahajan wrote: > On Mon, 16 Jul 2007, Giuseppe Bilotta wrote: >> Hello all, >> >> is there a "secret power switch" to tell ConTeXt that a >> particular layer has different positioning depending on >> wether it's on a left or right page? > You can possible use setups

[NTG-context] endnotes

2007-07-16 Thread Horacio Suarez
hello: I have a problem with endnotes. I use \placefootnotes at the end of each chapter. When the last page of a chapter is almost empty, the footnotes are placed at the same page, but when the las page of a chapter is almost full, the notes jumps to a new page. Also, I have a \stopcolumns be

Re: [NTG-context] endnotes

2007-07-16 Thread Aditya Mahajan
Quoting Horacio Suarez <[EMAIL PROTECTED]>: > hello: > > I have a problem with endnotes. > > I use \placefootnotes at the end of each chapter. > > When the last page of a chapter is almost empty, the footnotes are placed at > the same page, but when the las page of a chapter is almost full, the no

Re: [NTG-context] endnotes

2007-07-16 Thread Horacio Suarez
This is an exaple, I hope it´s ok. If you coment/uncoment one of the \dorecurse lines at a time you will see. Even if there is enough place to place the foonotes, in the first case the notes jumps to a new page. \starttext \setupfootnotes[location={none}] \chapter Capitulo1

Re: [NTG-context] endnotes

2007-07-16 Thread Aditya Mahajan
Quoting Horacio Suarez <[EMAIL PROTECTED]>: > This is an exaple, I hope it´s ok. If you coment/uncoment one of the > \dorecurse lines at a time you will see. Even if there is enough > place to place the foonotes, in the first case the notes jumps to a > new page. This seems to be a bug in star

Re: [NTG-context] Symmetrical layer positioning?

2007-07-16 Thread Giuseppe Bilotta
Monday, July 16, 2007 Giuseppe Bilotta wrote: > Monday, July 16, 2007 Aditya Mahajan wrote: >> On Mon, 16 Jul 2007, Giuseppe Bilotta wrote: >>> Hello all, >>> >>> is there a "secret power switch" to tell ConTeXt that a >>> particular layer has different positioning depending on >>> wether it's o

Re: [NTG-context] endnotes

2007-07-16 Thread Aditya Mahajan
On Mon, 16 Jul 2007, Aditya Mahajan wrote: > Quoting Horacio Suarez <[EMAIL PROTECTED]>: > >> This is an exaple, I hope it´s ok. If you coment/uncoment one of the >> \dorecurse lines at a time you will see. Even if there is enough >> place to place the foonotes, in the first case the notes jumps t

Re: [NTG-context] endnotes

2007-07-16 Thread Horacio Suarez
thankyou very much, Aditya . From: Aditya Mahajan <[EMAIL PROTECTED]> Reply-To: mailing list for ConTeXt users To: mailing list for ConTeXt users Subject: Re: [NTG-context] endnotes Date: Mon, 16 Jul 2007 22:12:47 -0400 (EDT) On Mon, 16 Jul 2007, Aditya Mahajan wrote: > Quoting Horacio Suar

Re: [NTG-context] Symmetrical layer positioning?

2007-07-16 Thread Wolfgang Schuster
2007/7/17, Giuseppe Bilotta <[EMAIL PROTECTED]>: > Monday, July 16, 2007 Giuseppe Bilotta wrote: > > > Monday, July 16, 2007 Aditya Mahajan wrote: > > >> On Mon, 16 Jul 2007, Giuseppe Bilotta wrote: > > >>> Hello all, > >>> > >>> is there a "secret power switch" to tell ConTeXt that a > >>> particu