We should fix the coordinate system class to be able to not include the coordinate system name in the latex representation.
As a workaround, you could name the coordinate system the empty string or ' ' so that the latex subscript gets ignored. Aaron Meurer On Sun, Sep 3, 2017 at 2:55 PM, <[email protected]> wrote: > You should modify these two lines: > https://github.com/sympy/sympy/blob/master/sympy/ > vector/coordsysrect.py#L183 > https://github.com/sympy/sympy/blob/master/sympy/ > vector/coordsysrect.py#L199 > > > W dniu niedziela, 3 września 2017 19:27:46 UTC+2 użytkownik Amine > Aboufirass napisał: >> >> >> I've been playing around with the sympy vector module and the expressions >> created in latex contain very large subscripts denoting their reference >> system. Please see the attachment if the graphic does not appear below. >> >> >> <https://lh3.googleusercontent.com/-FqVlA9ZMOiE/Waw7COCW3fI/AAAAAAAADRs/dOb_sW9SBVsX1lqrX7as-9ZqECAzb3k1gCLcBGAs/s1600/capture.png> >> I have x and y defined as symbols and C as the reference system. The >> inclusion of the subscript C for every term is not necessary for my >> application and quickly gets very ugly for larger expressions with many >> variables. >> >> I want to get rid of these subscripts. They are discouraging me from >> working with the vector module. How can I disable them please? >> > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sympy. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/sympy/4e71dcbf-5e20-4eb7-bc11-973fc58f9ec4%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/4e71dcbf-5e20-4eb7-bc11-973fc58f9ec4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BQzb2kryT-3Q%2BQDFEuUEc_XYmmmg_VYmK6m5hC9%2B7nDA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
