diff --git a/sympy/printing/pretty/stringpict.py b/sympy/printing/pretty/stringpict.py index 3d56a73c934b..3ae09b2fa783 100644 --- a/sympy/printing/pretty/stringpict.py +++ b/sympy/printing/pretty/stringpict.py @@ -7,8 +7,13 @@ - terminal_string() method - minor fixes and changes (mostly to prettyForm) -TODO: - - top/center/bottom alignment options for left/right +Updates by Juan Mauricio Matera (email at ar_ude_plnu_acisif): + - support for align attribute in `left`, `right`, `above` and `bellow` + methods + - adding the v_align() method + - Methods `parens`, `left`, `right`, `above` and `bellow` now returns + objects of the caller object class. + - The method `root` now works. """ import shutil