Hi. When I insert an inline matrix/vector using the bmatrix macro, then the elements have a smaller font than the surrounding text. When I create the matrix by typing [ a b c ], then the elements have the right size, but they are too close to each other. This is probably the intended behavior, but is it possible to adjust the font size so that the inline matrix will not “shrink” the elements?
Making inline matrices normal size
If for you it is ok that all inline math appears as display math, you can assign true
to math-display
. If you want that only for matrix and vector macros, I think you can adjust them by adding a with
to set math-display
to true
(see exempli gratia https://texmacs.github.io/notes/docs/macro-editor.html).
Please let me know if you need more detail.
1 Like