"How To" align matrix entries.

 

Mobius, by default, aligns matrix entries in an unattractive way:

Imagine an unaligned 3x3 matrix

This is because the matrix entries are centred in their column, which is an idiotic way to align matrices of numbers. To fix this edit the Equation Editor object's source code and redefine the column alignment to be "right" instead of centre. Look for the matrix definition, it will start with <mfenced open="[" close="]">. Just below that you should see the table definition: <mtable>. Add the necessary alignment code to this: <mtable columnalign="right">. The result is a right-aligned matrix:

Imagine a nicely aligned 3x3 matrix


How To Index

Main Index

Updated: 11/30/2018 SMS/MUO