mathspace / msquill

Render LaTeX math as pure HTML/CSS that is WYSIWYG editable
1 stars 0 forks source link

Allow multiplication symbol to be configured #99

Closed BrandonNav closed 6 months ago

BrandonNav commented 6 months ago

Based on requirements in https://paper.dropbox.com/doc/Support-for-Dot-Multiplication--CLPKlDlR7H1zwPSy7iK9NZzRAg-MKH44mfzLyCuf657gVihF

We want to allow some PTs to have a ⋅ instead of × as the multiplication symbol


We add a new Mathquill config option called multiplicationDisplaySymbol which has the following options: 'cross' | 'dot'

By default: 'cross' is the options and \times will be used When 'dot' is set as the option we will use \cdot

The configuration option just changes how the * is interpreted. We will be aiming to be lenient as allowing the Math Engine accept both options