James Mullen
James Mullen
Working on this this WE. This is what I have - tentatively: https://user-images.githubusercontent.com/104928632/230780099-e3c8f6af-2991-423e-818b-a59542e59450.MOV I still need to make some array move commands, as well as options for changing delimiters.
It is basically part of the keyboard, but it shows up as a popover. I’ve modified the `updateToolbar` to show the popover if in math mode and inside a matrix....
You need to copy the fonts (and sounds) to `public/static`, then pass the paths as attributes: `` Note that there is currently a bug in Mathlive where these arguments are...
I don't think the default behavior of `return` should be a newline - it's just not the expected behavior in most cases. Though unreleased, `alt + return` will create a...
@arnog @michelmar my suggestion would be to serialize lines as: ``` \begin{align*} & row_1 \\ & row_2 \end{align*} ``` Which will produce left aligned equations in standard latex environments. It...
@arnog just noticing there seems to be missing imports on "Latex Commands"