ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: \mframed not aligned in mkiv
Date: Mon, 21 Oct 2013 10:18:38 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.02.1310211017080.15380@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <8C10B533-95E0-4EFB-B024-490322A55C09@gmail.com>

On Mon, 21 Oct 2013, Otared Kavian wrote:

> Dear Hans,
>
> I noticed a difference between mkii and mkiv in the behavior of \mframed: it seems that in mkiv the frame is not vertically aligned with the the + sign in the following example (or rather it is not vertically centered, please see the attached PDF produced with ConTeXt  ver: 2013.10.15 13:52 MKIV).
> Does one have to use now a new key to require this sort of alignment?
>
> Best regard: OK
>
> %%%% begin mframed-example.tex
> \setupcolors[state=start]
>
> \def\graymath{\mframed[frame=off,
>   background=color,
>   backgroundcolor=lightgray,
>   backgroundoffset=2pt
>   ]}
>
> \starttext
>
> Since for $|x| < 1$ we have
> \startformula
> \log(1+x) = \graymath{x- \displaystyle{x^2\over2}} + {x^3 \over 3} + \cdots
> \stopformula
> we may write $\log(1+x) = x + O(x^2)$.
>
> \stoptext
> %%%% end mframed-example.tex

Search for "Alignment in inmframed" in the mailing list archives.

% The next statement is part of the core. Included it here for 
% illustration.

\definemathframed[mcframed] [location=mathematics]

\starttext

\startformula
     \ln (1+x) = 
\mcframed[background=color,backgroundcolor=red,foregroundcolor=white,frame=off]{x 
- {\frac {x^2}{\frac{x^3}{\frac{x^3}{3}}}}} +
\frac{x^3}{3}-\cdots.
\stopformula

\startformula
     \ln (1+x) = \mcframed{x - {\frac {x^2}{\frac{x^3}{\frac{x^3}{3}}}}} + 
\frac{x^3}{3}-\cdots.
\stopformula

\stoptext

___________________________________________________________________________________
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:[~2013-10-21 14:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-21  8:35 Otared Kavian
2013-10-21 14:18 ` Aditya Mahajan [this message]
2013-10-21 18:20   ` Otared Kavian
2013-10-22 14:02   ` Otared Kavian
2013-10-22 17:44     ` Aditya Mahajan

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=alpine.LNX.2.02.1310211017080.15380@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --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).