Christophe, I just made an example of how to create a new printer. It isn't on docs.sympy.org yet, but it should when the next release happens. In the mean time, you can look at the code in the git repository:
http://git.sympy.org/?p=sympy.git;a=blobdiff;f=sympy/printing/printer.py;h=40a8853b71e4642981096b463d46da7392fcae76;hp=587b44af846bbb76ef218559666a0f3635a88c1b;hb=0ffaf649242f4876c591158d19f33a6b0b17ee0b;hpb=162e518e9e28403ba78d27b523e946beefa4d47e Hopefully this will give you an idea of what you need to do to customize your printer. ~Luke On Jul 4, 7:49 am, Christophe <[email protected]> wrote: > Hello, > I would like to add a minor change in the printer. Instead of [[1,2,3], > [a,b,c]], I would like to have mat(1;2;3 & a;b;c). > > I just want to have a simple example showing of how to make a new printer. > > Best regards. > Christophe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
