ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Elspeth McGullicuddy <elspethmcgullicuddy@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: \defineframedtext take precedence over \defineframed and add "extra padding"
Date: Mon, 13 Jan 2014 19:55:41 +0100	[thread overview]
Message-ID: <CAGMMSTDnXohnjXsMYZg3p4x5xuMxdGAo3s7LdatX+F0yk=9g2A@mail.gmail.com> (raw)

In the following example \defineframedtext take precedence over
\defineframed, and also I don't know how I can get rid of the "extra
padding" (looks like a good \baselineskip before the text).
(What I want is the first output, but with the readability of \startXY \stopXY)

As for the "take precedence", I can change the name; But for the extra
padding I don't know how to remove it.
I could add a \vskip-\baselineskip at the beginning, but there is
probably a better solution.

(By the way, the construction \blueframed{\startformula
hello\stopformula \input knuth} behave badly.)


%%%%%%%%%%%%%%%%%
\starttext

\setupcolor[x11]

\defineframed [blueframed]
              [width=local,frame=off,rulethickness=2mm,backgroundoffset=1mm,%
                align=yes,background=color,backgroundcolor=lightblue,%
                corner=round,radius=1.5mm]

\blueframed{\input{knuth}}

\defineframedtext [blueframed]
              [width=local,frame=on,%rulethickness=2mm,backgroundoffset=1mm,%
                margin=no,
                align=yes,background=color,backgroundcolor=lightblue,%
                corner=round,radius=1.5mm]

\blueframed{\input{knuth}}

\startblueframed
  \input{knuth}
\stopblueframed

\stoptext
%%%%%%%%%%%%%


Regards,
Chris
___________________________________________________________________________________
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:[~2014-01-13 18:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-13 18:55 Elspeth McGullicuddy [this message]
2014-01-13 19:39 ` Wolfgang Schuster
2014-01-13 20:12   ` Elspeth McGullicuddy

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='CAGMMSTDnXohnjXsMYZg3p4x5xuMxdGAo3s7LdatX+F0yk=9g2A@mail.gmail.com' \
    --to=elspethmcgullicuddy@gmail.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).