Opened 6 years ago
Closed 6 years ago
#20888 closed enhancement (wontfix)
Support GinacFunction._print_latex_() customization
Reported by: | rws | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | symbolics | Keywords: | |
Cc: | paulmasson | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Defining a LaTeX print function (instead of just a latex name) is only possible for GinacFunction
s by changing Pynac.
I think it would be more consistent to simply allow the same mechanism as with BuiltinFunction
s. This should pose no problem, since there it is already channeled through Pynac. Effectively, if there is not a LaTeX print function defined in Pynac then the Python _print_latex_
member should be tried.
This s https://github.com/pynac/pynac/issues/184
See also #11428
Change History (8)
comment:1 Changed 6 years ago by
- Description modified (diff)
comment:2 Changed 6 years ago by
- Description modified (diff)
comment:3 Changed 6 years ago by
comment:4 Changed 6 years ago by
- Cc paulmasson added
- Dependencies set to #21034
- Status changed from new to needs_info
comment:5 Changed 6 years ago by
What was the question?
comment:6 Changed 6 years ago by
Waiting for pynac 0.6.8
comment:7 Changed 6 years ago by
- Dependencies #21034 deleted
- Milestone changed from sage-7.3 to sage-duplicate/invalid/wontfix
- Status changed from needs_info to positive_review
Implemented in #21034.
comment:8 Changed 6 years ago by
- Resolution set to wontfix
- Status changed from positive_review to closed
Determined to be invalid/duplicate/wontfix (closing as "wontfix" as a catch-all resolution).
Implemented in pynac git master.