Forgot password
 Register account
View 135|Reply 0

[MathML] Unicode combining character

[Copy link]

3156

Threads

7932

Posts

45

Reputation

Show all posts

hbghlyj posted 2023-2-11 06:26 |Read mode
MathML formatting with TEX rules, TEX fonts, and TEX quality
说: 以下两段代码的效果应相同:
Hence, a MathML identifier like
  1. <mi> a&#x0307; </mi>
Copy the Code
is typeset as $\dot a$ (the Unicode character U+0307 rep- resents the “combining dot above” ◦ ̇). A semantic accent usually denotes an operation, like first-order derivative in case of the “combining dot above”. As such it is marked up as
  1. <mover accent="true">
  2. <mi> a </mi>
  3. <mo> &#x0307; </mo>
  4. </mover>
Copy the Code
even though the formatted result is likely to be the same as in the previous case a ̇
在Firefox中, 前者是直体, 后者是斜体: Screenshot 2023-02-10 at 22-28-04 MathML Unicode combining character - 其他软件 .png

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-6-8 15:44 GMT+8

Powered by Discuz!

Processed in 0.017529 second(s), 24 queries

× Quick Reply To Top Edit