[NTG-context] Style of header text

2011-03-09 Thread Milton Galo Patricio Inostroza Aguilera
Hi, I'm trying to setup the style of the header text in this way: \setupcolors[state=start,system=rgb] \definecolor[Darkred][r=0.5,g=0.0,b=0.0] \definehead[MyChapter][chapter] \setuphead[MyChapter][ after=\blank, number=no, continue=no, textcolor=Darkred, style=\ss\tfc ] \starttext

Re: [NTG-context] Style of header text

2011-03-09 Thread Milton Galo Patricio Inostroza Aguilera
2011/3/9 Wolfgang Schuster schuster.wolfg...@googlemail.com: \setupheader[style=...,color=...] it works like a charm =D Wolfgang -- Milton ___ If your question is of interest to others as well, please add an

Re: [NTG-context] header text for each page of a chapter

2011-03-07 Thread Milton Galo Patricio Inostroza Aguilera
I'm still working on my issue without success :-(. I've posted my pdf document [1]...if somebody could help me it will great for me =D. The principal idea is to customize the name of the chapter (the header text), Tarjeta de Crédito, to show the header text like the light blue text Tarjeta de

[NTG-context] [framed] how to deal with big text?

2011-03-05 Thread Milton Galo Patricio Inostroza Aguilera
Hi, I'm a new user of context. I'm working with \framed and I have a problem when I try to fit a big text in it :-(. The system cuts the text and it doesn't display in the next page. I read the manual but I can not find an argument of framed that can do this job. An example of my code is the

Re: [NTG-context] [framed] how to deal with big text?

2011-03-05 Thread Milton Galo Patricio Inostroza Aguilera
2011/3/5 Wolfgang Schuster schuster.wolfg...@googlemail.com: Use textbackground. \definetextbackground  [myframe]  [location=paragraph,   framecolor=black,   background=] \starttext \startmyframe \dorecurse{20}{\input knuth\par} \stopmyframe \stoptext thanks! it works like a charm

[NTG-context] header text for each page of a chapter

2011-03-05 Thread Milton Galo Patricio Inostroza Aguilera
Hi, I need that the name of a chapter appears in each page that belongs of it. For that, I use the following code: \definepagebreak [mychapterpagebreak] [yes,header] \setuphead [chapter] [page=mychapterpagebreak, placehead=no] \setupheadertexts[][chapter]