ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Andres Conrado Montoya <andresconrado@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: [NTG-context] Re: Strange error at lxml-mms.lmt:749
Date: Sun, 25 Feb 2024 18:16:22 -0500	[thread overview]
Message-ID: <CAGhDZhDrLbQWa-+hDxiujcQn+N8fAE6wY_XKS90zZtbL7=YBjw@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1759 bytes --]

Thank you for your interest, Aditya. The error was kindly fixed by Hans
introducing the following fix at line 993 in
tex/texmf-context/tex/context/base/mkxl/back-exp-imp-mth.lmt:

function extras.msubsup(di,element,n,fulltag)
         local data = di.data
         local nuc = found(data)
         local sup = found(data,"sup")
         local sub = found(data,"sub")
         data[1] = nuc or dummy_nucleus
         data[2] = sub or dummy_nucleus
         data[3] = sup or dummy_nucleus
         data.__i__ = 3
         local sp = specifications[di.fulltag]
         if attributes then
             attributes.mathsupindex = sp.supshifted
             attributes.mathsubindex = sp.subshifted
         else
             di.attributes = {
                 mathsupindex = sp.supshifted,
                 mathsubindex = sp.subshifted,
             }
         end
     end

This solved the issue.

-- 
Andrés Conrado Montoya
Andi Kú
andresconrado@gmail.com
http://sesentaycuatro.com
http://messier87.com
http://chiquitico.org
----------------------------------------
Los fines no justifican los medios, porque la medida verdadera de nuestro
carácter está dada por los medios que estamos dispuestos a utilizar, no por
los fines que proclamamos.
----------------------------------------

“You develop an instant global consciousness, a people orientation, an
intense dissatisfaction with the state of the world, and a compulsion to do
something about it. From out there on the moon, international politics look
so petty. You want to grab a politician by the scruff of the neck and drag
him a quarter of a million miles out and say, ‘Look at that, you son of a
bitch.’” — Apollo 14 astronaut Edgar Mitchell

[-- Attachment #1.2: Type: text/html, Size: 2473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2024-02-25 23:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-25 23:16 Andres Conrado Montoya [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-25 20:24 [NTG-context] " Andres Conrado Montoya
2024-02-25 20:38 ` [NTG-context] " Andres Conrado Montoya
2024-02-25 20:58   ` Andres Conrado Montoya
2024-02-25 21:36     ` Aditya Mahajan
     [not found]     ` <CAGhDZhAowVSgrk3Qe2AU1Vd5Cyp+Zntd4Xr4HMge-e7UG0GCgA@mail.gmail.com>
2024-02-25 21:49       ` Andres Conrado Montoya

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='CAGhDZhDrLbQWa-+hDxiujcQn+N8fAE6wY_XKS90zZtbL7=YBjw@mail.gmail.com' \
    --to=andresconrado@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).