Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9160949
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:51:27+00:00 2026-06-17T13:51:27+00:00

To illustrate my issue, I have the following mathML. <math> <msup> <mrow> <mo>(</mo> <msup>

  • 0

To illustrate my issue, I have the following mathML.

    <math>
        <msup>
            <mrow>
                <mo>(</mo>
                <msup>
                    <mn>2</mn>
                    <mn>3</mn>
                </msup>
                <mo>)</mo>
            </mrow>
            <msup>
                <mn></mn>
                <mn>4</mn>
            </msup>
        </msup>
        <mn>=</mn>
        <mn>(2*2*2)*(2*2*2)*(2*2*2)*(2*2*2)</mn>
    </math>

It renders the text at the bottom of the screen shot below. What I want to happen is for the last (2*2*2) to appear directly below the first one if it won’t fit on one line. But if the screen is wide enough to put it all on a single line, I want it to do that.
enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T13:51:29+00:00Added an answer on June 17, 2026 at 1:51 pm

    That final

    <mn>(2*2*2)*(2*2*2)*(2*2*2)*(2*2*2)</mn>
    

    has given up on markup and put it all in a number which doesn’t really give the MathML renderer a chance. It would be better as

    <mrow>    
     <mrow><mo>(</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>)</mo></mrow>
     <mo>*</mo>
     <mrow><mo>(</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>)</mo></mrow>
     <mo>*</mo>
     <mrow><mo>(</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>)</mo></mrow>
     <mo>*</mo>
     <mrow><mo>(</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>*</mo> <mn>2</mn><mo>)</mo></mrow>
    </mrow>
    

    MathML3 has specific linebreaking and alignment attributes which would in theory allow you to explicitly set an alignment point at the = however your picture looks like a mobile device and I don’t think there is a MathML3 implementation yet. It may be that marking up the rhs as above is sufficient, but if not the MathML2 way to specify alignment would be to use a one row table. Something like:

    <math><mtable><mtr><mtd>
         <mrow>
            <msup>
                <mrow>
                    <mo>(</mo>
                    <msup>
                        <mn>2</mn>
                        <mn>3</mn>
                    </msup>
                    <mo>)</mo>
                </mrow>
                <msup>
                    <mn></mn>
                    <mn>4</mn>
                </msup>
            </msup>
            <mn>=</mn>
         </mrow>
    </mtd><mtd columnalign="left">
    <mrow>    
     <mrow><mo>(</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>)</mo></mrow>
     <mo>*</mo>
     <mrow><mo>(</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>)</mo></mrow>
     <mo>*</mo>
     <mrow><mo>(</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>)</mo></mrow>
     <mo>*</mo>
     <mrow><mo>(</mo><mn>2</mn><mo>*</mo><mn>2</mn><mo>*</mo> <mn>2</mn><mo>)</mo></mrow>
    </mrow>
    
            </mtd></mtr></mtable>
        </math>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a TextBox bound to a ViewModel's Text property with the following setup:
I'm using Rails 2.3.9. To illustrate the issue, suppose we have a named scope
I will first illustrate my issue with some code: class ExampleClass { private Vector2
I want to illustrate the pseudo transparency of windows with xcb (copy part of
I have a situation when I want to change the selected value of a
I have the following code to create a ViewStack which is used as a
I have an issue where I need to AS a column in a MySQL
I have the following HTML code (which is placed within several files), which inserts
I do not want Auditing or History tracking. I have an application that pulls
I have been struggling with this issue for 3 hours. I know I can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.