-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make default matrix
type a global option?
#62
Comments
This seems a reasonable thing to do. I'm working on something else now so can't get to it right away. I think that the only thing that would have to be changed is the default value of the Everything else should just work. Of course, this has to be checked carefully, which is what I can't do now. |
Oh. About checking |
On the other hand, one could define a |
Please feel free to implement it either way -- I doubt whether it would make much difference, and both appear simple, |
I had some time this morning, so I introduced a I see that
I assume that this relates to the issue |
Sorry -- I accidentally closed this issue and so reopened it. |
@john-d-fox I was just now working on the same global I also ran into the same error with |
Aside: an elegant way to handle an option or value that may be null, using a default value is
but I think |
Apologies for preempting your work on the I was unaware of With respect to |
No problem with using your version; I had just started on this when I saw your note here. |
Looking again at the My general practice is not to commit changes until |
Just catching up on this thread. Coincidentally I fixed this earlier as the |
|
It is certainly worth checking |
Would you prefer something like |
I'm OK with leaving it as is, ie always validate; if some use case arises to do otherwise, can always revisit this |
Just was we did with the default
latexMultSymbol
, it would be useful to allow anoption()
to change the default matrix type (pmatrix
,bmatrix
,Bmatrix
, ...)This is straightforward if we allow anything to be assigned and used in
latexMatrix()
and friends. But would this need to be checked in functions against any list of possibilities?The text was updated successfully, but these errors were encountered: