Hello, When strings or objects with only _repr_ are typeset, they are just wrapped as a chunk of text. The main problem with it is removing line breaks. Another one - removing indentation. For example, if "123\n 23" is printed, we get
123 23 with 23 right under 23. The typeset version gives 123 23 Is it possible to modify this behaviour to keep line breaks and insert some amount of space for every space character in the beginning of lines? I understand that "perfect alignment" is pretty much impossible, but even line breaks will make life better. It seems that it should not be hard to do it, but I don't know much about LaTeX framework, so I would be happy if someone else did it... Please let me know if there are any reasons not to do this at all! Thank you, Andrey -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org