Nice patches. So your question is how to make it work with
inline=True? Or is your quesiton just how to polish the patches? I
think the patches are ok.
Ondrej
Yes --- so just change the defaults I guess. E.g. at the place where
defaults are set, do it differently. Or is there any other problem?
Ondrej
OK, so I think my github branch latex_matrix contains a decent solution. Basically, in the LatexPrinter __init__ method, if the incoming profile is not None and it has inline=False, then I modify the default _settings before updating from the profile. This allows different default values for mat_str and mat_delim depending on whether or not inline=True.
It is in the latex_matix branch of
Should I also create an issue and attach this branch to it?
It's a good idea always. With so many patches going on right now, it's
easy to forget. I have just added you to the google code project, so
set the issue to NeedsReview.
Ondrej