ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Tom" <Tom@tuxedo-press.com>
To: "'mailing list for ConTeXt users'" <ntg-context@ntg.nl>
Subject: Re: Shaded frame with colored text
Date: Fri, 2 Jul 2010 08:07:41 -0400	[thread overview]
Message-ID: <013001cb19df$2c510620$84f31260$@com> (raw)
In-Reply-To: <4C2D1B6D.2030109@googlemail.com>

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
____________________________________________________________________________
_______


___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2010-07-02 12:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-01 22:42 Tom
2010-07-01 22:49 ` Wolfgang Schuster
2010-07-02 12:07   ` Tom [this message]
2010-07-03 21:24     ` Mojca Miklavec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='013001cb19df$2c510620$84f31260$@com' \
    --to=tom@tuxedo-press.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).