I'd like to add LaTeX support to special functions that do not yet have it. 
Before I start, I'd like to know what the current recommendation is for 
such support.

>From reading source code, it appears that adding a keyword argument 
latex_name to the function initialization is equivalent to defining a 
_print_latex_ attribute for the function. There is also the option to 
define a _latex_ attribute in addition to _print_latex_.

Which is the best of the three to use for consistency and legibility of 
code?

Between _latex_ and _print_latex_, which takes precedence if they differ in 
definition?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to