ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen via ntg-context <ntg-context@ntg.nl>
To: ntg-context@ntg.nl
Cc: Hans Hagen <j.hagen@xs4all.nl>
Subject: Re: Multiline text in mathmode
Date: Thu, 30 Jun 2022 07:58:23 +0200	[thread overview]
Message-ID: <9d9b1d62-4f8b-2139-9e63-72a11dc2ee73@xs4all.nl> (raw)
In-Reply-To: <nycvar.YAK.7.78.908.2206300108350.10974@nqv-guvaxcnq>

On 6/30/2022 7:13 AM, Aditya Mahajan via ntg-context wrote:
> On Thu, 30 Jun 2022, Johann Birnick via ntg-context wrote:
> 
>> I guess you will update to LMTX..? Unfortunately I use MkIV, because of other
>> math bugs in LMTX. Do you know any (can be ugly) way of doing this without the
>> new stuff?
> 
> You could just use a framed.
> 
> \define[1]\multilinetext{\vcenter{\framed[align=middle,frame=off]{#1}}}
> 
> \startTEXpage[offset=2mm]
>    \startformula
>      \left\{ \multilinetext{Quaternion algebra over $\rationals$ \\ up to
>      isomorphisms} \right\}
>    \stopformula
> \stopTEXpage
indeed, the lmtx definiton sis similar:

\permanent\tolerant\protected\def\mparagraph[#1]#*#:#2%
   {\vcenter class \mathconstructcode \bgroup
      \framed
        [\c!offset=\v!overlay,
         \c!frame=\v!overlay,
         \c!align=\v!middle,
         #1]{#2}%
    \egroup}

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2022-06-30  5:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-29  9:42 Johann Birnick via ntg-context
2022-06-29 18:12 ` Hans Hagen via ntg-context
2022-06-29 23:34   ` Johann Birnick via ntg-context
2022-06-30  5:13     ` Aditya Mahajan via ntg-context
2022-06-30  5:58       ` Hans Hagen via ntg-context [this message]
2022-06-30 14:03         ` Johann Birnick via ntg-context

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=9d9b1d62-4f8b-2139-9e63-72a11dc2ee73@xs4all.nl \
    --to=ntg-context@ntg.nl \
    --cc=j.hagen@xs4all.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).