I haven't had any luck filling in the background of a frame with any color other than black and with changing the color of the text in the frame to white or gray. What needs to be added to this mkii code? \def\MyChapterCommand#1#2% #1 is number, #2 is text {\framed[frame=on,align=middle] {\vbox{\headtext{chapter} #1\blank#2}}} \setuphead[chapter] [command=\MyChapterCommand,textstyle=\ss\bf, header=empty,footer=chapter, numbercommand=\ss\bf\em\tfd,after=\vskip 0.5in,before=\vskip 1.0in] \starttext \chapter{Test Chapter} \input knuth \stoptext Thanks, Tom Benjey 717-258-9733 voice 717-243-0074 fax Twitter: @TomBenjey
Am 02.07.10 00:42, schrieb Tom:
I haven't had any luck filling in the background of a frame with any color other than black and with changing the color of the text in the frame to white or gray. What needs to be added to this mkii code?
Colors are disabled in MkII, to enable them include \setupcolors[state=start] to your document.
\def\MyChapterCommand#1#2% #1 is number, #2 is text {\framed[frame=on,align=middle] {\vbox{\headtext{chapter} #1\blank#2}}}
\framed [.., background=color, backgroundcolor=red, foregroundcolor=blue, ...] {...}
\setuphead[chapter] [command=\MyChapterCommand,textstyle=\ss\bf, header=empty,footer=chapter, numbercommand=\ss\bf\em\tfd,after=\vskip 0.5in,before=\vskip 1.0in]
use 'numberstyle' instead of 'numbercommand' for style related settings and replace your \vskip settings with \blank before={\blank[force,1.0in]}, after={\blank[0.5in]}, Wolfgang
Thanks. That did the trick. Now, How do I insert multi-page PDFs created elsewhere in an appendix. Tom Benjey 717-258-9733 voice 717-243-0074 fax Twitter: @TomBenjey -----Original Message----- From: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl] On Behalf Of Wolfgang Schuster Sent: Thursday, July 01, 2010 6:49 PM To: mailing list for ConTeXt users Subject: Re: [NTG-context] Shaded frame with colored text Am 02.07.10 00:42, schrieb Tom:
I haven't had any luck filling in the background of a frame with any color other than black and with changing the color of the text in the frame to white or gray. What needs to be added to this mkii code?
Colors are disabled in MkII, to enable them include \setupcolors[state=start] to your document.
\def\MyChapterCommand#1#2% #1 is number, #2 is text {\framed[frame=on,align=middle] {\vbox{\headtext{chapter} #1\blank#2}}}
\framed [.., background=color, backgroundcolor=red, foregroundcolor=blue, ...] {...}
\setuphead[chapter] [command=\MyChapterCommand,textstyle=\ss\bf, header=empty,footer=chapter, numbercommand=\ss\bf\em\tfd,after=\vskip 0.5in,before=\vskip 1.0in]
use 'numberstyle' instead of 'numbercommand' for style related settings and replace your \vskip settings with \blank before={\blank[force,1.0in]}, after={\blank[0.5in]}, Wolfgang ____________________________________________________________________________ _______ 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 ____________________________________________________________________________ _______
On Fri, Jul 2, 2010 at 14:07, Tom wrote:
Now, How do I insert multi-page PDFs created elsewhere in an appendix.
http://wiki.contextgarden.net/Including_pages_from_PDF_document Mojca
participants (3)
-
Mojca Miklavec
-
Tom
-
Wolfgang Schuster