tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: "Anthony J. Bentley" <anthony@anjbe.name>
To: Ingo Schwarze <schwarze@usta.de>
Cc: tech@mdocml.bsd.lv
Subject: Re: eqn(7): Brackets and commas as operators
Date: Fri, 14 Jul 2017 09:14:43 -0600	[thread overview]
Message-ID: <15698.1500045283@cathet.us> (raw)
In-Reply-To: <20170714115125.GC54546@athene.usta.de>

Ingo Schwarze writes:
> Hi Anthony,
> 
> Anthony J. Bentley wrote on Thu, Jul 13, 2017 at 07:00:18PM -0600:
> 
> > .EQ
> > v[0], v[1]
> > .EN
> > 
> > In HTML output, "]," gets wrapped into a single <mo>, which renders
> > incorrectly.
> 
> Incorrectly in which way?  Do you menan that there should be spacing
> after the comma?
> 
> What would be a correct rendering?

Incorrectly in that the v[0]'s left bracket and right bracket differ
in size in the browser.

  <mi>v</mi><mo>[</mo><mn>0</mn><mo>],</mo>
  <mi>v</mi><mo>[</mo><mn>1</mn><mo>]</mo>

This is what it should look like:

  <mi>v</mi><mo>[</mo><mn>0</mn><mo>]</mo><mo>,</mo>
  <mi>v</mi><mo>[</mo><mn>1</mn><mo>]</mo>

-- 
Anthony J. Bentley
--
 To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv

  reply	other threads:[~2017-07-14 15:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-14  1:00 Anthony J. Bentley
2017-07-14 11:51 ` Ingo Schwarze
2017-07-14 15:14   ` Anthony J. Bentley [this message]
2017-07-14 18:24     ` Ingo Schwarze

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=15698.1500045283@cathet.us \
    --to=anthony@anjbe.name \
    --cc=schwarze@usta.de \
    --cc=tech@mandoc.bsd.lv \
    --cc=tech@mdocml.bsd.lv \
    /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).