We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current behavior of multiplication is as follows
>>> def f(x): return 3 * 5 * x >>> latexify.get_latex(f) f(x) = 3 5 x
I personally like having \cdot, and there are other options for multiplication as well: \times, *, etc.
\cdot
\times
*
I think we should support specifying the multiplication operator due to the number of options.
Add it as a config option.
The text was updated successfully, but these errors were encountered:
#89 was accidentally closed, but this issue should be a part of it.
Sorry, something went wrong.
odashi
No branches or pull requests
Description
The current behavior of multiplication is as follows
I personally like having
\cdot
, and there are other options for multiplication as well:\times
,*
, etc.I think we should support specifying the multiplication operator due to the number of options.
Ideas of the solution
Add it as a config option.
The text was updated successfully, but these errors were encountered: