First time here? Check out the FAQ!
asked 14 years ago
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.