Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How do I change the default latex output of a vector?

I want a vector v=vector([1,2,3]) to be diplayed in sagetex as (1|2|3) an not as (1,2,3). v=var('v',latex_name=latex(v).replace(',', '|')) does not work.